diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-03-26 17:40:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-26 17:40:55 +0300 |
commit | 65a089d6798e60a807fa250c5789dee52bb735f5 (patch) | |
tree | b70c7d6f1e7b0d011c75b050d7a03b7c3704f5c1 | |
parent | dbc156f40ad5fc7294be7b78cc6eb8a59857197f (diff) | |
parent | 5c11719b44fd4b877b54367228cf5f40d2961f96 (diff) |
Merge pull request #1082 from musashino205/adblock-fix-call
luci-app-adblock: Fix package call from buildroot
-rw-r--r-- | applications/luci-app-adblock/Makefile | 2 |
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 |