Skip to content
Snippets Groups Projects
  1. Oct 15, 2016
  2. May 20, 2016
  3. Apr 26, 2016
  4. Jul 08, 2015
  5. Jul 07, 2015
    • Rafał Miłecki's avatar
      Revert "Revert "nvram: increase NVRAM size to 64 KiB"" · 4014ba37
      Rafał Miłecki authored
      
      This reverts commit r45579.
      
      With the latest change r46251 ("nvram: fix "Segmentation fault" caused
      by setting memory out of buffer") nvram utility shouldn't crash anymore.
      
      It was tested on 3 brcm47xx devices:
      1) Unknown with 0x10000 NVRAM size (0x8000 offset)
      2) Linksys E1000 V2.1 with 0x10000 (0x8000 offset)
      3) Linksys WRT300N V1 with 0x10000 (0x8000 offset)
      
      And 3 bcm53xx devices:
      1) Buffalo WZR-600DHP2 with 0x160000 NVRAM size
      2) Buffalo WZR-1750DHP with 0x10000 NVRAM size
      3) Netgear R6250 V1 with 0x180000 NVRAM size
      (all using 0 offset)
      
      This is an important change as it allows reading whole NVRAM. This may
      critical when reading some basic configuration (e.g. switch ports).
      
      Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>
      
      SVN-Revision: 46253
      4014ba37
    • Rafał Miłecki's avatar
      nvram: fix "Segmentation fault" caused by setting memory out of buffer · 9f158499
      Rafał Miłecki authored
      
      Some MTD partitions with NVRAM have content starting in the middle. In
      such case offset is set and nvram_header returns pointer to the middle.
      It means we have to respect offset when calculating remaining space.
      
      By the way use real MTD partition size (nvram_part_size variable) as we
      may want to bump NVRAM_SPACE in the (very near) future.
      
      Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>
      
      SVN-Revision: 46251
      9f158499
  6. Apr 24, 2015
  7. Apr 22, 2015
  8. Dec 13, 2014
  9. Nov 03, 2014
    • John Crispin's avatar
      license info - revert r43155 · 74a3a77b
      John Crispin authored
      
      turns out that r43155 adds duplicate info.
      
      Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>
      
      SVN-Revision: 43167
      74a3a77b
    • John Crispin's avatar
      Add more license tags with SPDX identifiers · c10d9748
      John Crispin authored
      
      Note, that licensing stuff is a nightmare: many packages does not clearly
      state their licenses, and often multiple source files are simply copied
      together - each with different licensing information in the file headers.
      
      I tried hard to ensure, that the license information extracted into the OpenWRT's
      makefiles fit the "spirit" of the packages, e.g. such small packages which
      come without a dedicated source archive "inherites" the OpenWRT's own license
      in my opinion.
      
      However, I can not garantee that I always picked the correct information
      and/or did not miss license information.
      
      Signed-off-by: default avatarMichael Heimpold <mhei@heimpold.de>
      
      SVN-Revision: 43155
      c10d9748
  10. Sep 13, 2014
  11. Jun 21, 2013
Loading