aredn/configs
Tim Wilkinson 61eca9449c
Use new ucode zlib library (#1629)
2024-10-14 09:47:18 -07:00
..
README Update registered trademarks (#1225) 2024-05-29 00:45:25 -07:00
ath79-generic.config Nightly build fixes 20241009 (#1613) 2024-10-09 14:45:37 -07:00
ath79-mikrotik-ath10k.config
ath79-mikrotik-nand.config
ath79-mikrotik.config
ath79-nand.config
ath79-tiny.config
common.config Use new ucode zlib library (#1629) 2024-10-14 09:47:18 -07:00
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).