X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Flantiq%2FMakefile;h=a67923cbb8c6da6ad195ea4b2e91e445bd1d554c;hb=f677b1bc7e37642eb1c42d3068ff3c44eb5ed3cb;hp=05a41beb4a60ae1ba6b31a4e3ea7c087130fffea;hpb=335877a2b3220b9b0a901fe7af038c04ca1a2e8b;p=openwrt%2Fstaging%2Fwigyori.git diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index 05a41beb4a..a67923cbb8 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -6,20 +6,19 @@ # include $(TOPDIR)/rules.mk -ARCH:=mips BOARD:=lantiq -BOARDNAME:=Lantiq GPON/XWAY -FEATURES:=squashfs jffs2 -SUBTARGETS:=falcon xway +BOARDNAME:=Lantiq GPON/XWAY/SVIP +FEATURES:=squashfs +SUBTARGETS=xway xrx200 ase falcon -LINUX_VERSION:=2.6.37.4 +LINUX_VERSION:=3.10.32 -CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves - -include $(INCLUDE_DIR)/target.mk +CPU_TYPE:=mips32r2 define Target/Description Build firmware images for Lantiq SoC endef +include $(INCLUDE_DIR)/target.mk + $(eval $(call BuildTarget))