[openwrt/openwrt] ltq-dsl-base: Make package nonshared to fix image builder

LEDE Commits lede-commits at lists.infradead.org
Tue May 4 21:37:31 BST 2021


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/08cfc7a0d31fbb8761ed5df26d911ae8c90eb621

commit 08cfc7a0d31fbb8761ed5df26d911ae8c90eb621
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun May 2 22:59:36 2021 +0200

    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 at hauke-m.de>
    (cherry picked from commit 454d514f4647d6f1f0d93d8f67abdef94cd66a7d)
---
 package/network/utils/ltq-dsl-base/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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



More information about the lede-commits mailing list