autocore: drop useless dependencies

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2021-10-11 19:55:38 +08:00
parent 7ac6cc2a06
commit 2349a952c8
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -24,7 +24,7 @@ endef
define Package/autocore-x86
TITLE:=x86/x64 auto core loadbalance script
MAINTAINER:=Lean
DEPENDS:=@TARGET_x86 +bc +lm-sensors +ethtool
DEPENDS:=@TARGET_x86 +lm-sensors +ethtool
VARIANT:=x86
endef