2
0
forked from Ivasoft/openwrt

adds support for Edimax BR-6524N

fixes #12754

Signed-off-by: <rq@akl.lt>

SVN-Revision: 35020
This commit is contained in:
John Crispin
2013-01-06 11:11:42 +00:00
parent 2739a19992
commit f2f9332350
12 changed files with 121 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ case $board in
set_usb_led "red:diskmounted"
set_wifi_led "red:wps_active"
;;
br6524n)
set_wifi_led "edimax:blue:wlan"
;;
dir-300-b1|\
dir-600-b1|\
dir-600-b2|\

View File

@@ -84,6 +84,7 @@ ramips_setup_interfaces()
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
;;
br6524n | \
v11st-fe)
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
ucidef_add_switch "switch0" "1" "1"