aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2013-10-13 22:51:33 +0000
committerHauke Mehrtens <hauke@openwrt.org>2013-10-13 22:51:33 +0000
commit77517a6a27955ad475c36219f1b91fc9f612ee5c (patch)
tree6a3e61c952e36fd513905c8faa4be960326900e8 /package
parentd6d62bf56c74e07c4aeb8e035df61db35de346d7 (diff)
downloadmaster-187ad058-77517a6a27955ad475c36219f1b91fc9f612ee5c.tar.gz
master-187ad058-77517a6a27955ad475c36219f1b91fc9f612ee5c.tar.bz2
master-187ad058-77517a6a27955ad475c36219f1b91fc9f612ee5c.zip
iputils: do not compile this for brcm47xx with -O2
ping is now working for me with -Os on brcm47xx. This revert r26278. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38389 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/network/utils/iputils/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/network/utils/iputils/Makefile b/package/network/utils/iputils/Makefile
index ff7505b607..6c77e16bd3 100644
--- a/package/network/utils/iputils/Makefile
+++ b/package/network/utils/iputils/Makefile
@@ -121,10 +121,6 @@ define Package/iputils-traceroute6/description
Traces path to a network host (IPv6).
endef
-ifeq ($(BOARD),brcm47xx)
- TARGET_CFLAGS += -O2
-endif
-
MAKE_FLAGS += \
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) $(TARGET_LDFLAGS)" \
CONFIG_IPV6="$(CONFIG_IPV6)" \