X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Flantiq%2FMakefile;h=d3721f6c2cd9567777089ee483b4cb69dd90335a;hb=3db1a5c8fa33be53c0b4dae9c522df310ae91f0f;hp=14c24813c6b6db90828ed37baf1be7d3f703067e;hpb=4226f1d373a75f19beb8deb7b4ef912e5e8ef134;p=oweals%2Fopenwrt.git diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index 14c24813c6..d3721f6c2c 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -1,25 +1,25 @@ # -# 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 +MAINTAINER:=John Crispin -LINUX_VERSION:=2.6.37.3 +KERNEL_PATCHVER:=4.4 -CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time - -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))