mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ramips: add support for D-Link DIR-615 H1
rt2x00 still needs some patching as the radio doesn't come to life. Installation via webflash. [juhosg: fix whitespace issues, remove rt305x_register_usb from machine setup because the board has no USB port] Signed-off-by: Mikko Hissa <mikko.hissa@uta.fi> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33205 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -32,6 +32,10 @@ case $board in
|
||||
ucidef_set_led_default "wan" "WAN LED (amber)" "d-link:amber:wan" "1"
|
||||
set_wifi_led "rt2800pci-phy0::radio"
|
||||
;;
|
||||
dir-615-h1)
|
||||
ucidef_set_led_default "status" "Status LED (amber)" "d-link:amber:status" "0"
|
||||
set_wifi_led "rt2800pci-phy0::radio"
|
||||
;;
|
||||
esr-9753)
|
||||
set_wifi_led "rt2800pci-phy0::radio"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user