luci/modules/luci-mod-system/Makefile
Sungbo Eo ea526fb7a2 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>
2021-01-08 20:58:33 +09:00

17 lines
358 B
Makefile

#
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI Administration - Global System Settings
LUCI_DEPENDS:=+luci-base
PKG_LICENSE:=Apache-2.0
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature