mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-06 11:09:31 +00:00
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@arinc9.com>
This commit is contained in:
parent
2214bab350
commit
c46ac89ec6
@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=nvram
|
PKG_NAME:=nvram
|
||||||
PKG_RELEASE:=11
|
PKG_RELEASE:=12
|
||||||
|
|
||||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
||||||
|
|
||||||
|
@ -23,6 +23,7 @@ set_wireless_led_behaviour() {
|
|||||||
# 0x7 makes the wireless LEDs on, when radios are enabled, and blink when there's activity
|
# 0x7 makes the wireless LEDs on, when radios are enabled, and blink when there's activity
|
||||||
|
|
||||||
case $(board_name) in
|
case $(board_name) in
|
||||||
|
asus,rt-ac3100|\
|
||||||
asus,rt-ac88u)
|
asus,rt-ac88u)
|
||||||
COMMIT=1
|
COMMIT=1
|
||||||
nvram set 0:ledbh9=0x7 set 1:ledbh9=0x7
|
nvram set 0:ledbh9=0x7 set 1:ledbh9=0x7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user