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/kernel/brcm2708-gpu-fw/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/kernel/brcm2708-gpu-fw') diff --git a/package/kernel/brcm2708-gpu-fw/Makefile b/package/kernel/brcm2708-gpu-fw/Makefile index abc3c3d..98d48f3 100644 --- a/package/kernel/brcm2708-gpu-fw/Makefile +++ b/package/kernel/brcm2708-gpu-fw/Makefile @@ -14,6 +14,8 @@ PKG_RELEASE:=ea9087f2e0a3d155763dd5d04dd5c0bf95d63a05 PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)/rpi-firmware-$(PKG_RELEASE) +PKG_FLAGS:=nonshared + include $(INCLUDE_DIR)/package.mk RPI_FIRMWARE_URL:=@GITHUB/raspberrypi/firmware/$(PKG_RELEASE)/boot/ -- cgit v1.1