X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Flantiq%2FMakefile;h=94b506d4eec539e5bde5949fd50d9c5826df9fb1;hb=2abae0a4dead2c1edf4f7b5cab5a1b6f28192c94;hp=05a41beb4a60ae1ba6b31a4e3ea7c087130fffea;hpb=d46648401aee20c4983693e87620f84563e41cb6;p=openwrt.git diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index 05a41beb4a..94b506d4ee 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 ase falcon -LINUX_VERSION:=2.6.37.4 +LINUX_VERSION:=3.8.13 -CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves - -include $(INCLUDE_DIR)/target.mk +CFLAGS=-Os -pipe -mips32r2 -mno-branch-likely define Target/Description Build firmware images for Lantiq SoC endef +include $(INCLUDE_DIR)/target.mk + $(eval $(call BuildTarget))