X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Flantiq%2FMakefile;h=b2b10c57bb56d0745e812f06b6ae2ec996e53660;hb=47f17b066259589b4a7b4181522321abf0660e18;hp=f9a4e0f9a4e965e858e839e6258809ba648e6985;hpb=c75b0ca1a8e6e9c1ffd43719792ab1903085aa93;p=oweals%2Fopenwrt.git diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index f9a4e0f9a4..b2b10c57bb 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -1,25 +1,23 @@ # -# Copyright (C) 2007-2010 OpenWrt.org +# Copyright (C) 2007-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # include $(TOPDIR)/rules.mk -ARCH:=mips BOARD:=lantiq -BOARDNAME:=Lantiq GPON/XWAY -FEATURES:=squashfs jffs2 -SUBTARGETS:=falcon xway +BOARDNAME:=Lantiq +FEATURES:=squashfs +SUBTARGETS:=xrx200 xway xway_legacy falcon ase -LINUX_VERSION:=2.6.37.2 - -CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time - -include $(INCLUDE_DIR)/target.mk +KERNEL_PATCHVER:=4.19 +KERNEL_TESTING_PATCHVER:=5.4 define Target/Description Build firmware images for Lantiq SoC endef +include $(INCLUDE_DIR)/target.mk + $(eval $(call BuildTarget))