diff options
author | Karel Kočí <cynerd@email.cz> | 2019-03-22 18:04:45 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-03-22 18:04:45 +0100 |
commit | 3c77ac67a97d684167a1124d873c6594665d6d35 (patch) | |
tree | 9f42056a69c5956d058ee540c15f04feecfc8f09 /updater-ng/Makefile | |
parent | a008ad7cdc8bd7bb06c96cb9f483f6020b692f58 (diff) | |
download | openwrt-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/Makefile | 3 |
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 |