Skip to content

Commit

Permalink
Switch luci to use BE patch; update related projects - rpcd and iwinfo
Browse files Browse the repository at this point in the history
This commit provides switch luci project to use branch that contains
patch for BE standard [1].
The rpcd repository contains a patch [2] that will bring BE wireless
standard.
Also update iwinfo project to apply patches [3][4].

[1] - openwrt/luci#7279
[2] - openwrt/rpcd#5
[3] openwrt/iwinfo#11
[4] openwrt/iwinfo#10

(cherry picked from commit 97d6044)
  • Loading branch information
danpawlik committed Sep 21, 2024
1 parent 36919ef commit d4ae9b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions package/network/utils/iwinfo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ PKG_NAME:=libiwinfo
PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/iwinfo.git
# PKG_SOURCE_URL=$(PROJECT_GIT)/project/iwinfo.git
PKG_SOURCE_URL=https://github.com/danpawlik/iwinfo
PKG_SOURCE_DATE:=2024-09-17
PKG_SOURCE_VERSION:=268a662421fa03798881b34658a3d6bd6a30d97d
PKG_MIRROR_HASH:=2ea07521149fb45665184f80ee99595c8b4f06aaf2c1004b74c944da632778de
PKG_SOURCE_VERSION:=7eed433cd221c425c45f5a4e78b077d2d084dbd9
# PKG_MIRROR_HASH:=2ea07521149fb45665184f80ee99595c8b4f06aaf2c1004b74c944da632778de
PKG_MAINTAINER:=Jo-Philipp Wich <[email protected]>
PKG_LICENSE:=GPL-2.0

Expand Down
5 changes: 3 additions & 2 deletions package/system/rpcd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ PKG_NAME:=rpcd
PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/rpcd.git
PKG_MIRROR_HASH:=67b2cb985d8712a3e5a17ebf8c74fd35d553c8f9a4197616f9a3649a8740cc33
# PKG_SOURCE_URL=$(PROJECT_GIT)/project/rpcd.git
PKG_SOURCE_URL=https://github.com/danpawlik/rpcd
# PKG_MIRROR_HASH:=67b2cb985d8712a3e5a17ebf8c74fd35d553c8f9a4197616f9a3649a8740cc33
PKG_SOURCE_DATE:=2024-09-17
PKG_SOURCE_VERSION:=9f4b86e70352ab9ca6aa272d096419acc53e2390
PKG_MAINTAINER:=Jo-Philipp Wich <[email protected]>
Expand Down

0 comments on commit d4ae9b1

Please sign in to comment.