Skip to content

Commit

Permalink
Merge pull request #98 from OnionIoT/feature/version-update-85
Browse files Browse the repository at this point in the history
Add kernel dependencies as "select" for omega2-ctrl
  • Loading branch information
greenbreakfast committed May 31, 2024
2 parents 651b3c5 + 04d26a6 commit 1f9be1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions imagebuilder-profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions omega2-base/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion omega2-ctrl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f9be1e

Please sign in to comment.