diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 14:59:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 14:59:40 +0200 |
commit | 20f43874ed917a3fbab67016d3ae88e83080861e (patch) | |
tree | b835d4984fe95b951c37d0d80b9063392812b3b6 /mk | |
parent | d2ce9e487803f9faefa165ba5a0eafefffc344e0 (diff) |
remove suid bit from busybox, try experimental ping patch from John Spencer
Diffstat (limited to 'mk')
-rw-r--r-- | mk/image.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mk/image.mk b/mk/image.mk index 574ef75c6..014b55297 100644 --- a/mk/image.mk +++ b/mk/image.mk @@ -44,7 +44,6 @@ image-prepare-post: rng=/dev/arandom; test -e $$rng || rng=/dev/urandom; \ dd if=$$rng bs=512 count=1 >>${TARGET_DIR}/etc/.rnd 2>/dev/null; \ chmod 600 ${TARGET_DIR}/etc/.rnd - chmod 4511 ${TARGET_DIR}/bin/busybox @-if [ -d ${TARGET_DIR}/usr/share/fonts/X11 ];then \ for i in $$(ls ${TARGET_DIR}/usr/share/fonts/X11/);do \ mkfontdir ${TARGET_DIR}/usr/share/fonts/X11/$${i}; \ |