wok-next rev 12261
busybox-static: script needs CONFIG_FEATURE_DEVPTS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 11 17:19:02 2012 +0200 (2012-04-11) |
parents | 5837f721b526 |
children | ecf8eec52630 |
files | busybox/stuff/busybox-1.18.config-static syslinux-extra/receipt |
line diff
1.1 --- a/busybox/stuff/busybox-1.18.config-static Tue Apr 10 14:42:50 2012 +0000 1.2 +++ b/busybox/stuff/busybox-1.18.config-static Wed Apr 11 17:19:02 2012 +0200 1.3 @@ -37,7 +37,7 @@ 1.4 # CONFIG_UNICODE_NEUTRAL_TABLE is not set 1.5 # CONFIG_UNICODE_PRESERVE_BROKEN is not set 1.6 CONFIG_LONG_OPTS=y 1.7 -# CONFIG_FEATURE_DEVPTS is not set 1.8 +CONFIG_FEATURE_DEVPTS=y 1.9 # CONFIG_FEATURE_CLEAN_UP is not set 1.10 # CONFIG_FEATURE_WTMP is not set 1.11 # CONFIG_FEATURE_UTMP is not set
2.1 --- a/syslinux-extra/receipt Tue Apr 10 14:42:50 2012 +0000 2.2 +++ b/syslinux-extra/receipt Wed Apr 11 17:19:02 2012 +0200 2.3 @@ -24,5 +24,5 @@ 2.4 cp -a $src/linux/syslinux-nomtools $fs/bin/syslinux 2.5 cp -a $src/extlinux/extlinux $fs/bin 2.6 cp -a $src/isohybrid.sh $fs/usr/bin/isohybrid 2.7 - chown root.root $fs/usr/share/boot/* $fs/bin/* 2.8 + chown root.root $fs/usr/share/boot/* $fs/bin/* $fs/usr/bin/* 2.9 }