projects
/
openwrt
/
staging
/
svanheule.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1e9c50
)
yafut: Mark as nonshared
author
Hauke Mehrtens
<hauke@hauke-m.de>
Wed, 25 Dec 2024 22:59:46 +0000
(23:59 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 26 Dec 2024 13:07:11 +0000
(14:07 +0100)
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>
package/utils/yafut/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/yafut/Makefile
b/package/utils/yafut/Makefile
index 1e2ec7bc024d874fcfacbe8500ea8494a640262d..e3f240f75454df12ec1c51f25d11f87c2fb7bf85 100644
(file)
--- 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