From b04a25491f707acf7100b453b77b267acddceae6 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 26 Apr 2016 23:09:12 +0200 Subject: package: flag further target specific packages as nonshared Add nonshared flag to package depending on specific targets or subtargets as there's no guarantee otherwise that they'll be available in the shared repo. Signed-off-by: Jo-Philipp Wich --- package/firmware/vsc73x5-ucode/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/firmware/vsc73x5-ucode') diff --git a/package/firmware/vsc73x5-ucode/Makefile b/package/firmware/vsc73x5-ucode/Makefile index 3a07121107..e3379a1f95 100644 --- a/package/firmware/vsc73x5-ucode/Makefile +++ b/package/firmware/vsc73x5-ucode/Makefile @@ -17,6 +17,8 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/vsc73x5-ucode PKG_MD5SUM:=b32e3debcd118f263c79199a7b5afa68 +PKG_FLAGS:=nonshared + include $(INCLUDE_DIR)/package.mk define Package/vsc73x5-defaults -- cgit v1.2.3