summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-07 17:13:11 +0000
committerSuper user <root@baserock.(none)>2012-09-17 13:11:37 +0000
commit54744efdc6ddad40f38fe8ed7d478958fca145cd (patch)
tree0985197a2358588144a31cf7c6ea67182b0c293b
parente3bc85243989d91a4acdfec0457ec39e77d2e9d7 (diff)
downloadbusybox-54744efdc6ddad40f38fe8ed7d478958fca145cd.tar.gz
Add symlink from hostname
-rw-r--r--busybox-devel.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox-devel.morph b/busybox-devel.morph
index 46eea77b4..6a8795a80 100644
--- a/busybox-devel.morph
+++ b/busybox-devel.morph
@@ -28,6 +28,7 @@
"ln -s ../bin/busybox \"$DESTDIR\"/sbin/getty",
"ln -s ../bin/busybox \"$DESTDIR\"/bin/sh",
"ln -s ../bin/busybox \"$DESTDIR\"/bin/login",
+ "ln -s ../bin/busybox \"$DESTDIR\"/bin/hostname",
"ln -s ../bin/busybox \"$DESTDIR\"/bin/cttyhack"
]
}