contrib/package: remote-update: merge r5303 as well

This commit is contained in:
Jo-Philipp Wich 2009-10-19 12:32:20 +00:00
parent 05d6d004b9
commit 6b019d3cbe

View file

@ -8,8 +8,11 @@ local NL='
find_architecture() find_architecture()
{ {
opkg list_installed 'base-files-*' | \ local ifs="$IFS"; IFS="-"
sed -ne 's/base-files-\([^ ]\+\).*/\1/p' set -- $(opkg list_installed kernel)
IFS="$ifs"
echo "$3"
} }
find_image() find_image()