瀏覽代碼

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 <[email protected]>
(cherry picked from commit d275bcc4bb837240f174a0fe568d00c6a0a282f7)
Hauke Mehrtens 1 年之前
父節點
當前提交
738c9e5286
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/utils/yafut/Makefile

+ 1 - 0
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