From: INAGAKI Hiroshi Date: Sun, 26 Mar 2017 14:15:03 +0000 (+0900) Subject: luci-app-adblock: Fix package call from buildroot X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=5c11719b44fd4b877b54367228cf5f40d2961f96 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 --- 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