diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-04-18 23:10:32 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-04-18 23:25:22 +0200 |
commit | 82a469f75fef18d10518231c46e232b06496a6bf (patch) | |
tree | ac40afe653b41ef8bc4748d67d1dc4ca55f5fca0 /applications/luci-app-acl/Makefile | |
parent | 7882f3ebdde0364314a45aa6dd8fbc4e766e8ea8 (diff) |
luci-app-acl: add initial version of login management module
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-acl/Makefile')
-rw-r--r-- | applications/luci-app-acl/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/applications/luci-app-acl/Makefile b/applications/luci-app-acl/Makefile new file mode 100644 index 0000000000..01fa7f1708 --- /dev/null +++ b/applications/luci-app-acl/Makefile @@ -0,0 +1,10 @@ +# This is free software, licensed under the Apache License, Version 2.0 . + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI account managment module +LUCI_DEPENDS:=+luci-base + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |