[openwrt/openwrt] nu801: Mark as nonshared to build in step 1

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 5 01:59:07 PST 2024


robimarko pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/1a75174b9bcfc183995730c38f30f271d053724f

commit 1a75174b9bcfc183995730c38f30f271d053724f
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Mon Nov 4 18:20:06 2024 +0100

    nu801: 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: #16857
    Link: https://github.com/openwrt/openwrt/pull/16859
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/system/gpio-cdev/nu801/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/system/gpio-cdev/nu801/Makefile b/package/system/gpio-cdev/nu801/Makefile
index 67b2a771ec..0eb9afac26 100644
--- a/package/system/gpio-cdev/nu801/Makefile
+++ b/package/system/gpio-cdev/nu801/Makefile
@@ -3,6 +3,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nu801
+PKG_FLAGS:=nonshared
 PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git




More information about the lede-commits mailing list