diff options
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 |