diff --git a/imagebuilder-profile b/imagebuilder-profile index c5e1af3..24b57a7 100644 --- a/imagebuilder-profile +++ b/imagebuilder-profile @@ -51,10 +51,9 @@ onion-repo-keys omega2-base omega2-base-files omega2-base-passwd +omega2-ctrl i2c-tools " -# temporarily removed from above (requires changes to kernel config, pending on https://github.com/OnionIoT/openwrt-buildsystem-wrapper/issues/24) -#omega2-ctrl BUILD_MODELS=" onion_omega2 diff --git a/omega2-base/Makefile b/omega2-base/Makefile index 768b957..f43d329 100644 --- a/omega2-base/Makefile +++ b/omega2-base/Makefile @@ -9,8 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=omega2-base PKG_VERSION:=23.05.3 -PKG_RELEASE:=20240530 - +PKG_RELEASE:=20240531 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) diff --git a/omega2-ctrl/Makefile b/omega2-ctrl/Makefile index bdd2009..61f9623 100644 --- a/omega2-ctrl/Makefile +++ b/omega2-ctrl/Makefile @@ -27,7 +27,7 @@ define Package/$(PKG_NAME) CATEGORY:=Onion SUBMENU:=Utilities TITLE:=Utility to control the Omega2's low-level hardware - DEPENDS:=@KERNEL_DEVMEM + DEPENDS:=+USE_GLIBC:librt +USE_GLIBC:libpthread +@KERNEL_DEVMEM endef define Package/$(PKG_NAME)/description