kernel: update linux 3.6 to 3.6.10
[librecmc/librecmc.git] / target / linux / lantiq / Makefile
index fa74e95af8e3e1b0ca48b248c81cfa9bbaca6647..1ab6dea1b3f8e14e349f9a9847be0d1c130d3c00 100644 (file)
@@ -6,20 +6,21 @@
 #
 include $(TOPDIR)/rules.mk
 
-ARCH:=mips
 BOARD:=lantiq
-BOARDNAME:=Lantiq GPON/XWAY
+BOARDNAME:=Lantiq GPON/XWAY/SVIP
 FEATURES:=squashfs jffs2
-SUBTARGETS:=falcon xway
+SUBTARGETS:=danube ar9 vr9 falcon svip_be
+LINUX_VERSION:=3.3.8
 
-LINUX_VERSION:=2.6.37.6
+#SUBTARGETS=xway ase
+#LINUX_VERSION:=3.6.10
 
 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves
 
-include $(INCLUDE_DIR)/target.mk
-
 define Target/Description
        Build firmware images for Lantiq SoC
 endef
 
+include $(INCLUDE_DIR)/target.mk
+
 $(eval $(call BuildTarget))