Skip to content
Snippets Groups Projects
Verified Commit ec254adc authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

patches: openwrt: scripts dont skip kernel and libc: rebase

parent 0d0f775f
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@ Signed-off-by: Michal Hrusecky <Michal@Hrusecky.net>
1 file changed, 2 deletions(-)
diff --git a/scripts/ipkg-make-index.sh b/scripts/ipkg-make-index.sh
index dcd11ca..0f198aa 100755
index f6f15d7dd8..910e9872c3 100755
--- a/scripts/ipkg-make-index.sh
+++ b/scripts/ipkg-make-index.sh
@@ -14,8 +14,6 @@ for pkg in `find $pkg_dir -name '*.ipk' | sort`; do
......@@ -22,8 +22,7 @@ index dcd11ca..0f198aa 100755
- [[ "$name" = "kernel" ]] && continue
- [[ "$name" = "libc" ]] && continue
echo "Generating index for package $pkg" >&2
file_size=$(ls -l $pkg | awk '{print $5}')
file_size=$(stat -L -c%s $pkg)
sha256sum=$(mkhash sha256 $pkg)
--
2.16.1
--
2.20.1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment