mirror of https://github.com/aredn/aredn.git
4e196969d7
* Nightly build fixes. Restarting the nightly build with many changes resulted in updates failing to be applied on some hardware platforms. This resulted in nodes reverting to first use state. These changes fixes those problems. * Fix authentication |
||
---|---|---|
.. | ||
README | ||
ath79-generic.config | ||
ath79-mikrotik-ath10k.config | ||
ath79-mikrotik-nand.config | ||
ath79-mikrotik.config | ||
ath79-nand.config | ||
ath79-tiny.config | ||
common.config | ||
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).