luci-app-adblock: Fix package call from buildroot 1082/head
authorINAGAKI Hiroshi <musashino.open@gmail.com>
Sun, 26 Mar 2017 14:15:03 +0000 (23:15 +0900)
committerINAGAKI Hiroshi <musashino.open@gmail.com>
Sun, 26 Mar 2017 14:15:03 +0000 (23:15 +0900)
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>
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