Always include ethtool in rockchip64 images (needed by offloading fix)

This commit is contained in:
Piotr Szczepanik 2020-09-19 22:35:21 +02:00
parent 4ba494ae6e
commit 4a64410a22
No known key found for this signature in database
GPG Key ID: 0305358EB314F205

View File

@ -9,6 +9,7 @@ OVERLAY_PREFIX='rockchip'
SERIALCON=${SERIALCON:=$([ $BRANCH == "legacy" ] && echo "ttyFIQ0:1500000" || echo "ttyS2:1500000")}
GOVERNOR="ondemand"
BOOTBRANCH="tag:v2020.07"
PACKAGE_LIST_FAMILY="ethtool"
RKBIN_DIR="$SRC/cache/sources/rkbin-tools"