projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: improve SPI flash read/write performance
[openwrt.git]
/
target
/
linux
/
ar71xx
/
base-files
/
lib
/
upgrade
/
platform.sh
diff --git
a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index
c2bfa08
..
a53c73d
100755
(executable)
--- a/
target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/
target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@
-15,7
+15,7
@@
platform_find_partitions() {
while read dev size erasesize name; do
name=${name#'"'}; name=${name%'"'}
case "$name" in
while read dev size erasesize name; do
name=${name#'"'}; name=${name%'"'}
case "$name" in
- vmlinux.bin.l7|vmlinux|kernel|linux|rootfs)
+ vmlinux.bin.l7|vmlinux|kernel|linux|rootfs
|filesystem
)
if [ -z "$first" ]; then
first="$name"
else
if [ -z "$first" ]; then
first="$name"
else
@@
-77,7
+77,9
@@
platform_check_image() {
platform_check_image_all0258n "$1" && return 0
return 1
;;
platform_check_image_all0258n "$1" && return 0
return 1
;;
+ alfa-ap96 | \
alfa-nx | \
alfa-nx | \
+ ap113 | \
ap121 | \
ap121-mini | \
ap96 | \
ap121 | \
ap121-mini | \
ap96 | \
@@
-95,15
+97,18
@@
platform_check_image() {
ap83 | \
dir-600-a1 | \
dir-615-c1 | \
ap83 | \
dir-600-a1 | \
dir-615-c1 | \
+ dir-615-e4 | \
dir-825-b1 | \
mzk-w04nu | \
mzk-w300nh | \
tew-632brp | \
dir-825-b1 | \
mzk-w04nu | \
mzk-w300nh | \
tew-632brp | \
+ tew-673gru | \
wrt400n | \
airrouter | \
bullet-m | \
nanostation-m | \
rocket-m | \
wrt400n | \
airrouter | \
bullet-m | \
nanostation-m | \
rocket-m | \
+ rw2458n | \
wzr-hp-g300nh2 | \
wzr-hp-g300nh | \
wzr-hp-g450h | \
wzr-hp-g300nh2 | \
wzr-hp-g300nh | \
wzr-hp-g450h | \
@@
-119,6
+124,7
@@
platform_check_image() {
}
return 0
;;
}
return 0
;;
+ tl-mr11u | \
tl-mr3020 | \
tl-mr3220 | \
tl-mr3420 | \
tl-mr3020 | \
tl-mr3220 | \
tl-mr3420 | \
@@
-128,8
+134,10
@@
platform_check_image() {
tl-wr741nd | \
tl-wr741nd-v4 | \
tl-wr841n-v1 | \
tl-wr741nd | \
tl-wr741nd-v4 | \
tl-wr841n-v1 | \
+ tl-wr841n-v7 | \
tl-wr941nd | \
tl-wr941nd | \
- tl-wr1043nd)
+ tl-wr1043nd | \
+ tl-wr2543n)
[ "$magic" != "0100" ] && {
echo "Invalid image type."
return 1
[ "$magic" != "0100" ] && {
echo "Invalid image type."
return 1
@@
-171,7
+179,8
@@
platform_check_image() {
pb42 | \
pb44 | \
eap7660d | \
pb42 | \
pb44 | \
eap7660d | \
- ja76pf )
+ ja76pf | \
+ ja76pf2)
[ "$magic" != "4349" ] && {
echo "Invalid image. Use *-sysupgrade.bin files on this board"
return 1
[ "$magic" != "4349" ] && {
echo "Invalid image. Use *-sysupgrade.bin files on this board"
return 1
@@
-204,7
+213,8
@@
platform_do_upgrade() {
eap7660d | \
pb42 | \
pb44 | \
eap7660d | \
pb42 | \
pb44 | \
- ja76pf)
+ ja76pf | \
+ ja76pf2)
platform_do_upgrade_combined "$ARGV"
;;
all0258n )
platform_do_upgrade_combined "$ARGV"
;;
all0258n )
This page took
0.022438 seconds
and
4
git commands to generate.