[openwrt/openwrt] imx-bootlets: Mark as nonshared to build in step 1
LEDE Commits
lede-commits at lists.infradead.org
Tue Jul 30 12:44:53 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/9a981ffb515964ee69a014b4f085ace764169f73
commit 9a981ffb515964ee69a014b4f085ace764169f73
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Tue Jul 30 00:29:11 2024 +0200
imx-bootlets: 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: 07043a853a34 ("imx23: rename imx23 to mxs for upcoming imx23/28 support")
Link: https://github.com/openwrt/openwrt/pull/16031
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/boot/imx-bootlets/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/boot/imx-bootlets/Makefile b/package/boot/imx-bootlets/Makefile
index 742c8a3bd0..de976c249a 100644
--- a/package/boot/imx-bootlets/Makefile
+++ b/package/boot/imx-bootlets/Makefile
@@ -13,6 +13,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://trabant.uid0.hu/openwrt/
PKG_HASH:=09ecd81a64db5166a235932146faf08d0689bfc7ac04ac9fcc3a5bd809fba74a
+PKG_FLAGS:=nonshared
+
include $(INCLUDE_DIR)/package.mk
define Package/imx-bootlets
More information about the lede-commits
mailing list