summaryrefslogtreecommitdiffhomepage
path: root/contrib/package
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2009-06-11 00:04:55 +0000
committerSteven Barth <steven@midlink.org>2009-06-11 00:04:55 +0000
commit97afc4b49544b4b4d11c78a04977d6afb54f802f (patch)
tree853f6afc203e4c04577bf00e9650a81fc6bf7d5c /contrib/package
parent5c26ca647b437cc4c38a651cf3d47afe16e6efc8 (diff)
Mark Broadcom 2.4 as crap, to allow conditional CFLAGS
Diffstat (limited to 'contrib/package')
-rw-r--r--contrib/package/luci/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index 3b3e0b41e..e42c891ab 100644
--- a/contrib/package/luci/Makefile
+++ b/contrib/package/luci/Makefile
@@ -30,6 +30,10 @@ LUA_TARGET:=source
LUCI_CFLAGS:=
PKG_SELECTED_MODULES:=
+ifeq ($(BOARD),brcm-2.4)
+ MAKE_FLAGS += CRAP="1"
+endif
+
include $(INCLUDE_DIR)/package.mk