Skip to content
Snippets Groups Projects
  1. Jul 25, 2015
  2. Jul 15, 2015
  3. Jul 14, 2015
  4. Jul 08, 2015
  5. Jun 24, 2015
  6. Jun 18, 2015
  7. May 28, 2015
  8. May 27, 2015
  9. May 26, 2015
  10. May 23, 2015
  11. May 10, 2015
  12. May 01, 2015
  13. Mar 29, 2015
  14. Mar 16, 2015
  15. Mar 15, 2015
  16. Feb 14, 2015
    • blogic's avatar
      scripts: fix getver git dir check · fc4ca299
      blogic authored
      
      Git internals are referenced by .git which isn't necessarily a
      directory. It may also be a file that references the actual .git
      directory using the gitdir directive.
      
      If .git is assumed to be a directory the build will not be able to get
      the correct version when openwrt is included as a git submodule because
      when used as a submodule .git will actually be a file referencing to a
      subdirectory in the parent's git dir.
      
      When the correct version is not detected some image generation tools
      will fail because the OpenWrt string will be 'OpenWrtunknown' which is
      too long for some header formats.
      
      Signed-off-by: default avatarFelix Kaechele <heffer@fedoraproject.org>
      
      git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44452 3c298f89-4303-0410-b956-a3cf2f4a3e73
      fc4ca299
  17. Feb 10, 2015
  18. Feb 09, 2015
    • blogic's avatar
      build: propagate override information to .config file · c95db6c3
      blogic authored
      
      With this change, override information is now parsed from the metadata
      and put in the %packages hash. A new hash - %overrides - is created and
      exported, to be used during the .config-package.in generation.
      
      If an override is detected, a new option CONFIG_OVERRIDE_PKGS will be
      created in the .config, and will contain a space-separated list of all
      the overridden packages.
      
      Signed-off-by: default avatarMathieu Olivari <mathieu@qca.qualcomm.com>
      
      git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44336 3c298f89-4303-0410-b956-a3cf2f4a3e73
      c95db6c3
    • blogic's avatar
      build: allow openwrt.git packages to be replaced by feeds · 80710b0f
      blogic authored
      
      Currently, replacing a package available in openwrt.git requires
      modifications in openwrt.git, or requires duplicating the package in a
      feed but with a different name, which causes all kind of problems
      related to dependencies (all packages selecting it would have to be
      modified accordingly to select the new package).
      
      With this change, if a package with the same name is present both in
      feeds/ and package/ folders, the one in feeds/ can override the one
      in package/, both in the menuconfig and during the build, by passing the
      "-f" option to "./scripts/feeds install"
      
      This mechanism is particularly useful for vendor tree, or in general for
      application which needs to replace one particular package which exists
      within openwrt.git by a custom/newer version.
      
      Signed-off-by: default avatarMathieu Olivari <mathieu@qca.qualcomm.com>
      
      git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44334 3c298f89-4303-0410-b956-a3cf2f4a3e73
      80710b0f
  19. Jan 29, 2015
  20. Jan 23, 2015
  21. Jan 22, 2015
Loading