mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-06 19:19:31 +00:00
Revert "ethtool: update to v5.14"
This reverts commit 7630001427fa266fa61da0b2533e2c1054eababe Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
This commit is contained in:
parent
7630001427
commit
abc7a97e9c
@ -8,13 +8,13 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ethtool
|
PKG_NAME:=ethtool
|
||||||
PKG_VERSION:=5.14
|
PKG_VERSION:=5.13
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@KERNEL/software/network/ethtool
|
PKG_SOURCE_URL:=@KERNEL/software/network/ethtool
|
||||||
PKG_HASH:=bb13db91915cacd7a492b65b65df07a67e4b974ddbeaf76205b1945a23d27686
|
PKG_HASH:=e63a7254c6cf2e443d9989c8c34a94e136d789ae1cf5da55397439b055e48cf3
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_LICENSE:=GPL-2.0
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
|
@ -203,7 +203,7 @@ start_qemu_armvirt() {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
sudo "$qemu_exe" -machine "$mach" -cpu "$cpu" -nographic \
|
"$qemu_exe" -machine "$mach" -cpu "$cpu" -nographic \
|
||||||
-kernel "$kernel" \
|
-kernel "$kernel" \
|
||||||
"${o_qemu_extra[@]}"
|
"${o_qemu_extra[@]}"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user