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