mirror of https://git.openwrt.org/project/luci.git
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:
parent
c49d33f6cb
commit
ea526fb7a2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue