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/ar9 | |
parent | d1ad1c2c56b33cba78957c4b0c01b03d6238bcae (diff) | |
download | mtk-20170518-3f2f50c68195ea224244615ad1b88e3e02cbb9c5.zip mtk-20170518-3f2f50c68195ea224244615ad1b88e3e02cbb9c5.tar.gz mtk-20170518-3f2f50c68195ea224244615ad1b88e3e02cbb9c5.tar.bz2 |
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/ar9')
-rw-r--r-- | target/linux/lantiq/ar9/config-default | 1 | ||||
-rw-r--r-- | target/linux/lantiq/ar9/profiles/006-zte.mk | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/lantiq/ar9/config-default b/target/linux/lantiq/ar9/config-default index ae5086f..0ed3f4a 100644 --- a/target/linux/lantiq/ar9/config-default +++ b/target/linux/lantiq/ar9/config-default @@ -20,6 +20,7 @@ CONFIG_LANTIQ_MACH_FRITZ_AR9=y CONFIG_LANTIQ_MACH_NETGEAR=y CONFIG_LANTIQ_MACH_WBMR=y CONFIG_LANTIQ_MACH_P2601HNFX=y +CONFIG_LANTIQ_MACH_H201L=y # CONFIG_LANTIQ_VRX200 is not set CONFIG_MDIO_BOARDINFO=y CONFIG_MTD_BLOCK2MTD=y diff --git a/target/linux/lantiq/ar9/profiles/006-zte.mk b/target/linux/lantiq/ar9/profiles/006-zte.mk new file mode 100644 index 0000000..c83890f --- /dev/null +++ b/target/linux/lantiq/ar9/profiles/006-zte.mk @@ -0,0 +1,7 @@ +define Profile/H201L + NAME:=H201L - ZTE ZXV10 + PACKAGES:= kmod-usb-dwc-otg kmod-ath9k-htc wpad-mini \ + kmod-ltq-dsl-firmware-b-ar9 +endef + +$(eval $(call Profile,H201L)) |