projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a25b86
)
fix mtd target define for brcm-2.4
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Sep 2008 17:03:06 +0000
(17:03 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Sep 2008 17:03:06 +0000
(17:03 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12650
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/mtd/Makefile
patch
|
blob
|
history
diff --git
a/package/mtd/Makefile
b/package/mtd/Makefile
index
11a78e8
..
d8fa19c
100644
(file)
--- a/
package/mtd/Makefile
+++ b/
package/mtd/Makefile
@@
-35,7
+35,7
@@
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS) -Dtarget_$(
BOARD
)=1"
+ CFLAGS="$(TARGET_CFLAGS) -Dtarget_$(
firstword $(subst -, ,$(BOARD))
)=1"
endef
define Package/mtd/install
This page took
0.025795 seconds
and
4
git commands to generate.