Skip to content
Snippets Groups Projects
Select Git revision
  • 3f580920238e546b9269d91f7e004e0b27b5bb24
  • 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
  • generic 1014 B
    [ "$GLUON_SITEDIR" -a "$GLUON_RELEASE" -a "$BOARD" ] || exit 1
    
    config "CONFIG_GLUON_SITEDIR=\"$GLUON_SITEDIR\""
    config "CONFIG_GLUON_RELEASE=\"$GLUON_RELEASE\""
    try_config "CONFIG_GLUON_BRANCH=\"$GLUON_BRANCH\""
    
    for lang in $GLUON_LANGS; do
    	try_config "CONFIG_GLUON_WEB_LANG_${lang}=y"
    done
    
    [ "$BOARD" ] && config "CONFIG_TARGET_${BOARD}=y"
    [ -z "$SUBTARGET" ] || config "CONFIG_TARGET_${BOARD}_${SUBTARGET}=y"
    
    
    config '# CONFIG_TARGET_ROOTFS_INITRAMFS is not set'
    
    config 'CONFIG_ALL_NONSHARED=y'
    
    config 'CONFIG_BUSYBOX_CUSTOM=y'
    config '# CONFIG_BUSYBOX_CONFIG_FEATURE_PREFER_IPV4_ADDRESS is not set'
    
    config 'CONFIG_PACKAGE_ATH_DEBUG=y'
    
    try_config 'CONFIG_TARGET_MULTI_PROFILE=y'
    try_config 'CONFIG_TARGET_PER_DEVICE_ROOTFS=y'
    
    if [ "$GLUON_DEBUG" = 1 ]; then
    	config 'CONFIG_DEBUG=y'
    	config 'CONFIG_NO_STRIP=y'
    	config '# CONFIG_USE_STRIP is not set'
    	config '# CONFIG_USE_SSTRIP is not set'
    fi
    
    
    packages '-odhcpd' '-ppp' '-ppp-mod-pppoe' '-wpad-mini'
    packages 'gluon-core' 'ip6tables' 'hostapd-mini'