diff options
Diffstat (limited to 'modules/luci-mod-system/Makefile')
-rw-r--r-- | modules/luci-mod-system/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/luci-mod-system/Makefile b/modules/luci-mod-system/Makefile index a6d5a7a456..f0ca7987ed 100644 --- a/modules/luci-mod-system/Makefile +++ b/modules/luci-mod-system/Makefile @@ -7,7 +7,11 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Administration - Global System Settings -LUCI_DEPENDS:=+luci-base +LUCI_DEPENDS:=+luci-base \ + +kmod-ledtrig-default-on \ + +kmod-ledtrig-heartbeat \ + +kmod-ledtrig-netdev \ + +kmod-ledtrig-timer PKG_LICENSE:=Apache-2.0 |