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/firmware/lantiq | |
parent | 69ccef03f9c61cfbe38cc9dbee19d331f890591a (diff) | |
download | mtk-20170518-b04a25491f707acf7100b453b77b267acddceae6.zip mtk-20170518-b04a25491f707acf7100b453b77b267acddceae6.tar.gz mtk-20170518-b04a25491f707acf7100b453b77b267acddceae6.tar.bz2 |
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/firmware/lantiq')
-rw-r--r-- | package/firmware/lantiq/dsl-vrx200-firmware-xdsl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/firmware/lantiq/dsl-vrx200-firmware-xdsl/Makefile b/package/firmware/lantiq/dsl-vrx200-firmware-xdsl/Makefile index 7e94d49..a39bf41 100644 --- a/package/firmware/lantiq/dsl-vrx200-firmware-xdsl/Makefile +++ b/package/firmware/lantiq/dsl-vrx200-firmware-xdsl/Makefile @@ -14,6 +14,8 @@ PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources PKG_MD5SUM:=4c8d9ca68dda88d3cfc0ca0fb946a63e PKG_BUILD_DEPENDS:=bsdiff/host +PKG_FLAGS:=nonshared + include $(INCLUDE_DIR)/package.mk PKG_B_NAME:=dsl_vr9_firmware_xdsl |