diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2024-11-16 18:38:42 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-11-17 12:30:16 +0100 |
commit | 371e7bef4046fb3992ecfb92b5b741c22fa3ade6 (patch) | |
tree | 188e304dfeb6ec7f0d8cac26b381980cdac62d6a | |
parent | febe1db43d1a01f83e474bcb143dcb3997bd35a3 (diff) | |
download | openwrt-371e7bef4046fb3992ecfb92b5b741c22fa3ade6.tar.gz openwrt-371e7bef4046fb3992ecfb92b5b741c22fa3ade6.tar.bz2 openwrt-371e7bef4046fb3992ecfb92b5b741c22fa3ade6.zip |
omnia-eeprom: Mark it nonshared
This tool was build in the phase 2 build, there the
TARGET_mvebu_cortexa9_DEVICE_cznic_turris-omnia dependecy was probably
not meat. Mark it as non shared to build it together with the target
where this option is set.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Link: https://github.com/openwrt/openwrt/pull/16975
Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r-- | package/utils/omnia-eeprom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/utils/omnia-eeprom/Makefile b/package/utils/omnia-eeprom/Makefile index 03eb13bbc1..f9e48b28b9 100644 --- a/package/utils/omnia-eeprom/Makefile +++ b/package/utils/omnia-eeprom/Makefile @@ -15,6 +15,7 @@ PKG_SOURCE_SUBDIR:=$(PKG_NAME)-v$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/omnia-eeprom/-/archive/v$(PKG_VERSION)/ PKG_HASH:=6f949d0b8080adca8bae088774ce615b563ba6ec2807cce97ee6769b4eee7bbf +PKG_FLAGS:=nonshared PKG_MAINTAINER:=Marek Behun <kabel@kernel.org> PKG_LICENSE:=GPL-2.0-or-later |