Makefile 292 B

1234567891011121314
  1. # Copyright (C) 2016 Openwrt.org
  2. #
  3. # This is free software, licensed under the Apache License, Version 2.0 .
  4. #
  5. include $(TOPDIR)/rules.mk
  6. LUCI_TITLE:=LuCI support for Adblock
  7. LUCI_DEPENDS:=+adblock
  8. LUCI_PKGARCH:=all
  9. include ../../luci.mk
  10. # call BuildPackage - OpenWrt buildroot signature