summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-10-13 22:51:33 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2013-10-13 22:51:33 +0000
commit232a654833d1f968bc686d923d20769ec210142c (patch)
treef2d85650b1cee2a439014354a53f9ead786d04cd /package
parentf023c09699db8e6ff756ceae31847cef60e4333c (diff)
downloadmaster-31e0f0ae-232a654833d1f968bc686d923d20769ec210142c.tar.gz
master-31e0f0ae-232a654833d1f968bc686d923d20769ec210142c.tar.bz2
master-31e0f0ae-232a654833d1f968bc686d923d20769ec210142c.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> SVN-Revision: 38389
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)" \