diff options
author | Luka Perkov <luka@openwrt.org> | 2013-09-19 00:50:44 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-09-19 00:50:44 +0000 |
commit | 7d2c5682b9bd626759daba4f39b1f7e21c06421b (patch) | |
tree | af136a911bc6268595ee94325e8a5d40211f861e /target/linux/lantiq/image/Makefile | |
parent | da01479d733cf42a0ba1c4c8c00165f41e1e2217 (diff) | |
download | upstream-7d2c5682b9bd626759daba4f39b1f7e21c06421b.tar.gz upstream-7d2c5682b9bd626759daba4f39b1f7e21c06421b.tar.bz2 upstream-7d2c5682b9bd626759daba4f39b1f7e21c06421b.zip |
lantiq: add support for ZTE H201L
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38048
Diffstat (limited to 'target/linux/lantiq/image/Makefile')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 5 |
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 |