diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-28 17:25:50 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-28 17:25:50 +0100 |
commit | a2cb1b3951d0e9b5e2c16ce6e871e7ef7056c951 (patch) | |
tree | c84b35bb1a5ad70cf82053143776e5dc47860a2d /package/busybox/files | |
parent | 834241eb737720ba7ec1a15f81bc29ace5fdb12c (diff) | |
parent | 10a4e449eebc151f3bc7774433a53ee1a44c9919 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/busybox/files')
-rw-r--r-- | package/busybox/files/busybox.postinst | 1 |
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 |