Makefile 347 B

1234567891011121314
  1. # Copyright 2017-2021 Dirk Brenken (dev@brenken.org)
  2. # This is free software, licensed under the Apache License, Version 2.0
  3. include $(TOPDIR)/rules.mk
  4. LUCI_TITLE:=LuCI support for Adblock
  5. LUCI_DEPENDS:=+adblock +luci-lib-jsonc
  6. LUCI_PKGARCH:=all
  7. PKG_LICENSE:=Apache-2.0
  8. include ../../luci.mk
  9. # call BuildPackage - OpenWrt buildroot signature