bcm53xx: Linksys EA9200 nvram and 02_network fixes
1) clear nvram partialboots upon successful boot
This behavior is already defined for EA9500; enabled for EA9200 too.
2) fix MAC address in board.d/02_network
Use the correct nvram variable to derive lan/wan MAC address.
Signed-off-by: Rani Hod <rani.hod@gmail.com>
(cherry picked from commit 9c42d23c5f)
This commit is contained in:
@@ -9,6 +9,7 @@ clear_partialboots() {
|
|||||||
# clear partialboots
|
# clear partialboots
|
||||||
|
|
||||||
case $(board_name) in
|
case $(board_name) in
|
||||||
|
linksys,ea9200|\
|
||||||
linksys,panamera)
|
linksys,panamera)
|
||||||
COMMIT=1
|
COMMIT=1
|
||||||
nvram set partialboots=0
|
nvram set partialboots=0
|
||||||
|
|||||||
@@ -50,6 +50,7 @@ bcm53xx_setup_macs()
|
|||||||
offset=1
|
offset=1
|
||||||
;;
|
;;
|
||||||
dlink,dir-885l | \
|
dlink,dir-885l | \
|
||||||
|
linksys,ea9200 | \
|
||||||
linksys,panamera | \
|
linksys,panamera | \
|
||||||
netgear,r7900 | \
|
netgear,r7900 | \
|
||||||
netgear,r8000 | \
|
netgear,r8000 | \
|
||||||
|
|||||||
Reference in New Issue
Block a user