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 <mans0n@gorani.run>
This commit is contained in:
Sungbo Eo 2021-01-04 22:55:41 +09:00
parent c49d33f6cb
commit ea526fb7a2
1 changed files with 1 additions and 5 deletions

View 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