Skip to content

Commit

Permalink
yafut: Mark as nonshared
Browse files Browse the repository at this point in the history
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: openwrt/openwrt#14714
Link: openwrt/openwrt#17379
Signed-off-by: Hauke Mehrtens <[email protected]>
(cherry picked from commit d275bcc)
  • Loading branch information
hauke committed Dec 26, 2024
1 parent 55d1fe4 commit 738c9e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/utils/yafut/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 738c9e5

Please sign in to comment.