<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<span style="color: rgb(0, 0, 0); font-family: 'lucida Grande',
Verdana, 'Microsoft YaHei'; font-size: 14px; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing: normal;
line-height: 21.6364px; orphans: auto; text-align: start;
text-indent: 0px; text-transform: none; white-space: normal;
widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;
display: inline !important; float: none; background-color:
rgb(255, 255, 255);">This patch fix the incorrect board name which
cause sysupgrade failed. The CONTROL file in
xxx-squashfs-sysupgrade.tar says BOARD=pogoplug-pro, instead of
pogoplugpro.</span><br style="color: rgb(0, 0, 0); font-family:
'lucida Grande', Verdana, 'Microsoft YaHei'; font-size: 14px;
font-style: normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; orphans: auto; text-align: start;
text-indent: 0px; text-transform: none; white-space: normal;
widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;
line-height: 21.6364px; background-color: rgb(255, 255, 255);">
<br style="color: rgb(0, 0, 0); font-family: 'lucida Grande',
Verdana, 'Microsoft YaHei'; font-size: 14px; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing: normal;
orphans: auto; text-align: start; text-indent: 0px;
text-transform: none; white-space: normal; widows: 1;
word-spacing: 0px; -webkit-text-stroke-width: 0px; line-height:
21.6364px; background-color: rgb(255, 255, 255);">
<span style="color: rgb(0, 0, 0); font-family: 'lucida Grande',
Verdana, 'Microsoft YaHei'; font-size: 14px; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing: normal;
orphans: auto; text-align: start; text-indent: 0px;
text-transform: none; white-space: normal; widows: 1;
word-spacing: 0px; -webkit-text-stroke-width: 0px; line-height:
21.6364px; background-color: rgb(255, 255, 255);">Signed-off-by:
Shonn Lu <<a href="mailto:countrysideboy@qq.com"
target="_blank" style="outline: none; text-decoration:
underline; cursor: pointer; color: rgb(30, 84, 148);">countrysideb<wbr>oy@qq.com</a></span><span
style="color: rgb(0, 0, 0); font-family: 'lucida Grande', Verdana,
'Microsoft YaHei'; font-size: 14px; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing: normal;
orphans: auto; text-align: start; text-indent: 0px;
text-transform: none; white-space: normal; widows: 1;
word-spacing: 0px; -webkit-text-stroke-width: 0px; line-height:
21.6364px; background-color: rgb(255, 255, 255);">></span><br
style="color: rgb(0, 0, 0); font-family: 'lucida Grande', Verdana,
'Microsoft YaHei'; font-size: 14px; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing: normal;
orphans: auto; text-align: start; text-indent: 0px;
text-transform: none; white-space: normal; widows: 1;
word-spacing: 0px; -webkit-text-stroke-width: 0px; line-height:
21.6364px; background-color: rgb(255, 255, 255);">
<span style="color: rgb(0, 0, 0); font-family: 'lucida Grande',
Verdana, 'Microsoft YaHei'; font-size: 14px; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing: normal;
orphans: auto; text-align: start; text-indent: 0px;
text-transform: none; white-space: normal; widows: 1;
word-spacing: 0px; -webkit-text-stroke-width: 0px; line-height:
21.6364px; background-color: rgb(255, 255, 255);">---<br>
diff --git a/target/linux/oxnas/base-files/etc/board.d/01_leds
b/target/linux/oxnas/base-files/etc/board.d/01_leds<br>
index 17e37cd..f075764 100755<br>
--- a/target/linux/oxnas/base-files/etc/board.d/01_leds<br>
+++ b/target/linux/oxnas/base-files/etc/board.d/01_leds<br>
@@ -14,7 +14,7 @@ case $board in<br>
kd20)<br>
ucidef_set_led_default "power" "power" "kd20:blue:status"
"1"<br>
;;<br>
- pogoplugpro | pogoplugv3)<br>
+ pogoplug-pro | pogoplug-v3)<br>
ucidef_set_led_default "power" "power"
"pogoplug:blue:internal" "1"<br>
;;<br>
<br>
diff --git a/target/linux/oxnas/base-files/etc/diag.sh
b/target/linux/oxnas/base-files/etc/diag.sh<br>
index 5370696..8f484ae 100644<br>
--- a/target/linux/oxnas/base-files/etc/diag.sh<br>
+++ b/target/linux/oxnas/base-files/etc/diag.sh<br>
@@ -6,13 +6,13 @@<br>
<br>
get_status_led() {<br>
case $(oxnas_board_name) in<br>
- stg212)<br>
+ stg-212)<br>
status_led="zyxel:blue:status"<br>
;;<br>
kd20)<br>
status_led="kd20:blue:status"<br>
;;<br>
- pogoplugpro | pogoplugv3)<br>
+ pogoplug-pro | pogoplug-v3)<br>
status_led="pogoplug:blue:internal"<br>
;;<br>
esac<br>
diff --git a/target/linux/oxnas/base-files/lib/oxnas.sh
b/target/linux/oxnas/base-files/lib/oxnas.sh<br>
index 1a04d55..2a07928 100755<br>
--- a/target/linux/oxnas/base-files/lib/oxnas.sh<br>
+++ b/target/linux/oxnas/base-files/lib/oxnas.sh<br>
@@ -14,16 +14,16 @@ oxnas_board_detect() {<br>
<br>
case "$machine" in<br>
*"MitraStar Technology Corp. STG-212"*)<br>
- name="stg212"<br>
+ name="stg-212"<br>
;;<br>
*"Shuttle KD20"*)<br>
name="kd20"<br>
;;<br>
*"Pogoplug Pro"*)<br>
- name="pogoplugpro"<br>
+ name="pogoplug-pro"<br>
;;<br>
</span>
<pre><span style="color: rgb(0, 0, 0); font-family: 'lucida Grande', Verdana, 'Microsoft YaHei'; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; line-height: 21.6364px; background-color: rgb(255, 255, 255);"> *"Pogoplug V3"*)</span></pre>
<span style="color: rgb(0, 0, 0); font-family: 'lucida Grande',
Verdana, 'Microsoft YaHei'; font-size: 14px; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing: normal;
orphans: auto; text-align: start; text-indent: 0px;
text-transform: none; white-space: normal; widows: 1;
word-spacing: 0px; -webkit-text-stroke-width: 0px; line-height:
21.6364px; background-color: rgb(255, 255, 255);"></span>
<pre>
</pre>
<span style="color: rgb(0, 0, 0); font-family: 'lucida Grande',
Verdana, 'Microsoft YaHei'; font-size: 14px; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing: normal;
orphans: auto; text-align: start; text-indent: 0px;
text-transform: none; white-space: normal; widows: 1;
word-spacing: 0px; -webkit-text-stroke-width: 0px; line-height:
21.6364px; background-color: rgb(255, 255, 255);"></span><span
style="color: rgb(0, 0, 0); font-family: 'lucida Grande', Verdana,
'Microsoft YaHei'; font-size: 14px; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing: normal;
orphans: auto; text-align: start; text-indent: 0px;
text-transform: none; white-space: normal; widows: 1;
word-spacing: 0px; -webkit-text-stroke-width: 0px; line-height:
21.6364px; background-color: rgb(255, 255, 255);">-
name="pogoplugv3"<br>
+ name="pogoplug-v3"<br>
;;<br>
esac<br>
<br>
<br>
</span>
</body>
</html>