From e5cbcbe736186d67b11ada76e0057259ca35e662 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 21 Jun 2016 16:00:32 +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. [Edit: files modified in previous commit were removed from the list.] Signed-off-by: Jo-Philipp Wich Signed-off-by: Zoltan HERPAI --- package/network/config/ltq-vdsl-app/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/network/config') diff --git a/package/network/config/ltq-vdsl-app/Makefile b/package/network/config/ltq-vdsl-app/Makefile index ffaf942e54..6c2e2680fe 100644 --- a/package/network/config/ltq-vdsl-app/Makefile +++ b/package/network/config/ltq-vdsl-app/Makefile @@ -19,6 +19,8 @@ PKG_LICENSE:=BSD-2-Clause PKG_BUILD_DEPENDS:=kmod-ltq-vdsl-vr9 +PKG_FLAGS:=nonshared + include $(INCLUDE_DIR)/package.mk define Package/ltq-vdsl-app -- cgit v1.2.3