Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bmx7: Make version apk compatible #1089

Merged
merged 1 commit into from
Nov 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bmx7/Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=bmx7
PKG_VERSION:=r2024061001
PKG_VERSION:=2024.06.11
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/bmx-routing/bmx7.git
PKG_SOURCE_VERSION:=9020896f89006bc5d3487222eefc7ddea9e8b2bd
PKG_MIRROR_HASH:=6c126c512f9b015d8ce9748cb7d04654aff544395ae0409d4e8fe4b9f6c33eba
PKG_MIRROR_HASH:=a085904a48544d71ec815fa61c329925d89aca72a051941551290d292a6150d7

PKG_MAINTAINER:=Axel Neumann <[email protected]>
PKG_LICENSE:=GPL-2.0-or-later
Expand Down
6 changes: 3 additions & 3 deletions bmx7/patches/020-siocgstamp.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/src/schedule.c
+++ b/src/schedule.c
@@ -375,7 +375,9 @@ loop4Event:
@@ -376,7 +376,9 @@ loop4Event:
continue;
}

Expand All @@ -10,7 +10,7 @@

rx_packet(&pb);

@@ -401,7 +403,9 @@ loop4Event:
@@ -402,7 +404,9 @@ loop4Event:
continue;
}

Expand All @@ -20,7 +20,7 @@

rx_packet(&pb);

@@ -451,10 +455,15 @@ loop4Event:
@@ -452,10 +456,15 @@ loop4Event:
}
}
#endif
Expand Down
Loading