[openwrt/openwrt] Revert "ethtool: update to v5.14"
LEDE Commits
lede-commits at lists.infradead.org
Sat Oct 23 12:39:29 PDT 2021
dedeckeh pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/abc7a97e9c29bcb1e74c3d443d46fefa7517699c
commit abc7a97e9c29bcb1e74c3d443d46fefa7517699c
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Sat Oct 23 21:37:27 2021 +0200
Revert "ethtool: update to v5.14"
This reverts commit 7630001427fa266fa61da0b2533e2c1054eababe
Signed-off-by: Hans Dedecker <dedeckeh at gmail.com>
---
package/network/utils/ethtool/Makefile | 6 +++---
scripts/qemustart | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/network/utils/ethtool/Makefile b/package/network/utils/ethtool/Makefile
index d34dc96b98..9889677a16 100644
--- a/package/network/utils/ethtool/Makefile
+++ b/package/network/utils/ethtool/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ethtool
-PKG_VERSION:=5.14
-PKG_RELEASE:=1
+PKG_VERSION:=5.13
+PKG_RELEASE:=2
PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/software/network/ethtool
-PKG_HASH:=bb13db91915cacd7a492b65b65df07a67e4b974ddbeaf76205b1945a23d27686
+PKG_HASH:=e63a7254c6cf2e443d9989c8c34a94e136d789ae1cf5da55397439b055e48cf3
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING
diff --git a/scripts/qemustart b/scripts/qemustart
index 879f1834f9..f0ddefb839 100755
--- a/scripts/qemustart
+++ b/scripts/qemustart
@@ -203,7 +203,7 @@ start_qemu_armvirt() {
)
}
- sudo "$qemu_exe" -machine "$mach" -cpu "$cpu" -nographic \
+ "$qemu_exe" -machine "$mach" -cpu "$cpu" -nographic \
-kernel "$kernel" \
"${o_qemu_extra[@]}"
}
More information about the lede-commits
mailing list