mirror of https://github.com/aredn/aredn.git
475f371bb8
* Initial OpenWRT 23.05.0 merge * Fix get_rfchannels for new iwinfo format * Fix initial wlan name * Move patches to 5.15 from 5.10 * Fix flash write problem on Ubiquiti devices * Use new ssl patch * Reduce binary sizes * Have to have hostapd installed now, even on tiny builds * Simplify device support * Revert Mikrotik NAND sysupgrade system. OpenWRT doesnt really support Mikrotik NAND devices after 2019 and the new support appeared broken. So reverted to the 2022 mechanism which does work and avoid upgrade problems. * Fixes for tiny builds * More tiny shrinking * Fix newly added firewall rules * Update permanent packages * Update permanent packages * Support for Nanobeam 2AC (2.4GHz) device. 20MHz channels only. * Update support * Add GL.iNet B1300 * Add to radios.json * Update supported devices * Dont force the LAN DHCP to run * Revert CURL SSL test * Fix radio count when there are no radios * Switch the lan ports on the gl-b1300 * Add support for GL.iNET Beryl MT1300 * Fix visual lat/lon setting bug * Make the setup "Save Changes" button also save the location data * Fix location/map system with geo location fallback * Recolor * Fix default bandwidth selection * Support multi-band radios * Generic mechanism to set compat version to 1.1 * Switch ethernet ports * 20 MHz channels only * Update docs * Add ham channels to Mediatek chips (20MHz only) * Automatically update the permpkg list when we upgrade * Fix 10MHz mode for Ubiquiti AC devices * Fix tiny builds * Bump the watch timeout for restarting olsrd olsrd is reliable these days, and very occasionally this was restarting it unnecessarily |
||
---|---|---|
.. | ||
README | ||
ath79-generic.config | ||
ath79-mikrotik-ath10k.config | ||
ath79-mikrotik-nand.config | ||
ath79-mikrotik.config | ||
ath79-nand.config | ||
ath79-tiny.config | ||
common.config | ||
ipq40xx-generic.config | ||
ipq40xx-mikrotik.config | ||
ramips-mt7621.config | ||
x86-64.config |
README
How to update AREDN config files 1) do (or start) an AREDN build, e.g. "make MAINTARGET=ipq40xx SUBTARGET=mikrotik" 2) from ./openwrt directory, "make menuconfig" 3) update config options via the menu and save 4) capture the updated config, from ./openwrt directory, e.g.: "./scripts/diffconfig.sh > ../configs/ipq40xx-mikrotik.config" Notes: 1) adding the same option to every MAINTARGET-SUBTARGET.config file is done one at a time. 2) It can be very difficult to manually determine compatible dependencies of config options. 3) Not recommended to manually update the MAINTARGET-SUBTARGET.config file. If you do, append the setting at the end (will take precendent).