wok rev 19342

Up busybox (1.25.0), again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 20 09:51:19 2016 +0200 (2016-07-20)
parents 536e79f83067
children e2bd20184e22
files busybox/receipt busybox/stuff/arm/busybox.config
line diff
     1.1 --- a/busybox/receipt	Tue Jul 19 20:20:37 2016 +0200
     1.2 +++ b/busybox/receipt	Wed Jul 20 09:51:19 2016 +0200
     1.3 @@ -136,7 +136,7 @@
     1.4  {
     1.5  	mkdir -p $install/usr/share/man/man1 $install/usr/share/doc/busybox
     1.6  	cp -a $src/_install/* $fs
     1.7 -	cp -a $src/docs/busybox.base.1 $install/usr/share/man/man1/busybox.1
     1.8 +	cp -a $src/docs/busybox.1 $install/usr/share/man/man1/busybox.1
     1.9  	cp -a $src/docs/*.txt $install/usr/share/doc/busybox
    1.10  	cp -a $src/docs/*.htm* $install/usr/share/doc/busybox
    1.11  	cp -a $src/docs/cgi $install/usr/share/doc/busybox
    1.12 @@ -162,7 +162,7 @@
    1.13  		grep -qi config_$i=y $stuff/$PACKAGE-${VERSION%.*}.config &&
    1.14  		ln -s daemon $fs/etc/init.d/$i
    1.15  	done
    1.16 -	rm $fs/linuxrc
    1.17 +	rm $fs/linuxrc 2> /dev/null
    1.18  	mkdir -p $fs/etc/modprobe.d
    1.19  
    1.20  	# Udhcpc stuff.
     2.1 --- a/busybox/stuff/arm/busybox.config	Tue Jul 19 20:20:37 2016 +0200
     2.2 +++ b/busybox/stuff/arm/busybox.config	Wed Jul 20 09:51:19 2016 +0200
     2.3 @@ -200,7 +200,7 @@
     2.4  CONFIG_FEATURE_STAT_FORMAT=y
     2.5  CONFIG_FEATURE_STAT_FILESYSTEM=y
     2.6  CONFIG_SYNC=y
     2.7 -CONFIG_FEATURE_SYNC_FANCY=y
     2.8 +# CONFIG_FEATURE_SYNC_FANCY is not set
     2.9  CONFIG_TEST=y
    2.10  # CONFIG_FEATURE_TEST_64 is not set
    2.11  CONFIG_TOUCH=y