diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-04-26 23:09:12 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-04-26 23:26:43 +0200 |
commit | b04a25491f707acf7100b453b77b267acddceae6 (patch) | |
tree | 77626232cf3fc266dfedb65ed42010e0c6b0af72 /package/kernel/lantiq/ltq-vdsl-mei | |
parent | 69ccef03f9c61cfbe38cc9dbee19d331f890591a (diff) | |
download | upstream-b04a25491f707acf7100b453b77b267acddceae6.tar.gz upstream-b04a25491f707acf7100b453b77b267acddceae6.tar.bz2 upstream-b04a25491f707acf7100b453b77b267acddceae6.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.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/kernel/lantiq/ltq-vdsl-mei')
-rw-r--r-- | package/kernel/lantiq/ltq-vdsl-mei/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |