diff options
author | Rani Hod <rani.hod@gmail.com> | 2023-10-01 02:05:19 +0300 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2023-10-22 11:11:43 +0200 |
commit | 9c42d23c5f7aa2b7f80af96921b2d5476626b8c6 (patch) | |
tree | f7ef452082b6b34822b4f1c4bfd852fb5bb8078e /target/linux/bcm53xx | |
parent | fe5e4987776ef66c6788f70251dcbc0ca80a1c5f (diff) |
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>
Diffstat (limited to 'target/linux/bcm53xx')
-rw-r--r-- | target/linux/bcm53xx/base-files/etc/board.d/02_network | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/base-files/etc/board.d/02_network b/target/linux/bcm53xx/base-files/etc/board.d/02_network index 13e7311e79..6d84442da4 100644 --- a/target/linux/bcm53xx/base-files/etc/board.d/02_network +++ b/target/linux/bcm53xx/base-files/etc/board.d/02_network @@ -50,6 +50,7 @@ bcm53xx_setup_macs() offset=1 ;; dlink,dir-885l | \ + linksys,ea9200 | \ linksys,panamera | \ netgear,r7900 | \ netgear,r8000 | \ |