mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-01 03:26:51 +00:00
ramips: add user-space support for the Upvel UR-326N4G board
[juhosg: fix mac address setup] Patch from: Дмитрий Лебедев <lebedev@trendnet.ru> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35971
This commit is contained in:
parent
3c2ef04a0e
commit
d543f4b771
target/linux/ramips/base-files
@ -111,6 +111,9 @@ get_status_led() {
|
|||||||
mzk-w300nh2)
|
mzk-w300nh2)
|
||||||
status_led="mzkw300nh2:green:power"
|
status_led="mzkw300nh2:green:power"
|
||||||
;;
|
;;
|
||||||
|
ur-326n4g)
|
||||||
|
status_led="ur326:green:wps"
|
||||||
|
;;
|
||||||
ur-336un)
|
ur-336un)
|
||||||
status_led="ur336:green:wps"
|
status_led="ur336:green:wps"
|
||||||
;;
|
;;
|
||||||
|
@ -93,6 +93,7 @@ case "$FIRMWARE" in
|
|||||||
wr512-3gn | \
|
wr512-3gn | \
|
||||||
wr6202 | \
|
wr6202 | \
|
||||||
mzk-w300nh2 | \
|
mzk-w300nh2 | \
|
||||||
|
ur-326n4g | \
|
||||||
ur-336un | \
|
ur-336un | \
|
||||||
xdxrn502j)
|
xdxrn502j)
|
||||||
rt2x00_eeprom_extract "factory" 0 272
|
rt2x00_eeprom_extract "factory" 0 272
|
||||||
|
@ -77,6 +77,13 @@ ramips_setup_interfaces()
|
|||||||
|
|
||||||
f5d8235-v1 | \
|
f5d8235-v1 | \
|
||||||
f5d8235-v2 | \
|
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)
|
ur-336un)
|
||||||
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
||||||
;;
|
;;
|
||||||
@ -193,6 +200,7 @@ ramips_setup_macs()
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
esr-9753 | \
|
esr-9753 | \
|
||||||
|
ur-326n4g | \
|
||||||
ur-336un)
|
ur-336un)
|
||||||
lan_mac=$(mtd_get_mac_binary devdata 16388)
|
lan_mac=$(mtd_get_mac_binary devdata 16388)
|
||||||
wan_mac=$(macaddr_add "$lan_mac" 1)
|
wan_mac=$(macaddr_add "$lan_mac" 1)
|
||||||
|
@ -192,6 +192,9 @@ ramips_board_detect() {
|
|||||||
*"WR512-3GN-like router")
|
*"WR512-3GN-like router")
|
||||||
name="wr512-3gn"
|
name="wr512-3gn"
|
||||||
;;
|
;;
|
||||||
|
*"UR-326N4G Wireless N router")
|
||||||
|
name="ur-326n4g"
|
||||||
|
;;
|
||||||
*"UR-336UN Wireless N router")
|
*"UR-336UN Wireless N router")
|
||||||
name="ur-336un"
|
name="ur-336un"
|
||||||
;;
|
;;
|
||||||
|
@ -58,6 +58,7 @@ platform_check_image() {
|
|||||||
wl-351 | \
|
wl-351 | \
|
||||||
wli-tx4-ag300n | \
|
wli-tx4-ag300n | \
|
||||||
whr-g300n |\
|
whr-g300n |\
|
||||||
|
ur-326n4g |\
|
||||||
ur-336un |\
|
ur-336un |\
|
||||||
wr512-3gn)
|
wr512-3gn)
|
||||||
[ "$magic" != "27051956" ] && {
|
[ "$magic" != "27051956" ] && {
|
||||||
|
Loading…
Reference in New Issue
Block a user