aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/image/Makefile
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-09-19 00:50:44 +0000
committerLuka Perkov <luka@openwrt.org>2013-09-19 00:50:44 +0000
commit73a4aa94e78df9a16a34e6f0f255e8a51f3bb44e (patch)
tree1f0981e074d0f16e8cb4b3d6baeb0ecd45d3316b /target/linux/lantiq/image/Makefile
parent18f807fbc53c99af441867c9de92bef7f91b1767 (diff)
downloadupstream-73a4aa94e78df9a16a34e6f0f255e8a51f3bb44e.tar.gz
upstream-73a4aa94e78df9a16a34e6f0f255e8a51f3bb44e.tar.bz2
upstream-73a4aa94e78df9a16a34e6f0f255e8a51f3bb44e.zip
lantiq: add support for ZTE H201L
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38048 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/image/Makefile')
-rw-r--r--target/linux/lantiq/image/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index fea32bef22..c34b6b0dfa 100644
--- a/target/linux/lantiq/image/Makefile
+++ b/target/linux/lantiq/image/Makefile
@@ -7,7 +7,7 @@
# boards missing since devicetree update
#EASY50712 ARV3527P GIGASX76X BTHOMEHUBV2B BTHOMEHUBV2BOPENRG
-#WBMR P2601HNFX H201L
+#WBMR P2601HNFX
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
@@ -255,6 +255,9 @@ Image/Build/Profile/FRITZ7320=$(call Image/BuildEVA/$(1),$(1),FRITZ7320)
Image/BuildKernel/Profile/GR7000=$(call Image/BuildKernel/Template,GR7000)
Image/Build/Profile/GR7000=$(call Image/Build/$(1),$(1),GR7000)
+Image/BuildKernel/Profile/H201L=$(call Image/BuildKernel/Template,H201L)
+Image/Build/Profile/H201L=$(call Image/Build/$(1),$(1),H201L)
+
endif