Skip to content
Snippets Groups Projects
  1. Jan 07, 2012
  2. Jan 04, 2012
  3. Dec 15, 2011
  4. Dec 06, 2011
  5. Dec 05, 2011
  6. Dec 03, 2011
  7. Nov 28, 2011
  8. Nov 24, 2011
  9. Nov 23, 2011
  10. Nov 01, 2011
  11. Oct 30, 2011
  12. Oct 26, 2011
  13. Oct 21, 2011
  14. Oct 19, 2011
    • Jonas Gorski's avatar
      squashfs4: Add support for LZMA Magic to unsquashfs · 90673a04
      Jonas Gorski authored
      Some vendor firmwares use a different super block magic to indicate LZMA
      compression. This patches adds support for detecting this and enable
      extraction for those firmware's root filesystems.
      
      SVN-Revision: 28489
      90673a04
  15. Oct 12, 2011
  16. Sep 21, 2011
  17. Aug 05, 2011
    • Lars-Peter Clausen's avatar
      mkimage/getline.h - Mac OS X 10.7 (Lion) fix · b043b26b
      Lars-Peter Clausen authored
      This mends mkimage for getline() in Mac OS X 10.7.
      
      Signed-off-by: Joe Roback <openwrt-devel at roback.cc>
      
      SVN-Revision: 27917
      b043b26b
    • Lars-Peter Clausen's avatar
      host/include/getline.h - Mac OS X 10.7 (Lion) fix · bf64b1cc
      Lars-Peter Clausen authored
      Apple has finally updated their version of Libc, and it now includes getline(). \o/
      
      The following patch fixes OpenWRT getline.h to not redefine it for 10.7. The one
      caveat is, the includes (at least stdio.h) are needed before the #ifdef so that
      __DARWIN_C_LEVEL could be properly defined (it is not a compiler built-in define
      like __linux__ or __APPLE__).
      
      This one fixes the host/include/getline.h. The next patch will mend the mkimage
      package.
      
      Signed-off-by: Joe Roback <openwrt-devel at roback.cc>
      
      SVN-Revision: 27916
      bf64b1cc
  18. Aug 01, 2011
  19. Jul 31, 2011
  20. Jul 24, 2011
    • Felix Fietkau's avatar
      pkg-config: fix prefix · 48bf10fb
      Felix Fietkau authored
      Now:
      
      % PATH=./staging_dir/host/bin:$PATH STAGING_PREFIX=/test PKG_CONFIG_PATH=$(echo staging_dir/target-*/usr/lib/pkgconfig) ./staging_dir/host/bin/pkg-config --cflags lua -I/test//include
      
      After applying the patch:
      
      % PATH=./staging_dir/host/bin:$PATH STAGING_PREFIX=/test PKG_CONFIG_PATH=$(echo staging_dir/target-*/usr/lib/pkgconfig) ./staging_dir/host/bin/pkg-config --cflags lua -I/test/include
      
      I guess that there sould not be '//' but only one '/'.
      
      Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net >
      
      SVN-Revision: 27744
      48bf10fb
  21. Jul 08, 2011
  22. Jul 06, 2011
  23. Jul 04, 2011
  24. Jul 02, 2011
  25. Jul 01, 2011
Loading