From 5f47207691fa20edc11a62b0e967e1332838eff8 Mon Sep 17 00:00:00 2001 From: Boos4721 <43845654+Boos4721@users.noreply.github.com> Date: Tue, 12 Oct 2021 08:15:59 +0800 Subject: [PATCH] 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> --- package/lean/autocore/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/autocore/Makefile b/package/lean/autocore/Makefile index 8e483ca5e..8d55b88d4 100644 --- a/package/lean/autocore/Makefile +++ b/package/lean/autocore/Makefile @@ -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