2020-04-18 21:10:32 +00:00
|
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2021-01-20 08:36:08 +00:00
|
|
|
LUCI_TITLE:=LuCI account management module
|
2020-04-18 21:10:32 +00:00
|
|
|
LUCI_DEPENDS:=+luci-base
|
|
|
|
|
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|