[openwrt/openwrt] yafut: Mark as nonshared

LEDE Commits lede-commits at lists.infradead.org
Thu Dec 26 05:09:16 PST 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/d275bcc4bb837240f174a0fe568d00c6a0a282f7

commit d275bcc4bb837240f174a0fe568d00c6a0a282f7
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Wed Dec 25 23:59:46 2024 +0100

    yafut: Mark as nonshared
    
    This package is depending on @NAND_SUPPORT which is only set for some
    targets. Mark it nonshared to build it in the target build process.
    
    Fixes: https://github.com/openwrt/openwrt/issues/14714
    Link: https://github.com/openwrt/openwrt/pull/17379
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/utils/yafut/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/utils/yafut/Makefile b/package/utils/yafut/Makefile
index 1e2ec7bc02..e3f240f754 100644
--- a/package/utils/yafut/Makefile
+++ b/package/utils/yafut/Makefile
@@ -11,6 +11,7 @@ PKG_SOURCE_VERSION:=38439f8a53d33b14744bc8f938662670b9d3e361
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=LICENSE
+PKG_FLAGS:=nonshared
 
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/cmake.mk




More information about the lede-commits mailing list