aredn/configs
Tim Wilkinson 0cb2ebe6c8
Add gl.inet ar300m nand variant to build (#1158)
2024-04-08 08:39:46 -04:00
..
README Update AREDN to OpenWRT 22.3.2 (Major Upgrade) (#574) 2022-12-22 14:22:49 -06:00
ath79-generic.config Add ubnt_litebeam-ac-lr to build (#1072) 2024-01-18 16:30:01 -08:00
ath79-mikrotik-ath10k.config Switch to first party Ubiquiti firmware (#1010) 2023-12-11 14:43:10 -08:00
ath79-mikrotik-nand.config Support for mANTbox 2 12s (#1083) 2024-01-24 19:28:36 -08:00
ath79-mikrotik.config LDF2 support (#828) 2023-05-09 00:22:41 -07:00
ath79-nand.config Add gl.inet ar300m nand variant to build (#1158) 2024-04-08 08:39:46 -04:00
ath79-tiny.config Wireguard tunnel support (#968) 2023-12-06 11:39:23 -08:00
common.config Wireguard tunnel support (#968) 2023-12-06 11:39:23 -08:00
ipq40xx-generic.config Initial OpenWRT 23.05.0 merge (#963) 2023-12-06 10:12:11 -08:00
ipq40xx-mikrotik.config Support for Mikrotik LDF 5AC (#841) 2023-05-17 20:52:51 -07:00
ramips-mt7621.config Initial OpenWRT 23.05.0 merge (#963) 2023-12-06 10:12:11 -08:00
x86-64.config Virtualized X86 support (#807) - 4/28/2023 2023-04-28 11:01:58 -07: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).