From: Steven Barth Date: Thu, 11 Jun 2009 00:04:55 +0000 (+0000) Subject: Mark Broadcom 2.4 as crap, to allow conditional CFLAGS X-Git-Tag: 0.10.0~1560 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=97afc4b49544b4b4d11c78a04977d6afb54f802f;p=project%2Fluci.git Mark Broadcom 2.4 as crap, to allow conditional CFLAGS --- 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