Merge pull request #3639 from TDT-AG/pr/20200217-leds
[project/luci.git] / modules / luci-mod-system / Makefile
1 #
2 # Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
3 #
4 # This is free software, licensed under the Apache License, Version 2.0 .
5 #
6
7 include $(TOPDIR)/rules.mk
8
9 LUCI_TITLE:=LuCI Administration - Global System Settings
10 LUCI_DEPENDS:=+luci-base \
11 +kmod-ledtrig-default-on \
12 +kmod-ledtrig-heartbeat \
13 +kmod-ledtrig-netdev \
14 +kmod-ledtrig-timer
15
16 PKG_LICENSE:=Apache-2.0
17
18 include ../../luci.mk
19
20 # call BuildPackage - OpenWrt buildroot signature
21