summaryrefslogtreecommitdiff
path: root/package/busybox/files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-28 17:25:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-28 17:25:50 +0100
commita2cb1b3951d0e9b5e2c16ce6e871e7ef7056c951 (patch)
treec84b35bb1a5ad70cf82053143776e5dc47860a2d /package/busybox/files
parent834241eb737720ba7ec1a15f81bc29ace5fdb12c (diff)
parent10a4e449eebc151f3bc7774433a53ee1a44c9919 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/busybox/files')
-rw-r--r--package/busybox/files/busybox.postinst1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/files/busybox.postinst b/package/busybox/files/busybox.postinst
index 9f1f9987b..f9f8e212b 100644
--- a/package/busybox/files/busybox.postinst
+++ b/package/busybox/files/busybox.postinst
@@ -1,4 +1,5 @@
#!/bin/sh
+if [ -z $IPKG_INSTROOT ];then chmod u+s /bin/busybox;fi
. $IPKG_INSTROOT/etc/functions.sh
add_rcconf network network YES
add_rcconf crond crond NO