Merge pull request #4719 from mans0n/pr-kmod-ledtrig
authorJo-Philipp Wich <jo@mein.io>
Fri, 8 Jan 2021 12:11:54 +0000 (13:11 +0100)
committerGitHub <noreply@github.com>
Fri, 8 Jan 2021 12:11:54 +0000 (13:11 +0100)
[RFC] luci-mod-system: drop kmod-ledtrig-* dependency

modules/luci-mod-system/Makefile

index f0ca7987ed40d437142313f44bbdbd4a519a30c3..a6d5a7a456628e8535924358c9584f1fd5e3a318 100644 (file)
@@ -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