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/lantiq/ltq-adsl-fw/Makefile | 2 ++ package/kernel/lantiq/ltq-vdsl-mei/Makefile | 1 + 2 files changed, 3 insertions(+) (limited to 'package/kernel/lantiq') diff --git a/package/kernel/lantiq/ltq-adsl-fw/Makefile b/package/kernel/lantiq/ltq-adsl-fw/Makefile index 53d223b..a26e595 100644 --- a/package/kernel/lantiq/ltq-adsl-fw/Makefile +++ b/package/kernel/lantiq/ltq-adsl-fw/Makefile @@ -17,6 +17,8 @@ PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources/ PKG_MD5SUM:=4700a36b66b955b4c5544227267356f4 PKG_MAINTAINER:=John Crispin +PKG_FLAGS:=nonshared + include $(INCLUDE_DIR)/package.mk define Package/kmod-ltq-adsl-fw-template diff --git a/package/kernel/lantiq/ltq-vdsl-mei/Makefile b/package/kernel/lantiq/ltq-vdsl-mei/Makefile index e0617ae..6c7cca0 100644 --- a/package/kernel/lantiq/ltq-vdsl-mei/Makefile +++ b/package/kernel/lantiq/ltq-vdsl-mei/Makefile @@ -17,6 +17,7 @@ PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_BASE_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources PKG_MD5SUM:=78bf61dbc3421123c6716b874a930759 PKG_FIXUP:=autoreconf +PKG_FLAGS:=nonshared PKG_MAINTAINER:=John Crispin PKG_USE_MIPS16:=0 -- cgit v1.1