#17885: sysupgrade not working because /tmp/sysinfo/board_name is set to unknown
---------------------------+-----------------------------------
  Reporter:  l.anzinger@…  |      Owner:  developers
      Type:  defect        |     Status:  new
  Priority:  normal        |  Milestone:  Barrier Breaker 14.07
 Component:  base system   |    Version:  Barrier Breaker 14.07
Resolution:                |   Keywords:
---------------------------+-----------------------------------

Comment (by JoeBar):

 I think, there is something missing in /lib/ar71xx.sh like the following
 diff

 {{{
 diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh
 b/target/linux/ar71xx/base-files/lib/ar71xx.sh
 index 78d67fa..daa3928 100755
 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
 +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
 @@ -586,6 +586,9 @@ ar71xx_board_detect() {
         *TL-WA850RE)
                 name="tl-wa850re"
                 ;;
 +       *TL-WA860RE)
 +               name="tl-wa860re"
 +               ;;
         *"TL-WA830RE v2")
                 name="tl-wa830re-v2"
                 ;;

 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/17885#comment:1>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to