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>
13 lines
No EOL
329 B
Makefile
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
|