2
0
forked from Ivasoft/openwrt

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>

SVN-Revision: 29883
This commit is contained in:
Gabor Juhos
2012-01-24 11:48:47 +00:00
parent 1932a7205c
commit 944c8aacdb
6 changed files with 20 additions and 1 deletions

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