Merge pull request #1082 from musashino205/adblock-fix-call
authorHannu Nyman <hannu.nyman@iki.fi>
Sun, 26 Mar 2017 14:40:55 +0000 (17:40 +0300)
committerGitHub <noreply@github.com>
Sun, 26 Mar 2017 14:40:55 +0000 (17:40 +0300)
luci-app-adblock: Fix package call from buildroot

applications/luci-app-adblock/Makefile

index 5657cfc..614faf0 100644 (file)
@@ -9,3 +9,5 @@ LUCI_DEPENDS:=+adblock
 LUCI_PKGARCH:=all
 
 include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
\ No newline at end of file