projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c26ca6
)
Mark Broadcom 2.4 as crap, to allow conditional CFLAGS
author
Steven Barth
<steven@midlink.org>
Thu, 11 Jun 2009 00:04:55 +0000
(
00:04
+0000)
committer
Steven Barth
<steven@midlink.org>
Thu, 11 Jun 2009 00:04:55 +0000
(
00:04
+0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index 3b3e0b41ea813859175fe2df86cc43ce300961c7..e42c891ab625f1ea6ffeff1b6657ff70323de288 100644
(file)
--- 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