Skip to content
Snippets Groups Projects
Select Git revision
  • experimental default protected
  • 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
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • experimental-2025-05-18
  • experimental-2025-05-18-base
  • experimental-2025-05-15
  • experimental-2025-05-15-base
  • experimental-2025-05-13
  • experimental-2025-05-13-base
  • experimental-2025-05-08
  • experimental-2025-05-08-base
  • experimental-2025-05-05
  • experimental-2025-05-05-base
  • experimental-2025-05-02
  • experimental-2025-05-02-base
  • experimental-2025-05-01
  • experimental-2025-05-01-base
  • experimental-2025-04-29
  • experimental-2025-04-29-base
  • experimental-2025-04-27
  • experimental-2025-04-27-base
  • experimental-2025-04-26
  • experimental-2025-04-26-base
40 results

openwrt

  • Clone with SSH
  • Clone with HTTPS
  • poldy79's avatar
    Leonard Penzer authored
    basic wifi meshing with neighbouring nodes
    tested, with TL-WA750RE
     
    client WLAN (if applicable)
    works
     
    client lan on LAN ports (if applicable)
    n/a - only 1x Ethernet 
    
    mesh-vpn on WAN port
    works 
    
    mesh-on-wan
    Not tested
    
    re-entering configmode by pressing the button for >3 seconds
    works. 
    
    entering failsafe mode
    works 
    
    whether the MAC address seen by Gluon is the one printed on the device
    yes
     
    Und folgende Kommandos:
    tail /lib/gluon/core/sysconfig/*
    brctl show
    lua -e "print(require('platform_info').get_image_name())"
    
    root@XXX:~# tail /lib/gluon/core/sysconfig/*
    ==> /lib/gluon/core/sysconfig/primary_mac <==
    (macwieaufgerätaufgedruckt)
    ==> /lib/gluon/core/sysconfig/setup_ifname <==
    eth0
    ==> /lib/gluon/core/sysconfig/wan_ifname <==
    eth0
    
    
    root@XXX:~# brctl show
    bridge name	bridge id		STP enabled	interfaces
    br-wan		7fff.(primarymac)	no		eth0
    br-client		7fff.(primarymac)	no		bat0
    							wlan0-1
    
    
    root@XXXX:~# lua -e "print(require('platform_info').get_image_name())"
    tp-link-tl-wa850re-v1
    396f5ded
    History
    Name Last commit Last update
    ..