mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 21:47:42 +02:00
disable wgt634u images for linux 2.4 (only works with 2.6)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4151 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
07651c7915
commit
8d1a43b734
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user