Skip to content
Snippets Groups Projects
Select Git revision
  • 53690d83be1ddb56c145c4e678e44632167fba71
  • experimental default protected
  • v2023.2.5-ffs
  • nrb/ex400-remove-wps
  • nrb/airmax-test
  • v2023.2.4-ffs
  • nrb/ar9344-reset-sequence
  • autinerd/experimental-openwrt-24.10
  • v2023.2.3-ffs
  • v2023.2.2-ffs
  • v2023.2-ffs
  • v2023.1-ffs
  • v2022.1.4-ffs
  • feature/addMikrotikwAP
  • v2022.1.3-ffs
  • v2021.1.2-ffs
  • v2022.1.1-ffs
  • master protected
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • experimental-2025-07-22
  • experimental-2025-07-22-base
  • experimental-2025-07-21
  • experimental-2025-07-21-base
  • experimental-2025-07-20
  • experimental-2025-07-20-base
  • experimental-2025-07-19
  • experimental-2025-07-19-base
  • experimental-2025-07-17
  • experimental-2025-07-17-base
  • experimental-2025-07-12
  • experimental-2025-07-12-base
  • experimental-2025-07-04
  • experimental-2025-07-04-base
  • experimental-2025-07-01
  • experimental-2025-07-01-base
  • experimental-2025-06-25
  • experimental-2025-06-25-base
  • experimental-2025-06-24
  • experimental-2025-06-24-base
41 results

targets

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Matthias Schiffer authored
    The precedence of different package lists was broken since #1876,
    disallowing removal of GLUON_FEATURES packages via GLUON_SITE_PACKAGES.
    
    Including all package selections, both implicit defaults and explicit
    handling in Gluon, the order of precedence is now the following:
    
    1.  OpenWrt defaults (including target-specific defaults)
    2.  Device-specific packages from OpenWrt
    3.  Generic default packages (from target/generic)
    4.  Target default packages (target/$(GLUON_TARGET))
    5.  Removal of opkg for tiny targets
    6.  Packages derived from GLUON_FEATURES + GLUON_FEATURES_$(class)
    7.  GLUON_SITE_PACKAGES
    8.  GLUON_SITE_PACKAGES_$(class)
    9.  Device-specific packages from target/$(GLUON_TARGET)
    10. Device-specific packages from GLUON_$(device)_SITE_PACKAGES
    
    This also contains various pieces of cleanup:
    
    - No hardcoded order of device classes for target_config.lua arguments
      anymore (in fact, the Makefile doesn't know anything about device
      classes now)
    - target_conifg_lib.lua only hardcodes the fallback class for x86, no
      other occurences of specific class names
    - Feature -> package list mapping is moved from Makefile to the Lua code
      as well (still implemented in Shell though)
    53690d83
    History
    Name Last commit Last update
    ..