Mark Broadcom 2.4 as crap, to allow conditional CFLAGS
authorSteven Barth <steven@midlink.org>
Thu, 11 Jun 2009 00:04:55 +0000 (00:04 +0000)
committerSteven Barth <steven@midlink.org>
Thu, 11 Jun 2009 00:04:55 +0000 (00:04 +0000)
contrib/package/luci/Makefile

index 3b3e0b4..e42c891 100644 (file)
@@ -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