busybox 1.22.x: disable touch -h
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 2 Jan 2014 00:38:31 +0000 (21:38 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 2 Jan 2014 08:44:55 +0000 (09:44 +0100)
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>
package/busybox/busybox-1.22.x.config

index 41761ba62095bce45ae4e64268cac382c74fa834..e8db3bcc79228e38256fc60a890f57337dc03e17 100644 (file)
@@ -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