disable wgt634u images for linux 2.4 (only works with 2.6)
[openwrt.git] / target / image / brcm / Makefile
index 30bad50..a4d5058 100644 (file)
@@ -1,3 +1,9 @@
+# 
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
 include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/image.mk
 
@@ -53,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
This page took 0.025994 seconds and 4 git commands to generate.