Skip to content
Snippets Groups Projects
  1. Aug 27, 2014
  2. Aug 08, 2014
  3. Aug 03, 2014
  4. Jul 27, 2014
  5. Jul 13, 2014
  6. Jul 12, 2014
  7. Jul 02, 2014
  8. Jun 24, 2014
  9. Jun 17, 2014
    • John Crispin's avatar
      lantiq: DGN3500 (all known variants) factory and sysupgrade image building support · 575127fe
      John Crispin authored
      
      This patch adds factory image building for the DGN3500, all variants,
      and fixes sysupgrade images to make them play nice with the sercomm
      secondary boot loader.
      
      The factory images can be used directly in the update dialog in the
      interface of the stock firmware and via the special Sercomm bootmode
      and a special windows flashing utility (allegedly present in the CD
      that came with the device -- but it's also compatible with the NSLU2
      Upgrade_207_XP utility.) The special bootmode can be activated by
      turning the device on while holding the reset button pressed, then
      releasing it when the power led starts blinking red and green. Please
      notice that if using the 207 utility, it will always report that the
      flashing failed even though it completed successfully. Just power
      cycle the router manually after the utility reports the failure and
      OpenWRT will boot. This same utility (despite reporting failure in
      this case too) can revert a DGN3500 (any variant) to the appropriate
      stock Netgear firmware.
      
      This patch is a heavily modified version of a package I found on the
      OpenWRT forum with a couple fixes and features added -- mainly the
      generation of all the different image variants to support all known
      models directly, atm known variants are AnnexA-WW, AnnexA-NA and
      AnnexB-DE/GR.
      
      I tested the patch successfully on my device.
      
      Signed-off-by: default avatarMarco Antonio Mauro <marcus90@gmail.com>
      
      SVN-Revision: 41236
      575127fe
  10. Jun 16, 2014
  11. Jun 02, 2014
    • John Crispin's avatar
      tools: genext2fs: add support for blocksize != 1024 · b6fbe7bd
      John Crispin authored
      This patch series is extracted from
      http://ftp.de.debian.org/debian/pool/main/g/genext2fs/genext2fs_1.4.1-4.debian.tar.gz
      
      
      
      The patches are used in Debian for quite a long time, so I assume that
      this is solid material. At least, my Ubuntu host fsck.ext4 does not bark :-)
      
      The goal is to allow building filesystems with larger blocksizes instead of the
      current default of 1k. This should improve performance and lifetime when the
      filesystem is stored e.g. on a SD card (on Raspberry Pi/I2SE Duckbill for example)
      which uses internal flash memory. Writing to flash memory is slow because writing
      the data of one block results in erasing a whole erase block of the flash memory.
      Thus it is preferable to align the filesystem block size on a flash device with
      the erase blocksize, or at least bring it closer to the later one, to avoid
      unnecessary write amplification.
      
      Signed-off-by: default avatarMichael Heimpold <mhei@heimpold.de>
      
      SVN-Revision: 40921
      b6fbe7bd
  12. May 21, 2014
  13. May 09, 2014
  14. Apr 22, 2014
  15. Apr 19, 2014
  16. Apr 12, 2014
    • John Crispin's avatar
      sparse: add as a new package selectable from the config · 76133009
      John Crispin authored
      
      This change does multiple things, all related to enable sparse usage as
      a static analysis tool selectable from the OpenWrt configuration:
      *add a KERNEL_SPARSE option in the config to add sparse to the kernel
       build (through the C=1 option usage)
      *add sparse as a new host tools. It will get selected automatically when
       the above option will be enabled
      
      Signed-off-by: default avatarMathieu Olivari <mathieu@qca.qualcomm.com>
      
      SVN-Revision: 40490
      76133009
  17. Mar 27, 2014
  18. Mar 12, 2014
  19. Mar 10, 2014
  20. Mar 08, 2014
  21. Feb 16, 2014
  22. Feb 02, 2014
  23. Jan 25, 2014
  24. Jan 12, 2014
  25. Dec 27, 2013
  26. Dec 17, 2013
  27. Dec 15, 2013
  28. Nov 30, 2013
  29. Nov 29, 2013
Loading