Skip to content
Snippets Groups Projects
Commit d543f4b7 authored by Gabor Juhos's avatar Gabor Juhos
Browse files

ramips: add user-space support for the Upvel UR-326N4G board


[juhosg: fix mac address setup]

Patch from: Дмитрий Лебедев <lebedev@trendnet.ru>
Signed-off-by: default avatarGabor Juhos <juhosg@openwrt.org>

SVN-Revision: 35971
parent 3c2ef04a
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,9 @@ get_status_led() {
mzk-w300nh2)
status_led="mzkw300nh2:green:power"
;;
ur-326n4g)
status_led="ur326:green:wps"
;;
ur-336un)
status_led="ur336:green:wps"
;;
......
......@@ -93,6 +93,7 @@ case "$FIRMWARE" in
wr512-3gn | \
wr6202 | \
mzk-w300nh2 | \
ur-326n4g | \
ur-336un | \
xdxrn502j)
rt2x00_eeprom_extract "factory" 0 272
......
......@@ -77,6 +77,13 @@ ramips_setup_interfaces()
f5d8235-v1 | \
f5d8235-v2 | \
ur-326n4g)
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
ucidef_add_switch "switch0" "1" "1"
ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 6t"
ucidef_add_switch_vlan "switch0" "2" "0 6t"
;;
ur-336un)
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
;;
......@@ -193,6 +200,7 @@ ramips_setup_macs()
;;
esr-9753 | \
ur-326n4g | \
ur-336un)
lan_mac=$(mtd_get_mac_binary devdata 16388)
wan_mac=$(macaddr_add "$lan_mac" 1)
......
......@@ -192,6 +192,9 @@ ramips_board_detect() {
*"WR512-3GN-like router")
name="wr512-3gn"
;;
*"UR-326N4G Wireless N router")
name="ur-326n4g"
;;
*"UR-336UN Wireless N router")
name="ur-336un"
;;
......
......@@ -58,6 +58,7 @@ platform_check_image() {
wl-351 | \
wli-tx4-ag300n | \
whr-g300n |\
ur-326n4g |\
ur-336un |\
wr512-3gn)
[ "$magic" != "27051956" ] && {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment