X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Flantiq%2FMakefile;h=f5ba6bf4f498cd9df2a7c6a49b857c58792cb37b;hp=b040e3fd38d1d9b6531f3131f77ae96dc20cc0d3;hb=d731d14362246fb035713f8775a312bd77f9b92c;hpb=fa59bb09580425861024830ff75a5c19e5d803f6 diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index b040e3fd38..f5ba6bf4f4 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:=xway falcon ase +BOARDNAME:=Lantiq +FEATURES:=squashfs +SUBTARGETS=xway xrx200 +MAINTAINER:=John Crispin -LINUX_VERSION:=2.6.39.1 +LINUX_VERSION:=3.14.18 -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))