[openwrt/openwrt] firmware-utils: Mark as nonshared to build in step 1
LEDE Commits
lede-commits at lists.infradead.org
Tue Jul 30 12:44:56 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4992946bc9a40f9df4594bb05163dc34c2039400
commit 4992946bc9a40f9df4594bb05163dc34c2039400
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Tue Jul 30 00:34:14 2024 +0200
firmware-utils: Mark as nonshared to build in step 1
Mark the package as nonshared to build it in the target specific build
step 1 of the build bots instead of the architecture generic build step
2. In the build step 2 it may be left out if we build it using a
different target.
Fixes: 24d6abe2d7cd ("firmware-utils: new package replacing otrx")
Link: https://github.com/openwrt/openwrt/pull/16031
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/utils/firmware-utils/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/utils/firmware-utils/Makefile b/package/utils/firmware-utils/Makefile
index 2d9dbc5fce..3dcac6bcf1 100644
--- a/package/utils/firmware-utils/Makefile
+++ b/package/utils/firmware-utils/Makefile
@@ -11,6 +11,7 @@ PKG_SOURCE_DATE:=2024-06-20
PKG_SOURCE_VERSION:=6ac44974185a3e7dc7848e97b964339948e817a7
PKG_MIRROR_HASH:=ee5b29f45593750a6806cfa7cad3fd766b321b44107a6b481b890efe82a7dbf5
+PKG_FLAGS:=nonshared
PKG_BUILD_DEPENDS:=openssl zlib
include $(INCLUDE_DIR)/package.mk
More information about the lede-commits
mailing list