From 592867bb486ec2ebc2faf63768dfa8fe3c3d37c0 Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Sat, 25 Oct 2025 12:04:07 +0200 Subject: [PATCH] Add kmod-phy-aquantia to main router --- configs/common/sfp | 2 +- openwrt-configure.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/common/sfp b/configs/common/sfp index ecafa23..8cbe25d 100644 --- a/configs/common/sfp +++ b/configs/common/sfp @@ -2,5 +2,5 @@ CONFIG_PACKAGE_kmod-i2c-gpio=y CONFIG_PACKAGE_i2c-tools=y CONFIG_PACKAGE_dtc=y -# temporary CONFIG_PACKAGE_kmod-phy-realtek=y +CONFIG_PACKAGE_kmod-phy-aquantia=y diff --git a/openwrt-configure.sh b/openwrt-configure.sh index c43931a..92d47f4 100755 --- a/openwrt-configure.sh +++ b/openwrt-configure.sh @@ -78,7 +78,7 @@ fi if [[ "$DEVICE" =~ Main|main ]]; then PACKAGES="$PACKAGES ddns-scripts luci-app-ddns" PACKAGES="$PACKAGES luci-proto-wireguard kmod-wireguard wireguard-tools qrencode" - PACKAGES="$PACKAGES tc-full pciutils" + PACKAGES="$PACKAGES tc-full pciutils kmod-phy-aquantia" if [ -n "$SQM_TOOL" ]; then PACKAGES="$PACKAGES $SQM_TOOL" fi