This helps speed up a clone, especially on slow networks.
python3 setup.py --setup --reference ~/git/tip/wlan-ap-wallaby/openwrt/
Signed-off-by: Ben Greear <greearb@candelatech.com>
Adding the batman-adv kernel module and the batctl userspace
configuration tool to the wlan-ap profile.
Signed-off-by: Linus Lüssing <ll@simonwunderlich.de>
Client ratelimit doesnt get updated when client
roams between ssids in the Access Point.
Signed-off-by: Chaitanya Kiran Godavarthi <chaitanya.kiran@connectus.ai>
- synthetic dhcp client checks if the dhcp server is responsive and
reports back to cloud
Fixes: WIFI-441
Signed-off-by: Ammad Rehmat <ammad.rehmat@connectus.ai>
- FT over DS was set to 0 which wasnt taking effect due to missing
declarations in the policy
Fixes: WIFI-560
Signed-off-by: Ammad Rehmat <ammad.rehmat@connectus.ai>
This patch allows us to use a different rootfs name. Some QCA boards will
require the in ubi rfs to be called ubi_rootfs.
Signed-off-by: John Crispin <john@phrozen.org>
The radio is a qca9984 not a qca9888. Apply the correct firmware configuration.
The change also appplies to the AP2220 (obsolete).
Signed-off-by: Rick Sommerville <rick.sommerville@netexperience.com>
Track the average RSSI of associated stations. This information can be
used to deauth stations if their rssi gets too low.
Signed-off-by: John Crispin <john@phrozen.org>
- Added helper script to apply redirector address
- Added support to preserve the same
- Changed the default fqdn
Signed-off-by: Yashvardhan <yashvardhan@netexperience.com>
We can now put "option rssi_ignore_probe_request -40" into uci. Probe requests
with a rssi worse then -40 will not be replied to.
Signed-off-by: John Crispin <john@phrozen.org>
flashing the unit
* first update to latest edcore FW as per the PDF instructions
* boot the initramfs
- tftpboot 0x88000000 openwrt-ipq40xx-generic-edgecore_oap100-initramfs-fit-uImage.itb; bootm
* inside the initramfs call the following commiands
- ubiattach -p /dev/mtd0
- ubirmvol /dev/ubi0 -n0
- ubirmvol /dev/ubi0 -n1
- ubirmvol /dev/ubi0 -n2
* scp the sysupgrade image to the board and call
- sysupgrade -n openwrt-ipq40xx-generic-edgecore_oap100-squashfs-nand-sysupgrade.bin
Signed-off-by: John Crispin <john@phrozen.org>
beacon_rate config was introduced as part of rrm commit. Some
drivers don't support this. Removing this config from
hostapd config.
Signed-off-by: Arif Alam <arif.alam@connectus.ai>
the last nm2 patch incorrectly contained a chunk that disabled the process
watchdog for nm and wm. revert this change.
this patch shall be folded into the other nm2 patches when we move to trunk.
Signed-off-by: John Crispin <john@phrozen.org>
This patch adds support for the Sercomm Kiwi AP.
Specification:
- SoC: Qualcomm Atheros IPQ807x ARM64 quad core
- RAM: 1GB
- NAND Flash: 256MB
- Ethernet: 1 x 2G
- WLAN: 2x Titan AX
Installation instructions:
1) scp openwrt-ipq807x-sercomm_kiwi-squashfs-nand-factory.bin into the preflashed qsdk image
2) ssh into the unit and call sysupgrade -n openwrt-ipq807x-sercomm_kiwi-squashfs-nand-factory.bin
Signed-off-by: John Crispin <john@phrozen.org>
This patch adds support for the Cigtech WF188 AP.
Specification:
- SoC: Qualcomm Atheros IPQ6018 ARM64 quad core
- RAM: 512MB
- NOR Flash: 32MB SPI NOR
- Ethernet: 1 x 1G
- WLAN: 2x IPQ60xx AX
Installation instructions:
1) enter uboot console
- setenv bootargs mtdparts=spi32766.0:6144k@3712k(0:HLOS),20608k@9856k(rootfs) console=ttyMSM0,115200n8
- tftpboot 0x44000000 wf188-initramfs
- bootm
2) inside the in ramfs, scp the sysupgrade image to the device and run sysupgrade.
Signed-off-by: John Crispin <john@phrozen.org>
Doing the symlinking in uci-defaults was racey and on first boot the cfg
was not always present when the driver loads.
Signed-off-by: John Crispin <john@phrozen.org>
Add openNDS package to enable captive portal at bridge level added customized
configurations to make it work as required Package:openNDS
Signed-off-by: Nagendrababu <nagendrababu.bonkuri@connectus.ai>
Deleteing entries from ucis internal state while looping of it was causing
issues related as the ordering of the list is not deterministic.
Signed-off-by: John Crispin <john@phrozen.org>