forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'openwrt:main' into mx4300-dev
- Loading branch information
Showing
1,061 changed files
with
510 additions
and
190,145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LINUX_VERSION-6.6 = .51 | ||
LINUX_KERNEL_HASH-6.6.51 = 1c0c9a14650879c4913efdbac428ba31a540c3d987155ddf34d33e11eca008b3 | ||
LINUX_VERSION-6.6 = .52 | ||
LINUX_KERNEL_HASH-6.6.52 = 1591ab348399d4aa53121158525056a69c8cf0fe0e90935b0095e9a58e37b4b8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ FS_MENU:=Filesystems | |
define KernelPackage/fs-9p | ||
SUBMENU:=$(FS_MENU) | ||
TITLE:=Plan 9 Resource Sharing Support | ||
DEPENDS:=+kmod-9pnet +LINUX_6_1:kmod-fs-netfs +LINUX_6_6:kmod-fs-netfs | ||
DEPENDS:=+kmod-9pnet +kmod-fs-netfs | ||
KCONFIG:=\ | ||
CONFIG_9P_FS \ | ||
CONFIG_9P_FS_POSIX_ACL=n \ | ||
|
@@ -89,13 +89,10 @@ define KernelPackage/fs-smbfs-common | |
HIDDEN:=1 | ||
DEPENDS:=+LINUX_6_6:kmod-fs-netfs +LINUX_6_6:kmod-nls-ucs2-utils | ||
KCONFIG:=\ | ||
[email protected] \ | ||
[email protected] | ||
CONFIG_SMBFS | ||
FILES:= \ | ||
$(LINUX_DIR)/fs/smbfs_common/[email protected] \ | ||
$(LINUX_DIR)/fs/smbfs_common/[email protected] \ | ||
$(LINUX_DIR)/fs/smb/common/[email protected] \ | ||
$(LINUX_DIR)/fs/smb/common/[email protected] | ||
$(LINUX_DIR)/fs/smb/common/cifs_arc4.ko \ | ||
$(LINUX_DIR)/fs/smb/common/cifs_md4.ko | ||
endef | ||
|
||
define KernelPackage/fs-smbfs-common/description | ||
|
@@ -113,8 +110,7 @@ define KernelPackage/fs-cifs | |
CONFIG_CIFS_DFS_UPCALL=n \ | ||
CONFIG_CIFS_UPCALL=n | ||
FILES:= \ | ||
$(LINUX_DIR)/fs/cifs/[email protected] \ | ||
$(LINUX_DIR)/fs/smb/client/[email protected] | ||
$(LINUX_DIR)/fs/smb/client/cifs.ko | ||
AUTOLOAD:=$(call AutoLoad,30,cifs) | ||
$(call AddDepends/nls) | ||
DEPENDS+= \ | ||
|
@@ -380,8 +376,7 @@ define KernelPackage/fs-ksmbd | |
CONFIG_SMB_SERVER_CHECK_CAP_NET_ADMIN=n \ | ||
CONFIG_SMB_SERVER_KERBEROS5=n | ||
FILES:= \ | ||
$(LINUX_DIR)/fs/ksmbd/[email protected] \ | ||
$(LINUX_DIR)/fs/smb/server/[email protected] | ||
$(LINUX_DIR)/fs/smb/server/ksmbd.ko | ||
AUTOLOAD:=$(call AutoLoad,41,ksmbd) | ||
endef | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -268,7 +268,7 @@ $(eval $(call KernelPackage,drm)) | |
define KernelPackage/drm-buddy | ||
SUBMENU:=$(VIDEO_MENU) | ||
TITLE:=A page based buddy allocator | ||
DEPENDS:=@DISPLAY_SUPPORT +kmod-drm @LINUX_6_1||LINUX_6_6 | ||
DEPENDS:=@DISPLAY_SUPPORT +kmod-drm | ||
KCONFIG:=CONFIG_DRM_BUDDY | ||
FILES:= $(LINUX_DIR)/drivers/gpu/drm/drm_buddy.ko | ||
AUTOLOAD:=$(call AutoProbe,drm_buddy) | ||
|
@@ -283,7 +283,7 @@ $(eval $(call KernelPackage,drm-buddy)) | |
define KernelPackage/drm-display-helper | ||
SUBMENU:=$(VIDEO_MENU) | ||
TITLE:=DRM helpers for display adapters drivers | ||
DEPENDS:=@DISPLAY_SUPPORT +kmod-drm-kms-helper @LINUX_6_1||LINUX_6_6 | ||
DEPENDS:=@DISPLAY_SUPPORT +kmod-drm-kms-helper | ||
KCONFIG:=CONFIG_DRM_DISPLAY_HELPER | ||
FILES:=$(LINUX_DIR)/drivers/gpu/drm/display/drm_display_helper.ko | ||
AUTOLOAD:=$(call AutoProbe,drm_display_helper) | ||
|
@@ -428,7 +428,7 @@ define KernelPackage/drm-imx | |
FILES:= \ | ||
$(LINUX_DIR)/drivers/gpu/drm/imx/[email protected] \ | ||
$(LINUX_DIR)/drivers/gpu/drm/imx/ipuv3/[email protected] \ | ||
$(LINUX_DIR)/drivers/gpu/drm/drm_dma_helper.ko@ge6.1 \ | ||
$(LINUX_DIR)/drivers/gpu/drm/drm_dma_helper.ko \ | ||
$(LINUX_DIR)/drivers/gpu/ipu-v3/imx-ipu-v3.ko | ||
AUTOLOAD:=$(call AutoLoad,08,imxdrm imx-ipu-v3 imx-ipuv3-crtc) | ||
endef | ||
|
@@ -476,8 +476,7 @@ define KernelPackage/drm-imx-ldb | |
CONFIG_DRM_PANEL_SITRONIX_ST7789V=n | ||
FILES:=$(LINUX_DIR)/drivers/gpu/drm/imx/[email protected] \ | ||
$(LINUX_DIR)/drivers/gpu/drm/imx/ipuv3/[email protected] \ | ||
$(LINUX_DIR)/drivers/gpu/drm/panel/panel-simple.ko \ | ||
$(LINUX_DIR)/drivers/gpu/drm/[email protected] | ||
$(LINUX_DIR)/drivers/gpu/drm/panel/panel-simple.ko | ||
AUTOLOAD:=$(call AutoLoad,08,imx-ldb) | ||
endef | ||
|
||
|
@@ -517,7 +516,7 @@ define KernelPackage/video-core | |
CONFIG_MEDIA_CAMERA_SUPPORT=y \ | ||
CONFIG_VIDEO_DEV \ | ||
CONFIG_V4L_PLATFORM_DRIVERS=y \ | ||
CONFIG_MEDIA_PLATFORM_DRIVERS=y@ge6.1 | ||
CONFIG_MEDIA_PLATFORM_DRIVERS=y | ||
FILES:= \ | ||
$(LINUX_DIR)/drivers/media/$(V4L2_DIR)/videodev.ko | ||
AUTOLOAD:=$(call AutoLoad,60,videodev) | ||
|
@@ -572,7 +571,7 @@ $(eval $(call KernelPackage,video-videobuf2)) | |
|
||
define KernelPackage/video-cpia2 | ||
TITLE:=CPIA2 video driver | ||
DEPENDS:=@USB_SUPPORT +kmod-usb-core @LINUX_5_15 | ||
DEPENDS:=@USB_SUPPORT | ||
KCONFIG:=CONFIG_VIDEO_CPIA2 | ||
FILES:=$(LINUX_DIR)/drivers/media/$(V4L2_USB_DIR)/cpia2/cpia2.ko | ||
AUTOLOAD:=$(call AutoProbe,cpia2) | ||
|
@@ -1234,10 +1233,8 @@ define KernelPackage/video-coda | |
CONFIG_VIDEO_CODA \ | ||
CONFIG_VIDEO_IMX_VDOA | ||
FILES:= \ | ||
$(LINUX_DIR)/drivers/media/$(V4L2_MEM2MEM_DIR)/coda/[email protected] \ | ||
$(LINUX_DIR)/drivers/media/$(V4L2_MEM2MEM_DIR)/chips-media/[email protected] \ | ||
$(LINUX_DIR)/drivers/media/$(V4L2_MEM2MEM_DIR)/coda/[email protected] \ | ||
$(LINUX_DIR)/drivers/media/$(V4L2_MEM2MEM_DIR)/chips-media/[email protected] \ | ||
$(LINUX_DIR)/drivers/media/$(V4L2_MEM2MEM_DIR)/chips-media/coda-vpu.ko \ | ||
$(LINUX_DIR)/drivers/media/$(V4L2_MEM2MEM_DIR)/chips-media/imx-vdoa.ko \ | ||
$(LINUX_DIR)/drivers/media/$(V4L2_DIR)/v4l2-jpeg.ko | ||
AUTOLOAD:=$(call AutoProbe,coda-vpu imx-vdoa v4l2-jpeg) | ||
$(call AddDepends/video) | ||
|
@@ -1253,8 +1250,7 @@ define KernelPackage/video-pxp | |
TITLE:=i.MX PXP support | ||
DEPENDS:=@TARGET_imx +kmod-video-mem2mem +kmod-video-dma-contig | ||
KCONFIG:= CONFIG_VIDEO_IMX_PXP | ||
FILES:= $(LINUX_DIR)/drivers/media/$(V4L2_MEM2MEM_DIR)/[email protected] \ | ||
$(LINUX_DIR)/drivers/media/platform/nxp/[email protected] | ||
FILES:= $(LINUX_DIR)/drivers/media/platform/nxp/imx-pxp.ko | ||
AUTOLOAD:=$(call AutoProbe,imx-pxp) | ||
$(call AddDepends/video) | ||
endef | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,11 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=dtc | ||
PKG_VERSION:=1.7.0 | ||
PKG_RELEASE:=3 | ||
PKG_VERSION:=1.7.1 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz | ||
PKG_HASH:=29edce3d302a15563d8663198bbc398c5a0554765c83830d0d4c0409d21a16c4 | ||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | ||
PKG_HASH:=9532f10098455711a4da37816fd567dfc8523bb01f59ad6c44887a112e553d9e | ||
PKG_SOURCE_URL:=@KERNEL/software/utils/dtc | ||
|
||
PKG_MAINTAINER:=Yousong Zhou <[email protected]> | ||
|
@@ -88,6 +88,7 @@ define Package/libfdt/install | |
endef | ||
|
||
MESON_ARGS += \ | ||
-Dtests=false \ | ||
-Dtools=true \ | ||
-Dyaml=disabled \ | ||
-Dvalgrind=disabled \ | ||
|
Oops, something went wrong.