[openwrt/openwrt] dns320l-mcu: Mark as nonshared to build in step 1
LEDE Commits
lede-commits at lists.infradead.org
Tue Jul 30 12:44:55 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/9ac50c0aa33f0d0add63a49433147b813b4ce44d
commit 9ac50c0aa33f0d0add63a49433147b813b4ce44d
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Tue Jul 30 00:33:21 2024 +0200
dns320l-mcu: 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: 8619d7af67c2 ("kirkwood: add D-Link DNS-320L support")
Link: https://github.com/openwrt/openwrt/pull/16031
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/utils/dns320l-mcu/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/utils/dns320l-mcu/Makefile b/package/utils/dns320l-mcu/Makefile
index 724a664a8b..5124f5323d 100644
--- a/package/utils/dns320l-mcu/Makefile
+++ b/package/utils/dns320l-mcu/Makefile
@@ -11,6 +11,8 @@ PKG_MIRROR_HASH:=e0f186a0c139ccfac3d311f49e2fecdbd02fa3f9fe6ced4b1ce0baa603d49fc
PKG_MAINTAINER:=Zoltan HERPAI <wigyori at uid0.hu>
PKG_LICENSE:=GPL-3.0+
+PKG_FLAGS:=nonshared
+
include $(INCLUDE_DIR)/package.mk
define Package/dns320l-mcu
More information about the lede-commits
mailing list