Mark Broadcom 2.4 as crap, to allow conditional CFLAGS
This commit is contained in:
parent
5c26ca647b
commit
97afc4b495
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue