dns320l-mcu: Mark as nonshared to build in step 1
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 29 Jul 2024 22:33:21 +0000 (00:33 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 30 Jul 2024 19:42:33 +0000 (21:42 +0200)
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@hauke-m.de>
package/utils/dns320l-mcu/Makefile

index 724a664a8b25d36851268cedd92d4a4b8061a2fc..5124f5323d13ab8793c42aa015ce5394ef8c1c1b 100644 (file)
@@ -11,6 +11,8 @@ PKG_MIRROR_HASH:=e0f186a0c139ccfac3d311f49e2fecdbd02fa3f9fe6ced4b1ce0baa603d49fc
 PKG_MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
 PKG_LICENSE:=GPL-3.0+
 
+PKG_FLAGS:=nonshared
+
 include $(INCLUDE_DIR)/package.mk
 
 define Package/dns320l-mcu