luci-mod-system: drop kmod-ledtrig-* dependency 4719/head
authorSungbo Eo <mans0n@gorani.run>
Mon, 4 Jan 2021 13:55:41 +0000 (22:55 +0900)
committerSungbo Eo <mans0n@gorani.run>
Fri, 8 Jan 2021 11:58:33 +0000 (20:58 +0900)
The kmod packages were dropped from OpenWrt,
and the LED triggers are now kernel built-in.

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
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