diff options
Diffstat (limited to 'build_rootfs.sh')
-rwxr-xr-x | build_rootfs.sh | 3 |
1 files changed, 1 insertions, 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 |