2010-04-12 01:47:25 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2010 OpenWrt.org
|
|
|
|
#
|
|
|
|
|
|
|
|
. /lib/ramips.sh
|
|
|
|
|
|
|
|
PART_NAME=firmware
|
|
|
|
RAMFS_COPY_DATA=/lib/ramips.sh
|
|
|
|
|
|
|
|
platform_check_image() {
|
|
|
|
local board=$(ramips_board_name)
|
2012-10-18 15:23:00 +08:00
|
|
|
local magic="$(get_magic_long "$1")"
|
2010-04-12 01:47:25 +08:00
|
|
|
|
|
|
|
[ "$ARGC" -gt 1 ] && return 1
|
|
|
|
|
|
|
|
case "$board" in
|
2012-07-12 21:29:46 +08:00
|
|
|
3g-6200n | \
|
2013-04-03 18:00:03 +08:00
|
|
|
3g-6200nl | \
|
2013-01-20 01:05:06 +08:00
|
|
|
3g300m | \
|
2013-04-03 18:00:21 +08:00
|
|
|
w150m | \
|
2012-12-30 01:50:32 +08:00
|
|
|
air3gii | \
|
2012-08-18 01:56:07 +08:00
|
|
|
all0239-3g | \
|
2012-01-24 19:48:47 +08:00
|
|
|
all0256n | \
|
2012-07-25 04:38:14 +08:00
|
|
|
all5002 | \
|
2013-04-26 03:03:01 +08:00
|
|
|
all5003 | \
|
2014-04-22 16:08:35 +08:00
|
|
|
ar725w | \
|
2013-04-26 03:02:53 +08:00
|
|
|
asl26555 | \
|
2013-07-24 16:54:41 +08:00
|
|
|
awm002-evb | \
|
2011-12-02 06:48:57 +08:00
|
|
|
bc2 | \
|
2012-12-10 22:13:01 +08:00
|
|
|
broadway | \
|
2012-08-29 18:37:43 +08:00
|
|
|
carambola | \
|
2013-04-03 18:00:08 +08:00
|
|
|
d105 | \
|
2013-09-19 13:56:46 +08:00
|
|
|
dcs-930 | \
|
2011-12-02 06:48:57 +08:00
|
|
|
dir-300-b1 | \
|
2013-09-19 00:31:37 +08:00
|
|
|
dir-300-b7 | \
|
|
|
|
dir-320-b1 | \
|
2011-12-02 06:48:57 +08:00
|
|
|
dir-600-b1 | \
|
|
|
|
dir-600-b2 | \
|
2012-08-18 01:56:05 +08:00
|
|
|
dir-615-h1 | \
|
2012-11-25 22:25:27 +08:00
|
|
|
dir-615-d | \
|
2012-08-12 20:48:24 +08:00
|
|
|
dir-620-a1 | \
|
2013-04-26 03:02:48 +08:00
|
|
|
dir-620-d1 | \
|
2013-08-15 02:15:35 +08:00
|
|
|
dir-810l | \
|
2012-07-25 04:38:43 +08:00
|
|
|
dap-1350 | \
|
2012-01-20 18:49:26 +08:00
|
|
|
esr-9753 | \
|
2013-06-10 16:24:50 +08:00
|
|
|
f7c027 | \
|
2011-12-02 06:48:57 +08:00
|
|
|
fonera20n | \
|
2012-11-30 01:37:13 +08:00
|
|
|
rt-n13u | \
|
2012-03-30 00:03:04 +08:00
|
|
|
freestation5 | \
|
2011-12-02 06:48:57 +08:00
|
|
|
hw550-3g | \
|
2013-07-22 23:36:39 +08:00
|
|
|
hg255d | \
|
2014-01-12 20:07:40 +08:00
|
|
|
hlk-rm04 | \
|
2013-08-01 22:31:15 +08:00
|
|
|
ip2202 | \
|
2013-08-01 22:30:53 +08:00
|
|
|
m3 | \
|
2013-08-01 22:30:58 +08:00
|
|
|
m4 | \
|
2011-12-02 06:48:57 +08:00
|
|
|
mofi3500-3gn | \
|
2013-07-27 17:23:52 +08:00
|
|
|
mpr-a1 | \
|
2013-06-10 16:24:56 +08:00
|
|
|
mpr-a2 | \
|
2012-12-30 01:50:38 +08:00
|
|
|
mzk-w300nh2 | \
|
2011-12-02 06:48:57 +08:00
|
|
|
nbg-419n | \
|
|
|
|
nw718 | \
|
2011-12-15 04:51:26 +08:00
|
|
|
omni-emb | \
|
2013-02-03 01:21:05 +08:00
|
|
|
omni-emb-hpm | \
|
2012-06-19 17:52:15 +08:00
|
|
|
psr-680w | \
|
2014-04-22 16:08:51 +08:00
|
|
|
px4885 | \
|
2013-08-15 02:15:35 +08:00
|
|
|
rp-n53 | \
|
2011-12-02 06:48:57 +08:00
|
|
|
rt-g32-b1 | \
|
2012-03-05 00:09:11 +08:00
|
|
|
rt-n10-plus | \
|
2013-12-26 01:04:50 +08:00
|
|
|
rt-n14u | \
|
2011-12-02 06:48:58 +08:00
|
|
|
rt-n15 | \
|
2012-02-13 23:18:04 +08:00
|
|
|
rt-n56u | \
|
2012-02-20 00:44:49 +08:00
|
|
|
sl-r7205 | \
|
2012-10-18 15:23:12 +08:00
|
|
|
tew-691gr | \
|
2012-10-18 15:23:07 +08:00
|
|
|
tew-692gr | \
|
2012-04-21 20:30:40 +08:00
|
|
|
w306r-v20 |\
|
2011-12-28 16:43:32 +08:00
|
|
|
w502u |\
|
2012-02-11 23:11:36 +08:00
|
|
|
wr6202 |\
|
2011-12-02 06:48:57 +08:00
|
|
|
v22rw-2x2 | \
|
2012-01-26 18:44:23 +08:00
|
|
|
wl341v3 | \
|
2012-03-28 03:29:57 +08:00
|
|
|
wl-330n | \
|
2013-07-17 17:44:57 +08:00
|
|
|
wl-330n3g | \
|
2012-05-24 05:05:22 +08:00
|
|
|
wl-351 | \
|
2013-04-09 22:19:33 +08:00
|
|
|
wnce2001 | \
|
2011-12-28 00:56:30 +08:00
|
|
|
wli-tx4-ag300n | \
|
2012-01-22 21:43:23 +08:00
|
|
|
whr-g300n |\
|
2013-03-12 05:02:43 +08:00
|
|
|
ur-326n4g |\
|
2012-04-24 00:56:06 +08:00
|
|
|
ur-336un |\
|
2013-08-01 22:31:04 +08:00
|
|
|
wr512-3gn |\
|
2014-03-07 17:54:59 +08:00
|
|
|
wmr300 |\
|
|
|
|
wrtnode |\
|
2013-08-01 22:31:09 +08:00
|
|
|
x5 |\
|
|
|
|
x8)
|
2012-10-18 15:23:00 +08:00
|
|
|
[ "$magic" != "27051956" ] && {
|
2010-04-12 01:47:25 +08:00
|
|
|
echo "Invalid image type."
|
|
|
|
return 1
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
;;
|
2013-10-07 23:02:31 +08:00
|
|
|
dir-610-a1 |\
|
2012-10-18 15:23:03 +08:00
|
|
|
dir-645)
|
|
|
|
[ "$magic" != "5ea3a417" ] && {
|
|
|
|
echo "Invalid image type."
|
|
|
|
return 1
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
;;
|
2014-01-16 02:29:44 +08:00
|
|
|
br-6475nd)
|
|
|
|
[ "$magic" != "43535953" ] && {
|
|
|
|
echo "Invalid image type."
|
|
|
|
return 1
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
;;
|
2010-04-12 01:47:25 +08:00
|
|
|
esac
|
|
|
|
|
|
|
|
echo "Sysupgrade is not yet supported on $board."
|
|
|
|
return 1
|
|
|
|
}
|
|
|
|
|
|
|
|
platform_do_upgrade() {
|
|
|
|
local board=$(ramips_board_name)
|
|
|
|
|
|
|
|
case "$board" in
|
|
|
|
*)
|
|
|
|
default_do_upgrade "$ARGV"
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
}
|
2011-07-03 23:01:43 +08:00
|
|
|
|
|
|
|
disable_watchdog() {
|
|
|
|
killall watchdog
|
|
|
|
( ps | grep -v 'grep' | grep '/dev/watchdog' ) && {
|
|
|
|
echo 'Could not disable watchdog'
|
|
|
|
return 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
append sysupgrade_pre_upgrade disable_watchdog
|