#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 attila.lendvai@…):

 i'm not sure whether it should be a separate issue... but i have a similar
 problem:

 {{{
 # cat /proc/cpuinfo
 system type             : Atheros AR9330 rev 1
 machine                 : Atheros AP121 reference board
 processor               : 0
 cpu model               : MIPS 24Kc V7.4
 BogoMIPS                : 265.42
 wait instruction        : yes
 microsecond timers      : yes
 tlb_entries             : 16
 extra interrupt vector  : yes
 hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc,
 0x0ffc, 0x0ffb, 0x0ffb]
 isa                     : mips1 mips2 mips32r1 mips32r2
 ASEs implemented        : mips16
 shadow register sets    : 1
 kscratch registers      : 0
 package                 : 0
 core                    : 0
 VCED exceptions         : not available
 VCEI exceptions         : not available
 }}}

 and the ar71xxx.sh file expects this:

 {{{
         *AP113)
                 name="ap113"
                 ;;
         *AP121)
                 name="ap121"
                 ;;
         *AP121-MINI)
                 name="ap121-mini"
                 ;;
         *"AP132 reference board")
                 name="ap132"
                 ;;
         *"AP136-010 reference board")
                 name="ap136-010"
                 ;;
         *"AP136-020 reference board")
                 name="ap136-020"
                 ;;
         *"AP135-020 reference board")
                 name="ap135-020"
                 ;;
         *AP81)
                 name="ap81"
                 ;;
         *AP83)
                 name="ap83"
                 ;;
 }}}

 i.e. some entries have the " reference board" suffix, and some don't. is
 it merely the result of an inconsistent patch, or is there something i'm
 missing?

--
Ticket URL: <https://dev.openwrt.org/ticket/17885#comment:2>
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