summaryrefslogtreecommitdiff
path: root/updater-ng/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-08-30 14:04:22 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-08-30 14:14:55 +0200
commit38051cac57551de64a194a4a07939357066fee00 (patch)
treefa10d385e5f127906dfbad2985e78c777d452898 /updater-ng/Makefile
parent5f5c366f6b9a4f37a58e119dd9fa862b2554c4a3 (diff)
parent9e6b567ec2c7eca1b0299b048c9f1872857b6579 (diff)
downloadopenwrt-personal-pkgs-38051cac57551de64a194a4a07939357066fee00.tar.gz
openwrt-personal-pkgs-38051cac57551de64a194a4a07939357066fee00.tar.bz2
openwrt-personal-pkgs-38051cac57551de64a194a4a07939357066fee00.zip
Merge branch 'master' into turris3x
Diffstat (limited to 'updater-ng/Makefile')
-rw-r--r--updater-ng/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/updater-ng/Makefile b/updater-ng/Makefile
index 782de90..7382529 100644
--- a/updater-ng/Makefile
+++ b/updater-ng/Makefile
@@ -12,9 +12,9 @@ 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 $(TOPDIR)/package/autopkg-branch.mk
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk
$(call include_mk, python-package.mk)