aredn/configs
Tim Wilkinson 6aa290398b
Initramfs cleanup (#660)
* Config changes to remove unused initramfs

* Fix
2023-01-19 13:29:05 -06:00
..
README Update AREDN to OpenWRT 22.3.2 (Major Upgrade) (#574) 2022-12-22 14:22:49 -06:00
ath79-generic.config Add nanobeaml ac gen1 xc 2023-01-17 14:15:22 -08:00
ath79-mikrotik-ath10k.config Initramfs cleanup (#660) 2023-01-19 13:29:05 -06:00
ath79-mikrotik-nand.config Initramfs cleanup (#660) 2023-01-19 13:29:05 -06:00
ath79-mikrotik.config Initramfs cleanup (#660) 2023-01-19 13:29:05 -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 Initramfs cleanup (#660) 2023-01-19 13:29:05 -06:00
ipq40xx-mikrotik.config Initramfs cleanup (#660) 2023-01-19 13:29:05 -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).