mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-30 17:56:15 +02:00
ramips: add profile and build image for the TEW-691GR board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33852 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d4c02355a7
commit
0b26293543
@ -640,6 +640,10 @@ define Image/Build/Profile/RTN56U
|
|||||||
$(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_8M,rt-n56u,RT-N56U,ttyS1,57600,phys)
|
$(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_8M,rt-n56u,RT-N56U,ttyS1,57600,phys)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Image/Build/Profile/TEW691GR
|
||||||
|
$(call Image/Build/Template/$(fs_squash)/$(1),UMedia,tew-691gr,TEW-691GR,0x026910)
|
||||||
|
endef
|
||||||
|
|
||||||
define Image/Build/Profile/TEW692GR
|
define Image/Build/Profile/TEW692GR
|
||||||
$(call Image/Build/Template/$(fs_squash)/$(1),UMedia,tew-692gr,TEW-692GR,0x026920)
|
$(call Image/Build/Template/$(fs_squash)/$(1),UMedia,tew-692gr,TEW-692GR,0x026920)
|
||||||
endef
|
endef
|
||||||
@ -648,6 +652,7 @@ ifeq ($(CONFIG_RALINK_RT3883),y)
|
|||||||
define Image/Build/Profile/Default
|
define Image/Build/Profile/Default
|
||||||
$(call Image/Build/Profile/DIR645,$(1))
|
$(call Image/Build/Profile/DIR645,$(1))
|
||||||
$(call Image/Build/Profile/RTN56U,$(1))
|
$(call Image/Build/Profile/RTN56U,$(1))
|
||||||
|
$(call Image/Build/Profile/TEW691GR,$(1))
|
||||||
$(call Image/Build/Profile/TEW692GR,$(1))
|
$(call Image/Build/Profile/TEW692GR,$(1))
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
@ -5,6 +5,16 @@
|
|||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
define Profile/TEW691GR
|
||||||
|
NAME:=TRENDnet TEW-691GR
|
||||||
|
PACKAGES:=swconfig
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Profile/TEW691GR/Description
|
||||||
|
Package set compatible with the TRENDnet TEW-691GR board.
|
||||||
|
endef
|
||||||
|
$(eval $(call Profile,TEW691GR))
|
||||||
|
|
||||||
define Profile/TEW692GR
|
define Profile/TEW692GR
|
||||||
NAME:=TRENDnet TEW-692GR
|
NAME:=TRENDnet TEW-692GR
|
||||||
PACKAGES:=swconfig
|
PACKAGES:=swconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user