aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-06-21 16:00:32 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-21 16:00:32 +0200
commite5cbcbe736186d67b11ada76e0057259ca35e662 (patch)
tree657e46a9076dd5775e003c49b37b81883f05e867 /package/kernel/lantiq
parent557ecbebe7216ba4f898bbc3fb45bdae818c06d5 (diff)
downloadmaster-187ad058-e5cbcbe736186d67b11ada76e0057259ca35e662.tar.gz
master-187ad058-e5cbcbe736186d67b11ada76e0057259ca35e662.tar.bz2
master-187ad058-e5cbcbe736186d67b11ada76e0057259ca35e662.zip
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 <jo@mein.io> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Diffstat (limited to 'package/kernel/lantiq')
-rw-r--r--package/kernel/lantiq/ltq-adsl-fw/Makefile2
-rw-r--r--package/kernel/lantiq/ltq-vdsl-mei/Makefile1
2 files changed, 3 insertions, 0 deletions
diff --git a/package/kernel/lantiq/ltq-adsl-fw/Makefile b/package/kernel/lantiq/ltq-adsl-fw/Makefile
index 53d223b609..a26e595023 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 <blogic@openwrt.org>
+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 e0617aeb57..6c7cca0c1d 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 <blogic@openwrt.org>
PKG_USE_MIPS16:=0