28 Commits

Author SHA1 Message Date
Daniel Pawlik
b6a70c120f Move config common parts to common dir
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.
2024-05-12 21:33:40 +02:00
Daniel Pawlik
1e62f25c85 Add tc-full package for extended version 2024-05-04 08:57:44 +02:00
Daniel Pawlik
7a3ddfc8a8 Changed cryptography module to mbedtls 2024-04-22 09:15:31 +02:00
Daniel Pawlik
5c7a012e06 Move common part to common config file
The common config that is included in the snapshot builds is not always
recommend to use, so the config has been moved to config/common/ config
file.
2024-04-10 09:00:37 +02:00
Daniel Pawlik
6b8627d36d Add config options that OpenWRT builder also include 2024-03-03 11:33:49 +01:00
Daniel Pawlik
0934ac6452 Remove libustream when openssl or wolfssl set 2024-03-01 10:49:12 +01:00
Daniel Pawlik
a468543747 Add configs to enable openssl or wolfssl instead of mbedtls 2024-03-01 10:45:34 +01:00
Daniel Pawlik
79e5126788 Add pciutils in extended config 2024-02-20 14:13:49 +01:00
Daniel Pawlik
35eea85c6a Enable usteer in extended configs 2024-02-12 08:21:14 +01:00
Daniel Pawlik
c51041e6b2 Add luci-app-vnstat2 package to some configs 2024-02-05 16:07:55 +01:00
Daniel Pawlik
ed7aeb5423 Add ip6tables-nft package when sqm enabled 2024-01-26 15:17:28 +01:00
Daniel Pawlik
a8761ab404 Add ethtool-full for some devices 2024-01-21 11:10:43 +01:00
Daniel Pawlik
7471254b09 Remove full configs; add tcpdump and dig package to be installed
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.
2024-01-19 10:41:22 +01:00
Daniel Pawlik
1821a47dea Add luci-app-irqbalance package to extended configs 2024-01-04 14:49:33 +01:00
Daniel Pawlik
a76edc370e Update extended configs 2023-12-13 14:19:38 +01:00
Daniel Pawlik
b94cec506c Replace temporary usteer with dawn
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
2023-12-07 16:32:04 +01:00
Daniel Pawlik
3c4fbe1f04 Update configs; add usteer and ddns as default packages to install
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
2023-11-25 17:29:22 +01:00
Daniel Pawlik
458d30d1e8 Update confige script; add deps for https dns proxy with quic
Some deps should be installed when https-dns-proxy is installed [1].
So far, https-dns-proxy is not supporting quic protocol, but you can
always install package 'dnsproxy' [2] [3], that provides that.
This commit is just installing deps packages to enable quic protocol
on the main router when its available and improve the configure script.

[1] https://docs.openwrt.melmac.net/https-dns-proxy/#http3-quic-support
[2] https://forum.openwrt.org/t/dns-over-http-3/133092/24
[3] https://github.com/AdguardTeam/dnsproxy?tab=readme-ov-file#usage
2023-11-17 17:51:30 +01:00
Daniel Pawlik
1cbb11b594 Updated configs 2023-10-06 18:47:36 +02:00
Daniel Pawlik
676d211f55 Update configs 2023-09-18 17:14:05 +02:00
Daniel Pawlik
6f9655aac4 Update config for ramips and mediatek 2023-08-12 14:23:02 +02:00
Daniel Pawlik
e5e4091f5f Remove bridger config; add PL lang; install bridger deps as default
The bridger deps would be installed for ramips.
2023-08-12 13:49:28 +02:00
Daniel Pawlik
781eb635e9 Update Dockerfile; add config for bridger 2023-07-25 11:30:16 +02:00
Daniel Pawlik
d219dd5b6f Remove irqbalance as package to install
The irqbalance was raising an issue with the Samsung TV (QE55Q67B) and
Xiaomi Mi 4a Gigabit Version.
2023-07-14 16:20:29 +02:00
Daniel Pawlik
692baccdf2 Update config for ramips mt7621 2023-07-14 15:06:52 +02:00
Daniel Pawlik
c094e0c226 Update build configs 2023-07-07 14:06:13 +02:00
Daniel Pawlik
f4972584dd Add simple playbook to build OpenWRT target 2023-03-25 20:44:20 +01:00
Daniel Pawlik
81aa50db3a Change target directories to be same as in OpenWRT 2023-03-25 14:43:49 +01:00