From 5c11719b44fd4b877b54367228cf5f40d2961f96 Mon Sep 17 00:00:00 2001 From: INAGAKI Hiroshi Date: Sun, 26 Mar 2017 23:15:03 +0900 Subject: [PATCH] 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 --- applications/luci-app-adblock/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.11.0