Skip to content
Snippets Groups Projects
Select Git revision
  • fbe05c91e24ffba1850e9c72e503e6e42415cbf5
  • 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-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
  • experimental-2025-06-22
  • experimental-2025-06-22-base
  • v2023.2.5-ffs0.1
  • experimental-2025-06-08
  • experimental-2025-06-08-base
  • experimental-2025-06-06
  • experimental-2025-06-06-base
  • experimental-2025-05-27
  • experimental-2025-05-27-base
  • experimental-2025-05-18
  • experimental-2025-05-18-base
  • experimental-2025-05-15
41 results

Makefile

Blame
    • Matthias Schiffer's avatar
      d09cda05
      build: extend GLUON_DEBUG with values 0, 1 and 2 · d09cda05
      Matthias Schiffer authored
      Debugging binaries in images that are built with sstrip is extremely
      annoying, as not even objdump will work on them.
      
      Switching from sstrip to standard strip increases the ath79 image size
      (for some usual Archer C7 v2 configuration I used for testing) by ~70KiB,
      or 1.3% of the rootfs size (~1% of the total image size), which is
      rarely worth the decreased debuggability.
      
      Extend GLUON_DEBUG to not only distinguish 0 and 1, such that:
      
      - 0 uses sstrip same as before
      - 1 switches to regular strip; this is the new default
      - 2 includes all debug info, like GLUON_DEBUG=1 did before
      build: extend GLUON_DEBUG with values 0, 1 and 2
      Matthias Schiffer authored
      Debugging binaries in images that are built with sstrip is extremely
      annoying, as not even objdump will work on them.
      
      Switching from sstrip to standard strip increases the ath79 image size
      (for some usual Archer C7 v2 configuration I used for testing) by ~70KiB,
      or 1.3% of the rootfs size (~1% of the total image size), which is
      rarely worth the decreased debuggability.
      
      Extend GLUON_DEBUG to not only distinguish 0 and 1, such that:
      
      - 0 uses sstrip same as before
      - 1 switches to regular strip; this is the new default
      - 2 includes all debug info, like GLUON_DEBUG=1 did before
    modules 721 B
    GLUON_FEEDS='openwrt gluon routing luci'
    
    OPENWRT_REPO=git://git.openwrt.org/15.05/openwrt.git
    OPENWRT_COMMIT=23395d539f4a45d8bed611e7f9c64275cd1cce0e
    
    PACKAGES_OPENWRT_REPO=git://github.com/openwrt/packages.git
    PACKAGES_OPENWRT_COMMIT=9622fe984bba3a4547f48bc507ebaba7637eb2b0
    PACKAGES_OPENWRT_BRANCH=for-15.05
    
    PACKAGES_GLUON_REPO=git://github.com/freifunk-gluon/packages.git
    PACKAGES_GLUON_COMMIT=fea8f67d5d5cccac39b5020a69106f8665d41e58
    
    PACKAGES_ROUTING_REPO=git://github.com/openwrt-routing/packages.git
    PACKAGES_ROUTING_COMMIT=2a8338559de5c4b077cde7a83f43f4700a17d5cc
    
    PACKAGES_LUCI_REPO=git://github.com/openwrt/luci.git
    PACKAGES_LUCI_COMMIT=cdcdfd2594634804ab09dc8105e46116edce0cd6
    PACKAGES_LUCI_BRANCH=for-15.05