Most of the routers/aps that I use got same configuration or similar
packages installed.
This commit is moving some part of the configuraiton to the common dir.
The tcpdump and dig tools are used many times to check the network.
Let's install it by default.
Also removed extended configs, due there are not updated long time.
Executed simply command:
sed -i 's/^# CONFIG_PACKAGE_luci-app-dawn is not set/CONFIG_PACKAGE_luci-app-dawn=y/g' $1
sed -i 's/^# CONFIG_PACKAGE_dawn is not set/CONFIG_PACKAGE_dawn=y/g' $1
sed -i 's/^CONFIG_PACKAGE_luci-app-usteer=y/# CONFIG_PACKAGE_luci-app-usteer is not set/g' $1
sed -i 's/^CONFIG_PACKAGE_usteer=y/# CONFIG_PACKAGE_usteer is not set/g' $1
There are two good tools to improve fast roaming (802.11r) in
OpenWRT: usteer [1] or DAWN [2].
By making tests, usteer seems to work better, even when I was doing
a VoIP test connection, switching between APs was working immediately,
where when I was using DAWN, VoIP connection was interrupted.
Maybe in the future, I will make once again tests with DAWN, but so far,
I install usteer package as default.
To enable luci-app-usteer, please cherry pick commit [1].
[1] https://openwrt.org/docs/guide-user/network/wifi/usteer
[2] https://openwrt.org/docs/guide-user/network/wifi/dawn
[3] https://github.com/openwrt/luci/pull/6671