ramips: add userspace support for the Edimax BR-6425
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 2 Feb 2013 17:01:50 +0000 (17:01 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 2 Feb 2013 17:01:50 +0000 (17:01 +0000)
[juhosg: remove sysupgrade changes]

Signed-off-by: Yuval Adam <yuv.adm@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35463 3c298f89-4303-0410-b956-a3cf2f4a3e73

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/01_leds
target/linux/ramips/base-files/etc/uci-defaults/02_network
target/linux/ramips/base-files/lib/ramips.sh

index ff5818c..8702a2d 100755 (executable)
@@ -42,6 +42,9 @@ get_status_led() {
        br6524n)
                status_led="edimax:blue:power"
                ;;
+       br6425)
+               status_led="edimax:green:power"
+               ;;
        dir-300-b1 | dir-600-b1 | dir-600-b2 | dir-615-h1 | dir-615-d | dir-620-a1)
                status_led="d-link:green:status"
                ;;
index 61d79b9..9ff58f1 100644 (file)
@@ -59,6 +59,7 @@ case "$FIRMWARE" in
        all5002 | \
        argus-atp52b | \
        bc2 | \
+       br6425 | \
        broadway | \
        br6524n | \
        carambola | \
index 516f3cc..f582e5c 100755 (executable)
@@ -35,6 +35,9 @@ case $board in
        bc2)
                set_usb_led "bc2:blue:usb"
                ;;
+       br6425)
+               set_wifi_led "edimax:orange:wlan"
+               ;;
        broadway)
                set_usb_led "red:diskmounted"
                set_wifi_led "red:wps_active"
index b9c88e3..cc5b8c2 100755 (executable)
@@ -154,6 +154,7 @@ ramips_setup_macs()
        air3gii | \
        argus-atp52b | \
        bc2 | \
+       br6425 | \
        broadway | \
        f5d8235-v1 | \
        mzk-w300nh2 | \
index 83dcc0e..3f06da3 100755 (executable)
@@ -56,6 +56,9 @@ ramips_board_name() {
        *"AirLive Air3GII")
                name="air3gii"
                ;;
+       *"Edimax BR-6425")
+               name="br6425"
+               ;;
        *"Allnet ALL0239-3G")
                name="all0239-3g"
                ;;