mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ramips: rt305x: add support for Edimax 3G-6200N
Support for Edimax 3G-6200N router with USB. Signed-off-by: Lukasz Golebiowski <lgolebio@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32682 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -30,6 +30,9 @@ status_led_off() {
|
||||
|
||||
get_status_led() {
|
||||
case $(ramips_board_name) in
|
||||
3g-6200n)
|
||||
status_led="edimax:green:power"
|
||||
;;
|
||||
argus-atp52b)
|
||||
status_led="argus-atp52b:green:run"
|
||||
;;
|
||||
|
||||
@@ -48,6 +48,7 @@ case "$FIRMWARE" in
|
||||
rt2x00_eeprom_extract "u-boot" 262144 272
|
||||
;;
|
||||
|
||||
3g-6200n | \
|
||||
all0256n | \
|
||||
argus-atp52b | \
|
||||
bc2 | \
|
||||
|
||||
@@ -14,6 +14,10 @@ set_wifi_led() {
|
||||
board=$(ramips_board_name)
|
||||
|
||||
case $board in
|
||||
3g-6200n)
|
||||
set_wifi_led "edimax:amber:wlan"
|
||||
set_usb_led "edimax:blue:3g"
|
||||
;;
|
||||
all0256n)
|
||||
set_wifi_led "rt2800pci-phy0::radio"
|
||||
;;
|
||||
|
||||
@@ -21,6 +21,7 @@ ramips_setup_interfaces()
|
||||
ucidef_set_interface_lan "eth0.1"
|
||||
;;
|
||||
|
||||
3g-6200n | \
|
||||
argus-atp52b | \
|
||||
b2c | \
|
||||
nw718 | \
|
||||
@@ -89,7 +90,7 @@ ramips_setup_macs()
|
||||
all0256n)
|
||||
lan_mac=$(ramips_get_mac_binary factory 40)
|
||||
;;
|
||||
|
||||
3g-6200n | \
|
||||
argus-atp52b | \
|
||||
b2c | \
|
||||
f5d8235-v1 | \
|
||||
|
||||
@@ -8,6 +8,10 @@ preinit_set_mac_address() {
|
||||
. /lib/ramips.sh
|
||||
|
||||
case $(ramips_board_name) in
|
||||
3g-6200n)
|
||||
mac=$(ramips_get_mac_binary factory 4)
|
||||
ifconfig eth0 hw ether $mac 2>/dev/null
|
||||
;;
|
||||
bc2 |\
|
||||
esr-9753 |\
|
||||
freestation5 |\
|
||||
|
||||
@@ -47,6 +47,9 @@ ramips_board_name() {
|
||||
machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
|
||||
|
||||
case "$machine" in
|
||||
*"Edimax 3g-6200n")
|
||||
name="3g-6200n"
|
||||
;;
|
||||
*"Allnet ALL0256N")
|
||||
name="all0256n"
|
||||
;;
|
||||
|
||||
@@ -14,6 +14,7 @@ platform_check_image() {
|
||||
[ "$ARGC" -gt 1 ] && return 1
|
||||
|
||||
case "$board" in
|
||||
3g-6200n | \
|
||||
all0256n | \
|
||||
bc2 | \
|
||||
dir-300-b1 | \
|
||||
|
||||
Reference in New Issue
Block a user