mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 19:32:03 +02:00
ar71xx: fix sysupgrade on PB42/PB44 boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29613 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
66769bfe50
commit
2eb905f8ba
@ -15,7 +15,7 @@ platform_find_partitions() {
|
||||
while read dev size erasesize name; do
|
||||
name=${name#'"'}; name=${name%'"'}
|
||||
case "$name" in
|
||||
vmlinux.bin.l7|kernel|linux|rootfs)
|
||||
vmlinux.bin.l7|vmlinux|kernel|linux|rootfs)
|
||||
if [ -z "$first" ]; then
|
||||
first="$name"
|
||||
else
|
||||
@ -31,7 +31,7 @@ platform_find_kernelpart() {
|
||||
local part
|
||||
for part in "${1%:*}" "${1#*:}"; do
|
||||
case "$part" in
|
||||
vmlinux.bin.l7|kernel|linux)
|
||||
vmlinux.bin.l7|vmlinux|kernel|linux)
|
||||
echo "$part"
|
||||
break
|
||||
;;
|
||||
@ -199,6 +199,8 @@ platform_do_upgrade() {
|
||||
routerstation-pro | \
|
||||
ls-sr71 | \
|
||||
eap7660d | \
|
||||
pb42 | \
|
||||
pb44 | \
|
||||
ja76pf)
|
||||
platform_do_upgrade_combined "$ARGV"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user