Skip to content
Snippets Groups Projects
Verified Commit b985fa68 authored by Richard Muzik's avatar Richard Muzik
Browse files

patches/packages: fix broken patch

Patch for hwdata contained bump of release. Since the package was
updated in upstream we do not have to do that anymore.
parent f3929b3d
Branches
Tags
1 merge request!726patches/packages: fix broken patch
Pipeline #125249 failed with stages
in 7 minutes and 31 seconds
......@@ -10,19 +10,6 @@ Add Marvell SDIO Wi-Fi card vendor to the pci.ids
2 files changed, 13 insertions(+), 1 deletion(-)
create mode 100644 utils/hwdata/patches/add-marvell-sdio.patch
diff --git a/utils/hwdata/Makefile b/utils/hwdata/Makefile
index 0ced19e01..5dcc12959 100644
--- a/utils/hwdata/Makefile
+++ b/utils/hwdata/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=hwdata
PKG_VERSION:=0.359
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/vcrhonek/hwdata/tar.gz/v$(PKG_VERSION)?
diff --git a/utils/hwdata/patches/add-marvell-sdio.patch b/utils/hwdata/patches/add-marvell-sdio.patch
new file mode 100644
index 000000000..5aafdd4ec
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment