luci/applications/luci-app-adblock/Makefile
INAGAKI Hiroshi 5c11719b44 luci-app-adblock: Fix package call from buildroot
Cannot load this package in buildroot, so I fixed package call from
buildroot in the Makefile.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-03-26 23:15:03 +09:00

13 lines
No EOL
329 B
Makefile

# Copyright 2016 Hannu Nyman
# Copyright 2017 Dirk Brenken (dev@brenken.org)
# This is free software, licensed under the Apache License, Version 2.0
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for Adblock
LUCI_DEPENDS:=+adblock
LUCI_PKGARCH:=all
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature