From: Robert Marko Date: Mon, 4 Nov 2024 17:20:06 +0000 (+0100) Subject: nu801: Mark as nonshared to build in step 1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8508d87495851e4f33c21e2ad805ad91fe2af309;p=openwrt%2Fstaging%2Fblocktrron.git nu801: Mark as nonshared to build in step 1 Mark the package as nonshared to build it in the target specific build step 1 of the build bots instead of the architecture generic build step 2. In the build step 2 it may be left out if we build it using a different target. Fixes: #16857 Link: https://github.com/openwrt/openwrt/pull/16859 Signed-off-by: Robert Marko --- diff --git a/package/system/gpio-cdev/nu801/Makefile b/package/system/gpio-cdev/nu801/Makefile index 82c04ccb41..7724cd808b 100644 --- a/package/system/gpio-cdev/nu801/Makefile +++ b/package/system/gpio-cdev/nu801/Makefile @@ -3,6 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nu801 +PKG_FLAGS:=nonshared PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git