diff options
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 |