uboot-envtools: make it not shared
authorEddi De Pieri <eddi@dpeddi.com>
Mon, 21 Nov 2016 23:04:48 +0000 (00:04 +0100)
committerMathias Kresin <dev@kresin.me>
Wed, 23 Nov 2016 09:17:55 +0000 (10:17 +0100)
uboot-envtools have some stuff related to the cpu.

This should fix following error on lantiq soc:

Downloading http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/uboot-envtools_2015.10-1_mips_24kc.ipk.
Configuring uboot-envtools.
//usr/lib/opkg/info/uboot-envtools.postinst: .: line 10: can't open '/lib/ar71xx.sh'

Signed-off-by: Eddi De Pieri <eddi@depieri.net>
package/boot/uboot-envtools/Makefile

index d7a85ca83c7bdb734beee8ff06c0b5809332f6df..0b6ccca506aa8b949f7036b9bce4109e1d74909a 100644 (file)
@@ -24,6 +24,8 @@ PKG_BUILD_DEPENDS:=+fstools
 PKG_LICENSE:=GPL-2.0 GPL-2.0+
 PKG_LICENSE_FILES:=Licenses/README
 
+PKG_FLAGS:=nonshared
+
 PKG_BUILD_PARALLEL:=1
 
 include $(INCLUDE_DIR)/package.mk