forked from Ivasoft/openwrt
add Huawei D105
http://patchwork.openwrt.org/patch/3510/ Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 36173
This commit is contained in:
@@ -48,6 +48,10 @@ case $board in
|
||||
br6524n)
|
||||
set_wifi_led "edimax:blue:wlan"
|
||||
;;
|
||||
d105)
|
||||
ucidef_set_led_default "power" "POWER" "d105:red:power" "1"
|
||||
set_usb_led "d105:green:usb"
|
||||
;;
|
||||
dir-300-b1|\
|
||||
dir-600-b1|\
|
||||
dir-600-b2|\
|
||||
|
||||
@@ -125,6 +125,7 @@ ramips_setup_interfaces()
|
||||
ucidef_set_interfaces_lan_wan "eth0.2" "eth0.1"
|
||||
;;
|
||||
|
||||
d105 | \
|
||||
omni-emb-hpm|\
|
||||
wli-tx4-ag300n)
|
||||
ucidef_set_interface_lan "eth0"
|
||||
@@ -249,6 +250,7 @@ ramips_setup_macs()
|
||||
wan_mac=$(macaddr_add "$lan_mac" 1)
|
||||
;;
|
||||
|
||||
d105 | \
|
||||
wli-tx4-ag300n)
|
||||
lan_mac=$(mtd_get_mac_binary factory 4)
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user