diff options
author | John Crispin <john@openwrt.org> | 2012-05-27 16:02:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-05-27 16:02:16 +0000 |
commit | 3f2f50c68195ea224244615ad1b88e3e02cbb9c5 (patch) | |
tree | 2b959375ef6273d4f9b50abe2ae114f2a119e1ae /target/linux/lantiq/image | |
parent | d1ad1c2c56b33cba78957c4b0c01b03d6238bcae (diff) | |
download | upstream-3f2f50c68195ea224244615ad1b88e3e02cbb9c5.tar.gz upstream-3f2f50c68195ea224244615ad1b88e3e02cbb9c5.tar.bz2 upstream-3f2f50c68195ea224244615ad1b88e3e02cbb9c5.zip |
Add basic configuration for new board ZTE H201L. Still missing are button and led gpio values.
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31908
Diffstat (limited to 'target/linux/lantiq/image')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index 9d59935b5a..29cfc1d7e3 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -158,17 +158,20 @@ ifeq ($(CONFIG_TARGET_lantiq_ar9),y) Image/BuildKernel/Profile/WBMR=$(call Image/BuildKernel/Template,WBMR,$(xway_cmdline)) Image/BuildKernel/Profile/DGN3500B=$(call Image/BuildKernel/Template,DGN3500B,$(xway_cmdline)) Image/BuildKernel/Profile/P2601HNFX=$(call Image/BuildKernel/Template,P2601HNFX,$(xway_cmdline)) +Image/BuildKernel/Profile/H201L=$(call Image/BuildKernel/Template,H201L,$(xway_cmdline)) Image/BuildKernel/Profile/FRITZ7320=$(call Image/BuildKernelEVA/Template,FRITZ7320,$(xway_cmdline)) Image/Build/Profile/WBMR=$(call Image/Build/$(1),$(1),WBMR) Image/Build/Profile/DGN3500B=$(call Image/Build/$(1),$(1),DGN3500B) Image/Build/Profile/P2601HNFX=$(call Image/Build/$(1),$(1),P2601HNFX) +Image/Build/Profile/H201L=$(call Image/Build/$(1),$(1),H201L) Image/Build/Profile/FRITZ7320=$(call Image/BuildEVA/$(1),$(1),FRITZ7320) define Image/BuildKernel/Profile/Generic $(call Image/BuildKernel/Template,WBMR,$(xway_cmdline)) $(call Image/BuildKernel/Template,DGN3500B,$(xway_cmdline)) $(call Image/BuildKernel/Template,P2601HNFX,$(xway_cmdline)) + $(call Image/BuildKernel/Template,H201L,$(xway_cmdline)) $(call Image/BuildKernelEVA/Template,FRITZ7320,$(xway_cmdline)) $(call Image/BuildKernel/Template,NONE) endef @@ -177,6 +180,7 @@ define Image/Build/Profile/Generic $(call Image/Build/$(1),$(1),WBMR) $(call Image/Build/$(1),$(1),DGN3500B) $(call Image/Build/$(1),$(1),P2601HNFX) + $(call Image/Build/$(1),$(1),H201L) $(call Image/BuildEVA/$(1),$(1),FRITZ7320) $(call Image/Build/$(1),$(1),NONE) $(CP) $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-$(1).rootfs |