diff options
author | Marian Sarcinschi <znevna@gmail.com> | 2022-12-23 01:56:09 +0200 |
---|---|---|
committer | Felix Baumann <felix.bau@gmx.de> | 2023-04-02 12:23:23 +0200 |
commit | a3fbeb2cbbfc315264840f300bc2d1ffb500eaba (patch) | |
tree | e269c7b8ce1b18a141637a4e03ce856a35db220f /target/linux/ramips/image | |
parent | 21a121af804385839063c1d3de1f628f35a602f3 (diff) | |
download | upstream-a3fbeb2cbbfc315264840f300bc2d1ffb500eaba.tar.gz upstream-a3fbeb2cbbfc315264840f300bc2d1ffb500eaba.tar.bz2 upstream-a3fbeb2cbbfc315264840f300bc2d1ffb500eaba.zip |
ramips: add missing LEDs to Asus RT-AX53U
This patch adds the missing LEDs to Asus RT-AX53U.
Based on PR #10400 and patch provided in #11068
- enable the two LEDs controlled by mt7915e for wireless;
- add label to power LED so it works properly and fix formatting;
- add the USB LED;
- switch LEDs are best left to be controlled by hardware for now.
Co-Authored-By: Ivan Rozhuk <rozhuk.im@gmail.com>
Co-Authored-By: Shiji Yang <yangshiji66@qq.com>
Co-Authored-By: Hartmut Birr <e9hack@gmail.com>
Tested-by: Felix Baumann <felix.bau@gmx.de>
Tested-by: Marian Sarcinschi <znevna@gmail.com>
Signed-off-by: Marian Sarcinschi <znevna@gmail.com>
(cherry picked from commit c4b806d5c4ccc653968620e6e9aec93bc4e370e5)
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 1fb8060434..cbe56c7b77 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -250,7 +250,8 @@ define Device/asus_rt-ax53u IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata IMAGE/factory.bin := append-kernel | pad-to $$(KERNEL_SIZE) | append-ubi | \ check-size - DEVICE_PACKAGES := kmod-mt7915e kmod-usb3 uboot-envtools + DEVICE_PACKAGES := kmod-mt7915e kmod-usb3 uboot-envtools \ + kmod-usb-ledtrig-usbport endef TARGET_DEVICES += asus_rt-ax53u |