autocore: add missing depend package ethtool (#8030)

for fix issuse https://github.com/coolsnowwolf/lede/issues/8029

Signed-off-by: boos4721 <3.1415926535boos@gmail.com>
This commit is contained in:
Boos4721 2021-10-12 08:15:59 +08:00 committed by GitHub
parent dd9f6db1e8
commit 5f47207691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ define Package/autocore-arm
TITLE:=Arm auto core loadbalance script.
MAINTAINER:=CN_SZTL
DEPENDS:=@(TARGET_bcm27xx||TARGET_bcm53xx||TARGET_ipq40xx||TARGET_ipq806x||TARGET_ipq807x||TARGET_mvebu||TARGET_rockchip) \
+TARGET_bcm27xx:bcm27xx-userland +TARGET_bcm53xx:nvram
+TARGET_bcm27xx:bcm27xx-userland +TARGET_bcm53xx:nvram +ethtool
VARIANT:=arm
endef