X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Flantiq%2FMakefile;h=7b79b68c42daadd86457624220b3c39fdb28800a;hb=c188493d34c879e98123cc81f188e50fc7c7fa16;hp=8e0bef42542afb596968366784a83a8088447f33;hpb=e2e4e12a9a8ca41c0f9d79d1d9c634406b316c20;p=openwrt.git diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index 8e0bef4254..7b79b68c42 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.2 +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))