aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/base-files/etc
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@gmail.com>2021-10-10 22:06:51 +0200
committerChristian Lamparter <chunkeey@gmail.com>2021-10-10 23:15:05 +0200
commit80b7a8a7f5a0a88fde6dd19f097df4d7cac9ff04 (patch)
treeddaa237a59884b598c6fc4ec72d50028bd0be8a5 /target/linux/x86/base-files/etc
parent7c0fb874436c0613a042c8b07aa00621d08f4eaa (diff)
downloadupstream-80b7a8a7f5a0a88fde6dd19f097df4d7cac9ff04.tar.gz
upstream-80b7a8a7f5a0a88fde6dd19f097df4d7cac9ff04.tar.bz2
upstream-80b7a8a7f5a0a88fde6dd19f097df4d7cac9ff04.zip
Revert "gpio-cdev: add nu801 userspace driver"
This reverts commit f536f5ebddd9c532a08ac4a9be3ef0c02f7bfeb8. As Hauke commented, this causes builder failures on 5.4 kernels. This revert includes changes to the mx100 kernel modules dependency as well as the uci led definitions. Tested-by: Chris Blake <chrisrblake93@gmail.com> Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/x86/base-files/etc')
-rw-r--r--target/linux/x86/base-files/etc/board.d/01_leds2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/base-files/etc/board.d/01_leds b/target/linux/x86/base-files/etc/board.d/01_leds
index 74ad2d59fe..42974d8290 100644
--- a/target/linux/x86/base-files/etc/board.d/01_leds
+++ b/target/linux/x86/base-files/etc/board.d/01_leds
@@ -9,7 +9,7 @@ board_config_update
case "$(board_name)" in
cisco-mx100-hw)
ucidef_set_led_usbport "usb" "USB" "mx100:green:usb" "1-1-port2"
- ucidef_set_led_default "diag" "DIAG" "mx100:green:tricolor" "1"
+ ucidef_set_led_default "diag" "DIAG" "mx100:green:ha" "1"
;;
pc-engines-apu1|pc-engines-apu2|pc-engines-apu3)
ucidef_set_led_netdev "wan" "WAN" "apu:green:3" "eth0"