aredn/configs
Tim Wilkinson 7b495f5deb
Add MikroTik_RouterBOARD_912UAG-5HPnD (#575)
2022-12-22 23:34:43 -06:00
..
README Update AREDN to OpenWRT 22.3.2 (Major Upgrade) (#574) 2022-12-22 14:22:49 -06:00
ath79-generic.config Update AREDN to OpenWRT 22.3.2 (Major Upgrade) (#574) 2022-12-22 14:22:49 -06:00
ath79-mikrotik-ath10k.config Update AREDN to OpenWRT 22.3.2 (Major Upgrade) (#574) 2022-12-22 14:22:49 -06:00
ath79-mikrotik-nand.config Add MikroTik_RouterBOARD_912UAG-5HPnD (#575) 2022-12-22 23:34:43 -06:00
ath79-mikrotik.config Add MikroTik_RouterBOARD_912UAG-5HPnD (#575) 2022-12-22 23:34:43 -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 Update AREDN to OpenWRT 22.3.2 (Major Upgrade) (#574) 2022-12-22 14:22:49 -06:00
ipq40xx-mikrotik.config Update AREDN to OpenWRT 22.3.2 (Major Upgrade) (#574) 2022-12-22 14:22:49 -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).