diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-01-08 13:11:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-08 13:11:54 +0100 |
commit | 913291d7c88950b14d82a5d58e4f1ef6302b7a85 (patch) | |
tree | e4e72048a778e019a177808fadce9437c467d5b4 /modules/luci-mod-system/Makefile | |
parent | c49d33f6cba15f38eb4eea74ea815601449a70cd (diff) | |
parent | ea526fb7a236ee477c51b0866b30bd52271c8b0e (diff) |
Merge pull request #4719 from mans0n/pr-kmod-ledtrig
[RFC] luci-mod-system: drop kmod-ledtrig-* dependency
Diffstat (limited to 'modules/luci-mod-system/Makefile')
-rw-r--r-- | modules/luci-mod-system/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/luci-mod-system/Makefile b/modules/luci-mod-system/Makefile index f0ca7987ed..a6d5a7a456 100644 --- a/modules/luci-mod-system/Makefile +++ b/modules/luci-mod-system/Makefile @@ -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 |