Skip to content
Snippets Groups Projects
  1. Dec 16, 2016
  2. Nov 26, 2016
    • Hannu Nyman's avatar
      tools/quilt: update to 0.65 · a22464b9
      Hannu Nyman authored
      
      User-visible changes since 0.64 are as follows:
      
        - Translation fixes
        - Project settings have priority
        - Reject binary files in patches
        - Fix a race condition in diff_file
        - Performance: Optimizations to the setup command
        - Performance: Optimizations to the bash completion script
        - Test suite: Improve the edit test case
        - Test suite: Make the symlink test more robust
        - Test suite: Test backup failure
        - Test suite: Test the header command with hard links
        - diff: Report diff failures
        - edit: Fix a corner case bug
        - mail: Fix the help text
        - push: Fix the synopsis
        - refresh: Do not remove symlinks
        - refresh: Break links to read-only patch files
        - refresh: Always preserve modification time
        - setup: Report failed look-ups in inspect-wrapper
        - quilt.el: Fix quilt-editable when patches are stored in subdirs
        - bash_completion: Handle spaces in file names
        - bash_completion: Update the list of commands
        - bash_completion: Add new command options
        - bash_completion: Fix handling of mail, new, push options
        - guards: Simplify the help text
        - guards: Include the file name also in the "Not found" case
        - guards: Add support for an external filelist in --check mode
        - guards: Report which config file has problem in --check mode
        - guards: Documentation update
        - guards: Clarify a user message
      
      Note to packagers: the Makefile was modified to take configure's
      --sysconfdir into account as other projects do. As a result, setting
      --prefix=/usr will no longer put the configuration files under /etc.
      You now need to explicitly pass --sysconfdir=/etc. If you don't,
      configuration files will go under /usr/etc, which is not what you want.
      This is somewhat less intuitive, but also more consistent with what
      other projects are doing.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      a22464b9
  3. Nov 07, 2015
    • Felix Fietkau's avatar
      tools/quilt: fix build error during kernel_menuconfig on a cleaned env · bdbd0dce
      Felix Fietkau authored
      
      When running "make kernel_menuconfig" right after "make clean", we error
      out with the following message:
      
      Makefile:22: recipe for target '.../build_dir/target-arm_cortex-a7_musl-1.1.10_eabi/linux-.../linux-3.18.18/.quilt_checked' failed
      make[2]: [.../build_dir/target-arm_cortex-a7_musl-1.1.10_eabi/linux-.../linux-3.18.18/.quilt_checked]
      Error 127 (ignored)
      
      The root cause of the problem is located in the OpenWrt specific quilt
      patch, which sets the quilt install directory to $STAGING_DIR/../host.
      However, on a clean environment (right after running "make clean"),
      $STAGING_DIR doesn't exist. The "quilt" executable doesn't find its
      different commands, errors out, and creates this message.
      
      We're fixing it by using $STAGING_DIR_HOST rather than $STAGING_DIR,
      which is absolute. It will work even if there is no target directory
      yet.
      
      Signed-off-by: default avatarMathieu Olivari <mathieu@codeaurora.org>
      Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>
      
      SVN-Revision: 47410
      bdbd0dce
  4. Oct 30, 2015
  5. Oct 26, 2015
  6. Sep 29, 2015
  7. Oct 08, 2014
  8. May 09, 2014
  9. Feb 02, 2014
  10. Sep 24, 2013
  11. Mar 07, 2013
    • Felix Fietkau's avatar
      build: BSD compile fixes · 1f77bfff
      Felix Fietkau authored
      
      following patch allows to build images for Qemu ARM on
      OpenBSD 5.2 amd64 and FreeBSD 9.1 amd64.
      
      Mostly small pieces of code changes to get things right on the
      specific platform.
      
      Updated the README to describe better, which tools on the host
      are required. Added some kind of prepare scripts to install needed
      tools on BSD via packages.
      
      Signed-off-by: default avatarWaldemar Brodkorb <mail@waldemar-brodkorb.de>
      
      SVN-Revision: 35900
      1f77bfff
  12. Jan 20, 2012
  13. Aug 01, 2011
  14. Jul 31, 2011
  15. May 02, 2011
  16. Oct 07, 2010
  17. Jul 27, 2010
  18. Apr 24, 2010
  19. Aug 26, 2009
  20. Aug 25, 2009
  21. Feb 22, 2009
  22. Jan 25, 2009
  23. Aug 27, 2008
Loading