Add kmod-phy-aquantia to main router

This commit is contained in:
Daniel Pawlik
2025-10-25 12:04:07 +02:00
parent 556dfe67cf
commit 592867bb48
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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