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>
Wed, 4 May 2022 19:51:20 +0000 (21:51 +0200)
commitf4e219fd5e6cfa33d234dad134fb105cc1620f54
treebfb314c3552b9a163d2bae41ca1673d45576aee5
parent65258f5d6093809c541050256646795bc0a460a9
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>
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]