diff options
author | John Crispin <john@openwrt.org> | 2015-01-22 09:35:22 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-01-22 09:35:22 +0000 |
commit | 36d19e46dfbf0a6baa4f741e8182fbd72dd6575e (patch) | |
tree | c13d6f4cda1dd5c11a8fddcb6a7e7d1b868be74b /target/linux/ramips/rt305x/profiles/tenda.mk | |
parent | deb66a555e8856d253a5feb6620ae4d50f404e69 (diff) | |
download | mtk-20170518-36d19e46dfbf0a6baa4f741e8182fbd72dd6575e.zip mtk-20170518-36d19e46dfbf0a6baa4f741e8182fbd72dd6575e.tar.gz mtk-20170518-36d19e46dfbf0a6baa4f741e8182fbd72dd6575e.tar.bz2 |
ramips: add support for Tenda 3G150B
Add suport for Tenda 3G150B:
- cpu: Ralink RT5350F
- flash: 4MB
- ram: 32MB
- 1x USB 2.0
- 1x RJ45
- one reset button
- battery powered (BP-4L, 3.7V 1450mAh)
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 44073
Diffstat (limited to 'target/linux/ramips/rt305x/profiles/tenda.mk')
-rw-r--r-- | target/linux/ramips/rt305x/profiles/tenda.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/profiles/tenda.mk b/target/linux/ramips/rt305x/profiles/tenda.mk index d9d94cf..36ba822 100644 --- a/target/linux/ramips/rt305x/profiles/tenda.mk +++ b/target/linux/ramips/rt305x/profiles/tenda.mk @@ -5,6 +5,19 @@ # See /LICENSE for more information. # +define Profile/3G150B + NAME:=Tenda 3G150B + PACKAGES:=\ + kmod-usb-core kmod-usb-dwc2 \ + kmod-ledtrig-usbdev +endef + +define Profile/3G150B/Description + Package set for Tenda 3G150B board +endef + +$(eval $(call Profile,3G150B)) + define Profile/3G300M NAME:=Tenda 3G300M PACKAGES:=\ |