mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[ramips] add ALL5002 userspace support
detect EEPROM, MAC addresses and support sysupgrade for the ALL5002 Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32816 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -17,6 +17,7 @@ ramips_setup_interfaces()
|
||||
|
||||
case $board in
|
||||
all0256n | \
|
||||
all5002 | \
|
||||
wl-330n)
|
||||
ucidef_set_interface_lan "eth0.1"
|
||||
;;
|
||||
@@ -87,7 +88,8 @@ ramips_setup_macs()
|
||||
local wan_mac=""
|
||||
|
||||
case $board in
|
||||
all0256n)
|
||||
all0256n | \
|
||||
all5002)
|
||||
lan_mac=$(ramips_get_mac_binary factory 40)
|
||||
;;
|
||||
3g-6200n | \
|
||||
|
||||
Reference in New Issue
Block a user