Makefile 316 B

1234567891011121314
  1. # This is free software, licensed under the Apache License, Version 2.0 .
  2. include $(TOPDIR)/rules.mk
  3. PKG_LICENSE:=Apache-2.0
  4. LUCI_TITLE:=LuCI account management module
  5. LUCI_DEPENDS:=+luci-base
  6. PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
  7. include ../../luci.mk
  8. # call BuildPackage - OpenWrt buildroot signature