1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

ramips: add user-space support for the TEW-692GR board

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33847 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2012-10-18 07:23:07 +00:00
parent 0313e775d6
commit 9431064ef0
5 changed files with 20 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ preinit_set_mac_address() {
hw550-3g |\
nbg-419n |\
omni-emb |\
tew-692gr |\
w306r-v20 |\
w502u |\
wl-330n |\

View File

@@ -167,6 +167,9 @@ ramips_board_name() {
*"Tenda W306R V2.0")
name="w306r-v20"
;;
*"TEW-692GR")
name="tew-692gr"
;;
*"Ralink V11ST-FE")
name="v11st-fe"
;;

View File

@@ -40,6 +40,7 @@ platform_check_image() {
rt-n15 | \
rt-n56u | \
sl-r7205 | \
tew-692gr | \
w306r-v20 |\
w502u |\
wr6202 |\