From f0bb073ff2e2317641b0bc731b5bd13a5194bd1a Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 27 Feb 2018 17:42:01 +0100 Subject: Enable IPKG_NO_SCRIPT --- build_rootfs.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build_rootfs.sh b/build_rootfs.sh index 3ad3277..e659187 100755 --- a/build_rootfs.sh +++ b/build_rootfs.sh @@ -18,8 +18,7 @@ instroot=$dir/rootfs cache=dl/packages/$ARCH/$SUBARCH test -e $cache || mkdir -p $cache -OPKG="env LD_PRELOAD= $SDK/staging_dir/host/bin/opkg -o $instroot --cache $cache" -export IPKG_INSTROOT=$instroot +OPKG="env LD_PRELOAD= IPKG_NO_SCRIPT=1 IPKG_INSTROOT=$instroot $SDK/staging_dir/host/bin/opkg -o $instroot --cache $cache" unpack() { mkdir -p $instroot -- cgit v1.2.3