packages: nvram: add NVRAM quirks for bcm53xx target
authorArınç ÜNAL <arinc.unal@arinc9.com>
Wed, 4 May 2022 08:34:29 +0000 (11:34 +0300)
committerRafał Miłecki <rafal@milecki.pl>
Tue, 7 Jun 2022 14:18:20 +0000 (16:18 +0200)
commit638220bfee001cda74225befb587a558cf7d9b9c
tree3fb6400d6c94bc42635766c0ca8a46c5b1e0dec9
parentbee8612d4f3ef4323bc15a4fe8ddfddadf5ab367
packages: nvram: add NVRAM quirks for bcm53xx target

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>
(cherry picked from commit f4e219fd5e6cfa33d234dad134fb105cc1620f54)
package/utils/nvram/Makefile
package/utils/nvram/files/nvram-bcm47xx.init [new file with mode: 0755]
package/utils/nvram/files/nvram-bcm53xx.init [new file with mode: 0755]
package/utils/nvram/files/nvram.init [deleted file]
target/linux/bcm53xx/base-files/etc/init.d/clear_partialboot [deleted file]