diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-01-01 21:38:31 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-01-02 09:44:55 +0100 |
commit | c906a2e5c59f208c64a99485ffab3f8eb6348a09 (patch) | |
tree | c18ab25e59a6dfbfb9d6806de71d0a418de03ef4 | |
parent | 2b60e4b3e75becf82d6e01e5e2176889957af55f (diff) | |
download | buildroot-c906a2e5c59f208c64a99485ffab3f8eb6348a09.tar.gz buildroot-c906a2e5c59f208c64a99485ffab3f8eb6348a09.zip |
busybox 1.22.x: disable touch -h
Disable the busybox touch --no-dereference since it requires lutimes
support and breaks old toolchains that don't support it (example:
avr32). Probably nobody cares that much since it's a new feature. Fixes:
http://autobuild.buildroot.net/results/9c2/9c29379719ae5cf5800c0dcb4cf514c5dc15d9b6/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/busybox/busybox-1.22.x.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/busybox-1.22.x.config b/package/busybox/busybox-1.22.x.config index 41761ba620..e8db3bcc79 100644 --- a/package/busybox/busybox-1.22.x.config +++ b/package/busybox/busybox-1.22.x.config @@ -186,7 +186,7 @@ CONFIG_ID=y CONFIG_TEST=y CONFIG_FEATURE_TEST_64=y CONFIG_TOUCH=y -CONFIG_FEATURE_TOUCH_NODEREF=y +# CONFIG_FEATURE_TOUCH_NODEREF is not set CONFIG_FEATURE_TOUCH_SUSV3=y CONFIG_TR=y CONFIG_FEATURE_TR_CLASSES=y |