1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

ramips: add user-space support for ALL0256N

This adds uci-defaults and sysupgrade support for the ALL0256N.

Signed-off-by: Daniel Golle <dgolle@allnet.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29883 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2012-01-24 11:48:47 +00:00
parent ad3e5bb078
commit 64435afc83
6 changed files with 20 additions and 1 deletions

View File

@@ -33,6 +33,9 @@ EOF
board=$(ramips_board_name)
case $board in
all0256n)
set_wifi_led "rt2800pci-phy0::radio"
;;
bc2)
set_usb_led "bc2:blue:usb"
;;

View File

@@ -16,6 +16,10 @@ ramips_setup_interfaces()
ucidef_set_interface_loopback
case $board in
all0256n)
ucidef_set_interface_lan "eth0.1"
;;
argus-atp52b | \
b2c | \
nw718 | \
@@ -65,6 +69,10 @@ ramips_setup_macs()
local wan_mac=""
case $board in
all0256n)
lan_mac=$(ramips_get_mac_binary factory 40)
;;
argus-atp52b | \
b2c | \
f5d8235-v1 | \