diff options
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 |