X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Flantiq%2FMakefile;h=7b79b68c42daadd86457624220b3c39fdb28800a;hp=412b7b19c66ed3ac83e4696bf1b0c80391f5694c;hb=7717abc4a738aa00dc462f8d6bf08ec2ed45b459;hpb=fd8ccf9c652556047dee58330dd8543dbf345d7b diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index 412b7b19c6..7b79b68c42 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -6,21 +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=xway xrx200 +MAINTAINER:=John Crispin -LINUX_VERSION:=2.6.39 -#LINUX_VERSION:=2.6.32.33 +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))