[openwrt/openwrt] ucode: update to latest Git HEAD

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 20 16:02:51 PST 2023


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/bf1634f318e191e7da17e34de98dbd7d5122ef8b

commit bf1634f318e191e7da17e34de98dbd7d5122ef8b
Author: Brian Norris <computersforpeace at gmail.com>
AuthorDate: Thu Jan 12 21:32:21 2023 -0800

    ucode: update to latest Git HEAD
    
    To bring in isatty() support.
    
    Includes new commits:
    
    be30472bfdbb fs: add `isatty()` function
    0a58d510529e nl80211: add support for NL80211_ATTR_MPATH_INFO
    
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
    [ remove additional merge commit ]
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 package/utils/ucode/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/utils/ucode/Makefile b/package/utils/ucode/Makefile
index 228403e041..3913fd2aa4 100644
--- a/package/utils/ucode/Makefile
+++ b/package/utils/ucode/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=https://github.com/jow-/ucode.git
-PKG_SOURCE_DATE:=2023-01-07
-PKG_SOURCE_VERSION:=1e4d20932646f90523d21ea358c72901e3ee689e
-PKG_MIRROR_HASH:=8c43b9a0a80c3de92961caad65c934bd3989e6f7f9389f676d91e2e926c9e4a6
+PKG_SOURCE_DATE:=2023-01-09
+PKG_SOURCE_VERSION:=8dad974baa4696fcba85837fa70cde8b68dd7c12
+PKG_MIRROR_HASH:=91494352ac298ac2735d62355837a1f18e366999c9e940613e6fa3265edc0364
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=ISC
 




More information about the lede-commits mailing list