Skip to content
Snippets Groups Projects
  1. Dec 05, 2015
    • Felix Fietkau's avatar
      busybox: Update config for 1.24.1 · 9ca1080e
      Felix Fietkau authored
      
      r47288 updated to Busybox 1.24.1 but did not update the configuration.
      
      The configuration is updated by running
      
      cd config
      ../convert_menuconfig.pl .../build_dir/target-*/busybox-1.24.1
      cd ..
      ./convert_defaults.pl < .../build_dir/target-*/busybox-1.24.1/.config > \
          Config-defaults.in
      
      Signed-off-by: default avatarMark Mentovai <mark@moxienet.com>
      
      SVN-Revision: 47775
      9ca1080e
  2. Nov 22, 2015
  3. Nov 08, 2015
  4. Nov 06, 2015
  5. Nov 04, 2015
  6. Nov 02, 2015
    • Felix Fietkau's avatar
      busybox: enable find mtime support by default · a9463673
      Felix Fietkau authored
      
      busybox binary in openwrt neither supports stat nor find
      mtime. This patch adds find mtime support by default.
      
      I've compared ipk size for three different targets
      (ar71xx, brcm2708, x86):
      
      209908 Okt 16 13:48 busybox_1.23.2-3_ar71xx.ipk-0before
      210031 Okt 16 16:47 busybox_1.23.2-3_ar71xx.ipk-1after
      difference: +123 Byte
      
      223519 Okt 16 13:06 busybox_1.23.2-3_brcm2708.ipk-0before
      223720 Okt 16 13:53 busybox_1.23.2-3_brcm2708.ipk-1after
      difference: +201 Byte
      
      221477 Okt 16 13:47 busybox_1.23.2-3_x86_64.ipk-0before
      221622 Okt 16 13:52 busybox_1.23.2-3_x86_64.ipk-1after
      difference: +145 Byte
      
      Signed-off-by: default avatarDirk Brenken <dirk@brenken.org>
      
      SVN-Revision: 47362
      a9463673
  7. Oct 30, 2015
  8. Oct 22, 2015
  9. Oct 15, 2015
  10. Sep 22, 2015
  11. Sep 11, 2015
  12. Sep 09, 2015
  13. Sep 08, 2015
  14. Sep 07, 2015
  15. Aug 17, 2015
  16. Aug 16, 2015
  17. Jul 24, 2015
  18. Jul 14, 2015
  19. Jul 08, 2015
  20. 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
  21. Jun 24, 2015
  22. Jun 23, 2015
  23. Jun 22, 2015
  24. Jun 20, 2015
  25. Jun 18, 2015
  26. Jun 14, 2015
  27. May 24, 2015
  28. May 23, 2015
  29. Apr 24, 2015
Loading