Skip to content
Snippets Groups Projects
  1. Dec 08, 2015
  2. Dec 07, 2015
  3. Dec 06, 2015
  4. Dec 02, 2015
  5. Nov 30, 2015
  6. Nov 28, 2015
  7. Nov 27, 2015
  8. Nov 25, 2015
  9. Nov 24, 2015
  10. Nov 23, 2015
  11. Nov 22, 2015
  12. Nov 21, 2015
  13. Nov 20, 2015
  14. Nov 19, 2015
  15. Nov 18, 2015
    • Matthias Schiffer's avatar
      Fix the mac80211 backport not to remove the dependencies on kmod-crypto-arc4 and kmod-crypto-aes · ef38d386
      Matthias Schiffer authored
      The trunk version of mac80211 doesn't need these dependencies anymore as
      they are compiled into the kernel.
      
      While this didn't cause any issues for Gluon as we always build the kernel
      with all modules, this fix makes the patch work on a plain OpenWrt CC as
      well.
      ef38d386
    • Matthias Schiffer's avatar
      gluon-mesh-batman-adv-core: keep disabled state even when the mesh interface... · 0335ce10
      Matthias Schiffer authored
      gluon-mesh-batman-adv-core: keep disabled state even when the mesh interface section name is changed
      
      Is makes sense to always look for both ibss_radio* and mesh_radio* sections
      to determine if the meshing should be enabled when regenerating these
      sections. Doing this, the disabled state will survive updates changing the
      section name (either updating from pre-2015.2 while keeping IBSS, or
      changing from IBSS to 11s or vice-versa).
      
      If both ibss_radio* and mesh_radio* sections exist, the disabled state will
      be kept correctly for each section, the behaviour is changed only when
      creating a section that didn't exist before.
      
      Fixes #549
      0335ce10
    • Matthias Schiffer's avatar
      gluon-site: set PKG_FILE_DEPENDS to site.conf and i18n/ only · e5289771
      Matthias Schiffer authored
      PKG_FILE_DEPENDS caused the whole site repo to be hashed to determine if
      gluon-site needed rebuilding. While this is normally no problem,
      alternative build setups sometimes put the Gluon repo inside the site repo,
      causing long build times and parallel build failures.
      e5289771
Loading