aredn/configs
Tim Wilkinson cf84853530
Add installable cron package for people who need more functionality (#931)
2023-09-15 21:54:55 -07:00
..
README Update AREDN to OpenWRT 22.3.2 (Major Upgrade) (#574) 2022-12-22 14:22:49 -06:00
ath79-generic.config Enable rocket m xw (accidentally disabled) (#850) 2023-05-25 21:32:37 -07: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 LDF2 support (#828) 2023-05-09 00:22:41 -07:00
ath79-nand.config Remove ar300m nand and nor builds which are causing confusion (#798) 2023-04-19 21:19:28 -05:00
ath79-tiny.config Update AREDN to OpenWRT 22.3.2 (Major Upgrade) (#574) 2022-12-22 14:22:49 -06:00
common.config Add installable cron package for people who need more functionality (#931) 2023-09-15 21:54:55 -07:00
ipq40xx-mikrotik.config Support for Mikrotik LDF 5AC (#841) 2023-05-17 20:52:51 -07: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).