From: Alexandros C. Couloumbis Date: Wed, 23 Mar 2011 20:02:00 +0000 (+0000) Subject: net/iputils: fix ping & arping under brcm47xx. X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=4288ec653068edff5b7df9d211faf245ca5f6de1;p=openwrt%2Fsvn-archive%2Farchive.git net/iputils: fix ping & arping under brcm47xx. SVN-Revision: 26278 --- diff --git a/net/iputils/Makefile b/net/iputils/Makefile index fdf0d2d903..8039bf5fc3 100644 --- a/net/iputils/Makefile +++ b/net/iputils/Makefile @@ -121,6 +121,9 @@ define Package/iputils-traceroute6/description Traces path to a network host (IPv6). endef +ifeq ($(BOARD),brcm47xx) + TARGET_CFLAGS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall +endif MAKE_FLAGS += \ CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) $(TARGET_LDFLAGS)" \