Skip to content
Snippets Groups Projects
  1. May 21, 2015
  2. Mar 20, 2015
    • Matthias Schiffer's avatar
      build: don't enable all kernel modules in the general OpenWrt .config · c676934e
      Matthias Schiffer authored
      With this change, there are two OpenWrt config files: one for the packages
      actually used by Gluon, and one with all kernel modules enabled (like it was
      since we removed the static kernel configs). The config with all kernel modules
      is only used to generate the kernel configuration (so it is compatible with the
      upstream kernel).
      
      This should bring the build times back to what they were before the static
      configs were removed.
      c676934e
  3. Mar 16, 2015
    • Matthias Schiffer's avatar
      Get rid of the static kernel configuration files · 630de844
      Matthias Schiffer authored
      With a backported patch from the OpenWrt trunk, it is now easy to generate an
      equivalent configuration using CONFIG_ALL_KMODS.
      
      The build will take a bit longer because all kernel module packages are actually
      built even when they are not included in the image, but adding new targets
      becomes a lot easier.
      
      Also, related documentation updates and fixes.
      630de844
  4. May 10, 2014
  5. Sep 24, 2013
  6. Apr 05, 2013
  7. Feb 17, 2013
Loading