diff options
-rw-r--r-- | shellrc/Makefile | 1 | ||||
-rw-r--r-- | updater-ng/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/shellrc/Makefile b/shellrc/Makefile index 628dd9f..618343e 100644 --- a/shellrc/Makefile +++ b/shellrc/Makefile @@ -51,6 +51,7 @@ define Package/$(PKG_NAME)-zsh/install endef define Package/$(PKG_NAME)-ash/install + true # TODO #$(PKG_BUILD_DIR)/install --prefix "$(1)" --ash --no-base endef 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 |