diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-08-30 12:37:44 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-08-30 12:37:44 +0200 |
commit | a6abd46888c5780377786b50e7a1ca8812ab0960 (patch) | |
tree | 79292497b966dc77cea69929cd41b6142b31a682 /updater-ng/Makefile | |
parent | d83bde419809e1836983c8fead7185dfb7689b04 (diff) | |
download | openwrt-personal-pkgs-a6abd46888c5780377786b50e7a1ca8812ab0960.tar.gz openwrt-personal-pkgs-a6abd46888c5780377786b50e7a1ca8812ab0960.tar.bz2 openwrt-personal-pkgs-a6abd46888c5780377786b50e7a1ca8812ab0960.zip |
Packages fixes
Diffstat (limited to 'updater-ng/Makefile')
-rw-r--r-- | updater-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater-ng/Makefile b/updater-ng/Makefile index 89ec3a2..5fba9a6 100644 --- a/updater-ng/Makefile +++ b/updater-ng/Makefile @@ -12,7 +12,7 @@ PKG_SOURCE_URL:=https://gitlab.labs.nic.cz/turris/updater.git PKG_SOURCE_BRANCH:=master PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> HOST_BUILD_DEPENDS:=curl/host libevent2/host lua/host -PKG_BUILD_DEPENDS+=busybox-static +PKG_BUILD_DEPENDS:=busybox $(call include_mk, autopkg-branch.mk) include $(INCLUDE_DIR)/package.mk |