contrib/package: remote-update: merge r5303 as well
This commit is contained in:
parent
05d6d004b9
commit
6b019d3cbe
1 changed files with 5 additions and 2 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue