[openwrt/openwrt] packages: nvram: add asus,rt-ac3100 to set_wireless_led_behaviour quirk

LEDE Commits lede-commits at lists.infradead.org
Sat Aug 19 02:03:31 PDT 2023


rmilecki pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c46ac89ec6ac182939b4659dd83361d7636786e8

commit c46ac89ec6ac182939b4659dd83361d7636786e8
Author: Arınç ÜNAL <arinc.unal at arinc9.com>
AuthorDate: Thu Aug 10 15:23:10 2023 +0300

    packages: nvram: add asus,rt-ac3100 to set_wireless_led_behaviour quirk
    
    Add ASUS RT-AC3100 to the set wireless LED behaviour quirk.
    
    Signed-off-by: Arınç ÜNAL <arinc.unal at arinc9.com>
---
 package/utils/nvram/Makefile                 | 2 +-
 package/utils/nvram/files/nvram-bcm53xx.init | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/utils/nvram/Makefile b/package/utils/nvram/Makefile
index b957211283..8547bfa2d6 100644
--- a/package/utils/nvram/Makefile
+++ b/package/utils/nvram/Makefile
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nvram
-PKG_RELEASE:=11
+PKG_RELEASE:=12
 
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
 
diff --git a/package/utils/nvram/files/nvram-bcm53xx.init b/package/utils/nvram/files/nvram-bcm53xx.init
index 0502cd28b6..2e9c9f3fce 100755
--- a/package/utils/nvram/files/nvram-bcm53xx.init
+++ b/package/utils/nvram/files/nvram-bcm53xx.init
@@ -23,6 +23,7 @@ set_wireless_led_behaviour() {
 	# 0x7 makes the wireless LEDs on, when radios are enabled, and blink when there's activity
 
 	case $(board_name) in
+		asus,rt-ac3100|\
 		asus,rt-ac88u)
 			COMMIT=1
 			nvram set 0:ledbh9=0x7 set 1:ledbh9=0x7




More information about the lede-commits mailing list