mediatek: fix IPv4-only corner case and commit in 99-net-ps
[oweals/openwrt.git] / scripts / ipkg-make-index.sh
index c99c5fe8a37c4785eb39c14b96b44a76202a4bcb..f6f15d7dd8c33969d81d43abed706513e3078b86 100755 (executable)
@@ -17,8 +17,8 @@ for pkg in `find $pkg_dir -name '*.ipk' | sort`; do
        [[ "$name" = "kernel" ]] && continue
        [[ "$name" = "libc" ]] && continue
        echo "Generating index for package $pkg" >&2
-       file_size=$(ls -l $pkg | awk '{print $5}')
-       sha256sum=$(openssl dgst -sha256 $pkg | awk '{print $2}')
+       file_size=$(stat -L -c%s $pkg)
+       sha256sum=$(mkhash sha256 $pkg)
        # Take pains to make variable value sed-safe
        sed_safe_pkg=`echo $pkg | sed -e 's/^\.\///g' -e 's/\\//\\\\\\//g'`
        tar -xzOf $pkg ./control.tar.gz | tar xzOf - ./control | sed -e "s/^Description:/Filename: $sed_safe_pkg\\