add ALL5002 userspace support

detect EEPROM, MAC addresses and support sysupgrade for the ALL5002

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

SVN-Revision: 32816
This commit is contained in:
John Crispin
2012-07-24 20:38:14 +00:00
parent e219c3ac3a
commit 2d2479a033
5 changed files with 9 additions and 1 deletions

View File

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