Makefile 410 B

123456789101112131415161718
  1. #
  2. # Copyright (C) 2010 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. include $(TOPDIR)/rules.mk
  8. LUCI_TITLE:=BCP38 LuCI interface
  9. LUCI_DEPENDS:=+luci-mod-admin-full +bcp38
  10. PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
  11. PKG_LICENSE:=Apache-2.0
  12. include ../../luci.mk
  13. # call BuildPackage - OpenWrt buildroot signature