ramips: add profile and build image for the Tenda 3G300M
Factory image should be used to flash from original firmware. [juhosg: use the GENERIC_4M template] Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35246
This commit is contained in:
parent
9891603eb5
commit
ed6d399f8d
@ -462,6 +462,11 @@ define Image/Build/Profile/3G6200N
|
||||
$(call Image/Build/Template/$(fs_squash)/$(1),3G6200N,3g-6200n,3G-6200N,ttyS1,57600,phys)
|
||||
endef
|
||||
|
||||
define Image/Build/Profile/3G300M
|
||||
$(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,3g300m,3G300M,ttyS1,57600,spi,3G150M_SPI Kernel Image,factory.bin)
|
||||
$(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,3g300m,3G300M,ttyS1,57600,spi)
|
||||
endef
|
||||
|
||||
define Image/Build/Profile/AIR3GII
|
||||
$(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,air3gii,AIR3GII,ttyS1,57600,spi)
|
||||
endef
|
||||
@ -633,6 +638,7 @@ endef
|
||||
ifeq ($(CONFIG_RALINK_RT305X),y)
|
||||
define Image/Build/Profile/Default
|
||||
$(call Image/Build/Profile/3G6200N,$(1))
|
||||
$(call Image/Build/Profile/3G300M,$(1))
|
||||
$(call Image/Build/Profile/AIR3GII,$(1))
|
||||
$(call Image/Build/Profile/ALL02393G,$(1))
|
||||
$(call Image/Build/Profile/ALL0256N,$(1))
|
||||
|
@ -5,6 +5,19 @@
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/3G300M
|
||||
NAME:=Tenda 3G300M
|
||||
PACKAGES:=\
|
||||
kmod-usb-core kmod-usb-rt305x-dwc_otg \
|
||||
kmod-ledtrig-usbdev
|
||||
endef
|
||||
|
||||
define Profile/3G300M/Description
|
||||
Package set for Tenda 3G300M board
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,3G300M))
|
||||
|
||||
define Profile/W306R_V20
|
||||
NAME:=Tenda W306R V2.0
|
||||
PACKAGES:=
|
||||
|
Loading…
Reference in New Issue
Block a user