aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2021-05-02 22:59:36 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-05-04 22:29:38 +0200
commit08cfc7a0d31fbb8761ed5df26d911ae8c90eb621 (patch)
treee9af86fba6e0f556ae01278aefeefac0f52e9fa7 /package/network
parentce41fc38ba65013a0352e29794823f1380c9c93b (diff)
downloadupstream-08cfc7a0d31fbb8761ed5df26d911ae8c90eb621.tar.gz
upstream-08cfc7a0d31fbb8761ed5df26d911ae8c90eb621.tar.bz2
upstream-08cfc7a0d31fbb8761ed5df26d911ae8c90eb621.zip
ltq-dsl-base: Make package nonshared to fix image builder
This package depends on the lantiq target and is only build for that target. A normal package would be build by the SDK builder probably under a different target and then this package will not be selected. Mark it as nonshared to build it when the lantiq target gets build. Fixes: FS#3773, FS#3774 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit 454d514f4647d6f1f0d93d8f67abdef94cd66a7d)
Diffstat (limited to 'package/network')
-rw-r--r--package/network/utils/ltq-dsl-base/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/network/utils/ltq-dsl-base/Makefile b/package/network/utils/ltq-dsl-base/Makefile
index aae07bc299..2ff069ca4d 100644
--- a/package/network/utils/ltq-dsl-base/Makefile
+++ b/package/network/utils/ltq-dsl-base/Makefile
@@ -8,6 +8,8 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ltq-dsl-base
PKG_RELEASE:=3
+PKG_FLAGS:=nonshared
+
include $(INCLUDE_DIR)/package.mk
define Package/ltq-dsl-base