ramips: add user-space support for the Upvel UR-326N4G board
authorGabor Juhos <juhosg@openwrt.org>
Mon, 11 Mar 2013 21:02:43 +0000 (21:02 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 11 Mar 2013 21:02:43 +0000 (21:02 +0000)
[juhosg: fix mac address setup]

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

target/linux/ramips/base-files/etc/diag.sh
target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
target/linux/ramips/base-files/etc/uci-defaults/02_network
target/linux/ramips/base-files/lib/ramips.sh
target/linux/ramips/base-files/lib/upgrade/platform.sh

index 102ff2731b44489fa29a232f76e1ce74ea885f44..adb205b559d8839f1e8d2020c577c8eeea2d74dd 100755 (executable)
@@ -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"
                ;;
index 43121e19b136c18da767990509ff4c0fbddca167..40785287db1b3b27246072dddd1b70a260e91d99 100644 (file)
@@ -93,6 +93,7 @@ case "$FIRMWARE" in
        wr512-3gn | \
        wr6202 | \
        mzk-w300nh2 | \
+       ur-326n4g | \
        ur-336un | \
        xdxrn502j)
                rt2x00_eeprom_extract "factory" 0 272
index 5fb52bbafd2169094816b4a48ba2cb1af4bfb4a0..d6ab75afa5b644de18a8eb8c18a451623b7a6d49 100755 (executable)
@@ -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)
index 070214535875e08182dd3cda98ee2a870fdcda8a..6638b0a00103d3875cc73bd451b88b75c4c0569e 100755 (executable)
@@ -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"
                ;;
index 1b358c12ed0b2e6a3907b8fecfc631c5a534a7bc..97cc382b39c9bd2d7f81efe4907674353074d14b 100755 (executable)
@@ -58,6 +58,7 @@ platform_check_image() {
        wl-351 | \
        wli-tx4-ag300n | \
        whr-g300n |\
+       ur-326n4g |\
        ur-336un |\
        wr512-3gn)
                [ "$magic" != "27051956" ] && {