aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/nvram/files
Commit message (Collapse)AuthorAgeFilesLines
* bcm53xx: Linksys EA9200 nvram and 02_network fixesRani Hod2023-10-261-0/+1
| | | | | | | | | | | 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 9c42d23c5f7aa2b7f80af96921b2d5476626b8c6)
* packages: nvram: add NVRAM quirks for bcm53xx targetArınç ÜNAL2022-05-042-2/+42
| | | | | | | | | | | Add NVRAM quirks script for the bcm53xx target. Split NVRAM quirks for the bcm47xx and bcm53xx targets. Move clear partialboot NVRAM quirk for Linksys EA9500 here. Add set wireless LED behaviour quirk for Asus RT-AC88U. Use boot() instead of start() as nvram commands are meant to be executed only once, at boot. Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
* packages: clean up the package folderJohn Crispin2013-06-211-0/+98
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007