Skip to content

Commit ad61c54

Browse files
Merge branch 'openwrt:main' into wax206
2 parents 20c3196 + 67af946 commit ad61c54

43 files changed

Lines changed: 82 additions & 922 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config/Config-kernel.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ endchoice
602602

603603
config KERNEL_ARM64_CONTPTE
604604
bool "Compile the kernel with Contiguous PTE mappings for user memory"
605-
depends on KERNEL_ARM64
605+
depends on aarch64
606606
depends on KERNEL_TRANSPARENT_HUGEPAGE
607607
depends on !LINUX_6_6
608608
default y

package/firmware/linux-firmware/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=linux-firmware
11-
PKG_VERSION:=20251111
11+
PKG_VERSION:=20251125
1212
PKG_RELEASE:=1
1313

1414
PKG_SOURCE_URL:=@KERNEL/linux/kernel/firmware
1515
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
16-
PKG_HASH:=ab57a1526595090bb4874c35335e2252288dcbea546eff491654b2313438a47d
16+
PKG_HASH:=eb807a01c52882ac97ef5b678d4a246b209e6165ac1287d62a5f93a09ee93cd2
1717

1818
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
1919

package/libs/libselinux/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
include $(TOPDIR)/rules.mk
77

88
PKG_NAME:=libselinux
9-
PKG_VERSION:=3.8.1
9+
PKG_VERSION:=3.9
1010
PKG_RELEASE:=1
1111

1212
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1313
PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/$(PKG_VERSION)
14-
PKG_HASH:=ec2d2789f931152d21c1db1eb4bc202ce4eccede34d9be9e360e3b45243cee2c
14+
PKG_HASH:=e7ee2c01dba64a0c35c9d7c9c0e06209d8186b325b0638a0d83f915cc3c101e8
1515

1616
PKG_LICENSE:=libselinux-1.0
1717
PKG_LICENSE_FILES:=LICENSE

package/libs/libselinux/patches/0001-Inject-matchpathcon_filespec_add64-if-defined-__INO_.patch

Lines changed: 0 additions & 75 deletions
This file was deleted.

package/libs/libselinux/patches/100-v2-libselinux-be-careful-with-non-portable-LFS-macro.patch

Lines changed: 0 additions & 158 deletions
This file was deleted.

package/libs/libsemanage/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
include $(TOPDIR)/rules.mk
77

88
PKG_NAME:=libsemanage
9-
PKG_VERSION:=3.8.1
9+
PKG_VERSION:=3.9
1010
PKG_RELEASE:=1
1111

1212
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1313
PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/$(PKG_VERSION)
14-
PKG_HASH:=7b39127b219cc70bfd935a4af6b0f2ba83d4b35c916f253c7e942c23ab490f07
14+
PKG_HASH:=ec05850aef48bfb8e02135a7f4f3f7edba3670f63d5e67f2708d4bd80b9a4634
1515
PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni@bootlin.com>
1616
PKG_LICENSE:=LGPL-2.1
1717
PKG_LICENSE_FILES:=COPYING

0 commit comments

Comments
 (0)