2
0
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:
John Crispin
2013-04-03 10:00:08 +00:00
parent c1710901c5
commit 910b705155
9 changed files with 101 additions and 0 deletions

View File

@@ -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|\

View File

@@ -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)
;;