Pārlūkot izejas kodu

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 <[email protected]>
Hauke Mehrtens 4 gadi atpakaļ
vecāks
revīzija
454d514f46
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      package/network/utils/ltq-dsl-base/Makefile

+ 2 - 0
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