summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorINAGAKI Hiroshi <musashino.open@gmail.com>2017-03-26 23:15:03 +0900
committerINAGAKI Hiroshi <musashino.open@gmail.com>2017-03-26 23:15:03 +0900
commit5c11719b44fd4b877b54367228cf5f40d2961f96 (patch)
treeb70c7d6f1e7b0d011c75b050d7a03b7c3704f5c1 /applications
parentdbc156f40ad5fc7294be7b78cc6eb8a59857197f (diff)
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>
Diffstat (limited to 'applications')
-rw-r--r--applications/luci-app-adblock/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-app-adblock/Makefile b/applications/luci-app-adblock/Makefile
index 5657cfc90..614faf0e8 100644
--- a/applications/luci-app-adblock/Makefile
+++ b/applications/luci-app-adblock/Makefile
@@ -9,3 +9,5 @@ LUCI_DEPENDS:=+adblock
LUCI_PKGARCH:=all
include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature \ No newline at end of file