mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
This commit is contained in:
@@ -7,10 +7,8 @@ Subject: [PATCH 1/4] bcm43xx: Add bcm43xx-3wire variant
|
||||
tools/hciattach.c | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
Index: bluez-5.51/tools/hciattach.c
|
||||
===================================================================
|
||||
--- bluez-5.51.orig/tools/hciattach.c
|
||||
+++ bluez-5.51/tools/hciattach.c
|
||||
--- a/tools/hciattach.c
|
||||
+++ b/tools/hciattach.c
|
||||
@@ -1091,6 +1091,9 @@ struct uart_t uart[] = {
|
||||
{ "bcm43xx", 0x0000, 0x0000, HCI_UART_H4, 115200, 3000000,
|
||||
FLOW_CTL, DISABLE_PM, NULL, bcm43xx, NULL },
|
||||
|
||||
@@ -8,10 +8,8 @@ Subject: [PATCH 2/4] bcm43xx: The UART speed must be reset after the firmware
|
||||
tools/hciattach_bcm43xx.c | 6 ++----
|
||||
1 file changed, 2 insertions(+), 4 deletions(-)
|
||||
|
||||
Index: bluez-5.51/tools/hciattach_bcm43xx.c
|
||||
===================================================================
|
||||
--- bluez-5.51.orig/tools/hciattach_bcm43xx.c
|
||||
+++ bluez-5.51/tools/hciattach_bcm43xx.c
|
||||
--- a/tools/hciattach_bcm43xx.c
|
||||
+++ b/tools/hciattach_bcm43xx.c
|
||||
@@ -367,11 +367,8 @@ int bcm43xx_init(int fd, int def_speed,
|
||||
return -1;
|
||||
|
||||
|
||||
@@ -7,10 +7,8 @@ Subject: [PATCH 3/4] Increase firmware load timeout to 30s
|
||||
tools/hciattach.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
Index: bluez-5.51/tools/hciattach.c
|
||||
===================================================================
|
||||
--- bluez-5.51.orig/tools/hciattach.c
|
||||
+++ bluez-5.51/tools/hciattach.c
|
||||
--- a/tools/hciattach.c
|
||||
+++ b/tools/hciattach.c
|
||||
@@ -1240,7 +1240,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
struct uart_t *u = NULL;
|
||||
|
||||
@@ -7,10 +7,8 @@ Subject: [PATCH 4/4] Move the 43xx firmware into /lib/firmware
|
||||
tools/hciattach_bcm43xx.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
Index: bluez-5.51/tools/hciattach_bcm43xx.c
|
||||
===================================================================
|
||||
--- bluez-5.51.orig/tools/hciattach_bcm43xx.c
|
||||
+++ bluez-5.51/tools/hciattach_bcm43xx.c
|
||||
--- a/tools/hciattach_bcm43xx.c
|
||||
+++ b/tools/hciattach_bcm43xx.c
|
||||
@@ -44,7 +44,7 @@
|
||||
#include "hciattach.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
Index: bluez-5.54/Makefile.in
|
||||
===================================================================
|
||||
--- bluez-5.54.orig/Makefile.in
|
||||
+++ bluez-5.54/Makefile.in
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -3214,7 +3214,7 @@ unit_tests = $(am__append_54) unit/test-
|
||||
@CLIENT_TRUE@ client/gatt.h client/gatt.c
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
Index: bluez-5.53/src/shared/util.h
|
||||
===================================================================
|
||||
--- bluez-5.53.orig/src/shared/util.h
|
||||
+++ bluez-5.53/src/shared/util.h
|
||||
--- a/src/shared/util.h
|
||||
+++ b/src/shared/util.h
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <alloca.h>
|
||||
#include <byteswap.h>
|
||||
|
||||
@@ -16,10 +16,8 @@ directly, and to do so it needs the full path of the daemon.
|
||||
delete mode 100644 obexd/src/org.bluez.obex.service
|
||||
create mode 100644 obexd/src/org.bluez.obex.service.in
|
||||
|
||||
Index: bluez-5.51/Makefile.obexd
|
||||
===================================================================
|
||||
--- bluez-5.51.orig/Makefile.obexd
|
||||
+++ bluez-5.51/Makefile.obexd
|
||||
--- a/Makefile.obexd
|
||||
+++ b/Makefile.obexd
|
||||
@@ -1,12 +1,12 @@
|
||||
if SYSTEMD
|
||||
systemduserunitdir = $(SYSTEMD_USERUNITDIR)
|
||||
@@ -35,19 +33,15 @@ Index: bluez-5.51/Makefile.obexd
|
||||
|
||||
if OBEX
|
||||
|
||||
Index: bluez-5.51/obexd/src/org.bluez.obex.service
|
||||
===================================================================
|
||||
--- bluez-5.51.orig/obexd/src/org.bluez.obex.service
|
||||
--- a/obexd/src/org.bluez.obex.service
|
||||
+++ /dev/null
|
||||
@@ -1,4 +0,0 @@
|
||||
-[D-BUS Service]
|
||||
-Name=org.bluez.obex
|
||||
-Exec=/bin/false
|
||||
-SystemdService=dbus-org.bluez.obex.service
|
||||
Index: bluez-5.51/obexd/src/org.bluez.obex.service.in
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ bluez-5.51/obexd/src/org.bluez.obex.service.in
|
||||
+++ b/obexd/src/org.bluez.obex.service.in
|
||||
@@ -0,0 +1,4 @@
|
||||
+[D-BUS Service]
|
||||
+Name=org.bluez.obex
|
||||
|
||||
@@ -32,10 +32,8 @@ This commit prevents the call to btd_adv_manager_refresh for non-LE devices.
|
||||
src/adapter.c | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
Index: bluez-5.54/src/adapter.c
|
||||
===================================================================
|
||||
--- bluez-5.54.orig/src/adapter.c
|
||||
+++ bluez-5.54/src/adapter.c
|
||||
--- a/src/adapter.c
|
||||
+++ b/src/adapter.c
|
||||
@@ -567,7 +567,8 @@ static void settings_changed(struct btd_
|
||||
g_dbus_emit_property_changed(dbus_conn, adapter->path,
|
||||
ADAPTER_INTERFACE, "Discoverable");
|
||||
|
||||
Reference in New Issue
Block a user