diff options
author | Luka Perkov <luka@openwrt.org> | 2013-09-19 00:50:46 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-09-19 00:50:46 +0000 |
commit | 3b33adeb9987b52264e56d006784da497eda16f2 (patch) | |
tree | cf4c670b23e7688d18fb98fbb2a66019ecec7ad5 /target/linux/lantiq/image/Makefile | |
parent | 7d2c5682b9bd626759daba4f39b1f7e21c06421b (diff) | |
download | upstream-3b33adeb9987b52264e56d006784da497eda16f2.tar.gz upstream-3b33adeb9987b52264e56d006784da497eda16f2.tar.bz2 upstream-3b33adeb9987b52264e56d006784da497eda16f2.zip |
lantiq: add support for ZyXEL P2601HNFX
SVN-Revision: 38049
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 c34b6b0dfa..1123074da8 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 +#WBMR include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk @@ -258,6 +258,9 @@ 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) +Image/BuildKernel/Profile/P2601HNFX=$(call Image/BuildKernel/Template,P2601HNFX) +Image/Build/Profile/P2601HNFX=$(call Image/Build/$(1),$(1),P2601HNFX) + endif |