summaryrefslogtreecommitdiff
path: root/updater-ng/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2019-03-22 18:04:45 +0100
committerKarel Kočí <cynerd@email.cz>2019-03-22 18:04:45 +0100
commit3c77ac67a97d684167a1124d873c6594665d6d35 (patch)
tree9f42056a69c5956d058ee540c15f04feecfc8f09 /updater-ng/Makefile
parenta008ad7cdc8bd7bb06c96cb9f483f6020b692f58 (diff)
downloadopenwrt-personal-pkgs-3c77ac67a97d684167a1124d873c6594665d6d35.tar.gz
openwrt-personal-pkgs-3c77ac67a97d684167a1124d873c6594665d6d35.tar.bz2
openwrt-personal-pkgs-3c77ac67a97d684167a1124d873c6594665d6d35.zip
updater-ng: add libb64
Diffstat (limited to 'updater-ng/Makefile')
-rw-r--r--updater-ng/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/updater-ng/Makefile b/updater-ng/Makefile
index 95af6eb..4a86044 100644
--- a/updater-ng/Makefile
+++ b/updater-ng/Makefile
@@ -17,8 +17,9 @@ HOST_BUILD_DEPENDS:= \
libevent2/host \
lua/host \
uriparser/host \
+ libb64/host \
uthash/host
-PKG_BUILD_DEPENDS:=busybox uthash
+PKG_BUILD_DEPENDS:=busybox libb64 uthash
include $(INCLUDE_DIR)/autopkg-branch.mk
include $(INCLUDE_DIR)/host-build.mk