X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Flantiq%2FMakefile;h=d3721f6c2cd9567777089ee483b4cb69dd90335a;hb=3db1a5c8fa33be53c0b4dae9c522df310ae91f0f;hp=29da8a3c682cf6b63561e5f125905ad1a118748f;hpb=763b58c30c60ccc3864e46cf916666766b060f23;p=oweals%2Fopenwrt.git diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index 29da8a3c68..d3721f6c2c 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -6,20 +6,20 @@ # include $(TOPDIR)/rules.mk -ARCH:=mips BOARD:=lantiq -BOARDNAME:=Lantiq GPON/XWAY -FEATURES:=squashfs jffs2 -SUBTARGETS:=falcon xway ase +BOARDNAME:=Lantiq +FEATURES:=squashfs +SUBTARGETS:=xrx200 xway xway_legacy +MAINTAINER:=John Crispin -LINUX_VERSION:=2.6.39.1 +KERNEL_PATCHVER:=4.4 -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))