From ea526fb7a236ee477c51b0866b30bd52271c8b0e Mon Sep 17 00:00:00 2001 From: Sungbo Eo Date: Mon, 4 Jan 2021 22:55:41 +0900 Subject: [PATCH] luci-mod-system: drop kmod-ledtrig-* dependency The kmod packages were dropped from OpenWrt, and the LED triggers are now kernel built-in. Signed-off-by: Sungbo Eo --- modules/luci-mod-system/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/luci-mod-system/Makefile b/modules/luci-mod-system/Makefile index f0ca7987ed..a6d5a7a456 100644 --- a/modules/luci-mod-system/Makefile +++ b/modules/luci-mod-system/Makefile @@ -7,11 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Administration - Global System Settings -LUCI_DEPENDS:=+luci-base \ - +kmod-ledtrig-default-on \ - +kmod-ledtrig-heartbeat \ - +kmod-ledtrig-netdev \ - +kmod-ledtrig-timer +LUCI_DEPENDS:=+luci-base PKG_LICENSE:=Apache-2.0 -- 2.30.2