forked from Ivasoft/openwrt
mvebu: add support for the Linksys Caiman and Cobra
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45456
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2014 OpenWrt.org
|
||||
# Copyright (C) 2014-2015 OpenWrt.org
|
||||
#
|
||||
|
||||
preinit_set_mac_address() {
|
||||
@@ -15,6 +15,12 @@ preinit_set_mac_address() {
|
||||
ifconfig eth0 hw ether $mac 2>/dev/null
|
||||
ifconfig eth1 hw ether $mac_wan 2>/dev/null
|
||||
;;
|
||||
armada-385-linksys-caiman|armada-385-linksys-cobra)
|
||||
mac=$(mtd_get_mac_ascii devinfo hw_mac_addr)
|
||||
mac_wan=$(macaddr_setbit_la "$mac")
|
||||
ifconfig eth1 hw ether $mac 2>/dev/null
|
||||
ifconfig eth0 hw ether $mac_wan 2>/dev/null
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ preinit_mount_syscfg() {
|
||||
. /lib/mvebu.sh
|
||||
|
||||
case $(mvebu_board_name) in
|
||||
armada-xp-linksys-mamba)
|
||||
armada-385-linksys-caiman|armada-385-linksys-cobra|armada-xp-linksys-mamba)
|
||||
needs_recovery=0
|
||||
ubiattach -m 8 || needs_recovery=1
|
||||
if [ $needs_recovery -eq 1 ]
|
||||
|
||||
Reference in New Issue
Block a user