diff mbox

busybox 1.22.x: disable touch -h

Message ID 1388623111-19670-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit c906a2e5c59f208c64a99485ffab3f8eb6348a09
Headers show

Commit Message

Gustavo Zacarias Jan. 2, 2014, 12:38 a.m. UTC
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>
---
 package/busybox/busybox-1.22.x.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Jan. 2, 2014, 8:45 a.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > 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>

Committed, thanks.
diff mbox

Patch

diff --git a/package/busybox/busybox-1.22.x.config b/package/busybox/busybox-1.22.x.config
index 41761ba..e8db3bc 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