diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-01-07 20:41:06 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-01-13 19:54:44 +0100 |
commit | 37cf77d9467fb92a3fb352230e95aab77a5342ba (patch) | |
tree | ac8e8f26947766d717c1349b1795d74fce4f4fce /package/network/config/ltq-adsl-app/Makefile | |
parent | 3abf663c22e32636306cfcdfd5fb29402a1c1a7f (diff) | |
download | upstream-37cf77d9467fb92a3fb352230e95aab77a5342ba.tar.gz upstream-37cf77d9467fb92a3fb352230e95aab77a5342ba.tar.bz2 upstream-37cf77d9467fb92a3fb352230e95aab77a5342ba.zip |
treewide: fix build depends to refer to source package names
Build depends must refer to source packages rather than binary package
names.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'package/network/config/ltq-adsl-app/Makefile')
-rw-r--r-- | package/network/config/ltq-adsl-app/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/ltq-adsl-app/Makefile b/package/network/config/ltq-adsl-app/Makefile index 4abff03555..3fa9f67d32 100644 --- a/package/network/config/ltq-adsl-app/Makefile +++ b/package/network/config/ltq-adsl-app/Makefile @@ -24,7 +24,7 @@ PKG_CONFIG_DEPENDS:=\ CONFIG_LTQ_DSL_ENABLE_SOAP \ CONFIG_LTQ_DSL_ENABLE_DSL_EVENT_POLLING -PKG_BUILD_DEPENDS:=TARGET_lantiq_xway:kmod-ltq-adsl-danube TARGET_lantiq_xway_legacy:kmod-ltq-adsl-danube TARGET_lantiq_ase:kmod-ltq-adsl-ase +PKG_BUILD_DEPENDS:=ltq-adsl PKG_FLAGS:=nonshared |