aredn/configs
Tim Wilkinson 954cd70ebf
Powerbeam 5AC 400 support (#765)
* Support PowerBeam 5AC 400
* Supported info
2023-03-26 23:00:28 -04:00
..
README Update AREDN to OpenWRT 22.3.2 (Major Upgrade) (#574) 2022-12-22 14:22:49 -06:00
ath79-generic.config Powerbeam 5AC 400 support (#765) 2023-03-26 23:00:28 -04:00
ath79-mikrotik-ath10k.config Initramfs cleanup (#660) 2023-01-19 13:29:05 -06:00
ath79-mikrotik-nand.config Add QRT5 support (#688) 2023-01-29 21:22:53 -06:00
ath79-mikrotik.config Fix lhg 2nd versions 01/27/2023 (#682) 2023-01-27 22:09:37 -06:00
ath79-nand.config Update AREDN to OpenWRT 22.3.2 (Major Upgrade) (#574) 2022-12-22 14:22:49 -06:00
ath79-tiny.config Update AREDN to OpenWRT 22.3.2 (Major Upgrade) (#574) 2022-12-22 14:22:49 -06:00
common.config Re-enable kmod-rtc-ds1307 package (#681) 2023-01-27 22:10:38 -06:00
ipq40xx-mikrotik.config Split the various Mikrotik radios into their individual variants (#677) 2023-01-26 15:34:48 -06:00

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).