projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[include] cmake.mk: fix passing of LDFLAGS
[openwrt.git]
/
target
/
linux
/
ramips
/
base-files
/
lib
/
upgrade
/
platform.sh
diff --git
a/target/linux/ramips/base-files/lib/upgrade/platform.sh
b/target/linux/ramips/base-files/lib/upgrade/platform.sh
index
3bc95dd
..
6d5d602
100755
(executable)
--- a/
target/linux/ramips/base-files/lib/upgrade/platform.sh
+++ b/
target/linux/ramips/base-files/lib/upgrade/platform.sh
@@
-14,7
+14,22
@@
platform_check_image() {
[ "$ARGC" -gt 1 ] && return 1
case "$board" in
[ "$ARGC" -gt 1 ] && return 1
case "$board" in
- bc2 | dir-300-b1 | dir-600-b1 | dir-600-b2 | fonera20n | nbg-419n | nw718 | rt-g32-b1 | v22rw-2x2 | whr-g300n | hw550-3g | mofi3500-3gn)
+ bc2 | \
+ dir-300-b1 | \
+ dir-600-b1 | \
+ dir-600-b2 | \
+ fonera20n | \
+ hw550-3g | \
+ mofi3500-3gn | \
+ nbg-419n | \
+ nw718 | \
+ omni-emb | \
+ rt-g32-b1 | \
+ rt-n15 | \
+ w502u |\
+ v22rw-2x2 | \
+ wli-tx4-ag300n | \
+ whr-g300n)
[ "$magic" != "2705" ] && {
echo "Invalid image type."
return 1
[ "$magic" != "2705" ] && {
echo "Invalid image type."
return 1
This page took
0.045572 seconds
and
4
git commands to generate.