Skip to content
Snippets Groups Projects
  1. Oct 29, 2022
  2. Oct 25, 2022
    • Josef Schlehofer's avatar
      patches/openwrt: mt76: backport patch to fix compile · 838a2844
      Josef Schlehofer authored
      Fixes:
      build/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/linux-mvebu_cortexa9/mt76-2022-10-01-72b87836/mt7915/init.c:330:37: error: 'IEEE80211_MAX_AMPDU_BUF' undeclared (first use in this function); did you mean 'IEEE80211_MIN_AMPDU_BUF'?
        hw->max_rx_aggregation_subframes = IEEE80211_MAX_AMPDU_BUF;
                                           ^~~~~~~~~~~~~~~~~~~~~~~
                                           IEEE80211_MIN_AMPDU_BUF
      Verified
      838a2844
  3. Oct 24, 2022
  4. Oct 21, 2022
  5. Oct 20, 2022
  6. Oct 19, 2022
  7. Oct 18, 2022
  8. Oct 17, 2022
  9. Oct 16, 2022
    • Josef Schlehofer's avatar
      node: use LTS version 16 · 126423f4
      Josef Schlehofer authored
      It was discovered that reForis and its dependencies which are getting
      pulled by npm has issues with node version 18 (which is not LTS, btw.),
      so reForis is compiled but without CSS, JS files.
      
      Let's downgrade node to version 16, which is LTS instead of using
      bleeding edge.
      Verified
      126423f4
  10. Oct 15, 2022
  11. Oct 14, 2022
  12. Oct 13, 2022
  13. Oct 10, 2022