projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df56b79
)
disable wgt634u images for linux 2.4 (only works with 2.6)
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 18 Jul 2006 16:54:12 +0000
(16:54 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 18 Jul 2006 16:54:12 +0000
(16:54 +0000)
SVN-Revision: 4151
openwrt/target/image/brcm/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/image/brcm/Makefile
b/openwrt/target/image/brcm/Makefile
index 853902627c45a4ca37db4a9be5063f17147942b2..a4d505865fcbba9f81c2736086e5617c2ee26833 100644
(file)
--- a/
openwrt/target/image/brcm/Makefile
+++ b/
openwrt/target/image/brcm/Makefile
@@
-59,7
+59,9
@@
endif
ifneq ($(1),jffs2-64k)
$(call Image/Build/CyberTAN,$(1),wrt54gs,W54S,4.80.1,$(patsubst jffs2-%,jffs2,$(1)))
$(call Image/Build/CyberTAN,$(1),wrtsl54gs,W54U,2.00.5,$(patsubst jffs2-%,jffs2,$(1)))
+ifeq ($(KERNEL),2.6)
$(call Image/Build/wgt634u,$(1),$(patsubst jffs2-%,jffs2,$(1)))
+endif
endif
$(call Image/Build/Motorola,$(1),wr850g,1,$(1))
endef