36e8af773f4b7e631b0df2131ca9ac9900d9bb14
[openwrt/staging/wigyori.git] / target / linux / lantiq / Makefile
1 #
2 # Copyright (C) 2007-2011 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 BOARD:=lantiq
10 BOARDNAME:=Lantiq
11 FEATURES:=squashfs
12 SUBTARGETS:=xrx200 xway xway_legacy falcon ase
13
14 KERNEL_PATCHVER:=4.19
15
16 define Target/Description
17 Build firmware images for Lantiq SoC
18 endef
19
20 include $(INCLUDE_DIR)/target.mk
21
22 $(eval $(call BuildTarget))