diff options
| author | Hauke Mehrtens | 2024-12-25 22:59:46 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-12-26 13:09:55 +0000 |
| commit | 738c9e52867b66a5a4fb13c8333f3f61dc0de512 (patch) | |
| tree | 892dd26fa8853e26a5d6a749d8306f66678f3c5c | |
| parent | 55d1fe4aa69c7c69085397fd8323d479bca7ae0f (diff) | |
| download | openwrt-738c9e52867b66a5a4fb13c8333f3f61dc0de512.tar.gz | |
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@hauke-m.de>
(cherry picked from commit d275bcc4bb837240f174a0fe568d00c6a0a282f7)
| -rw-r--r-- | package/utils/yafut/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |