mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
36 lines
1.1 KiB
Diff
36 lines
1.1 KiB
Diff
From 4f4e6eec1cab67d6cea9bfa61da5fbbd1a21fdee Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Fri, 2 Jul 2021 12:02:04 +0200
|
|
Subject: [PATCH] Revert "libusb: update to 1.0.24"
|
|
|
|
This reverts commit 0798b13d7df0deafd005b14d52420c4f480d146e.
|
|
---
|
|
package/libs/libusb/Makefile | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/package/libs/libusb/Makefile b/package/libs/libusb/Makefile
|
|
index e931536339..1667fb2840 100644
|
|
--- a/package/libs/libusb/Makefile
|
|
+++ b/package/libs/libusb/Makefile
|
|
@@ -8,14 +8,14 @@
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=libusb
|
|
-PKG_VERSION:=1.0.24
|
|
-PKG_RELEASE:=1
|
|
+PKG_VERSION:=1.0.22
|
|
+PKG_RELEASE:=2
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
|
PKG_SOURCE_URL:=\
|
|
https://github.com/libusb/libusb/releases/download/v$(PKG_VERSION) \
|
|
@SF/$(PKG_NAME)
|
|
-PKG_HASH:=7efd2685f7b327326dcfb85cee426d9b871fd70e22caa15bb68d595ce2a2b12a
|
|
+PKG_HASH:=75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157
|
|
|
|
PKG_MAINTAINER:= Felix Fietkau <nbd@nbd.name>
|
|
PKG_LICENSE:=LGPL-2.1-or-later
|
|
--
|
|
2.25.1
|
|
|