mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
Add kmod-phy-aquantia to main router
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user