Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 0ac43e14 authored by Robert Nelson's avatar Robert Nelson
Browse files
parent a4500ded
Branches
Tags
No related merge requests found
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 5.14.0-rc2 Kernel Configuration
# Linux/arm 5.14.0-rc3 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="arm-linux-gnueabi-gcc (GCC) 11.1.0"
CONFIG_CC_IS_GCC=y
......@@ -2320,7 +2320,6 @@ CONFIG_NET_VENDOR_MICROCHIP=y
CONFIG_ENC28J60=y
# CONFIG_ENC28J60_WRITEVERIFY is not set
CONFIG_ENCX24J600=y
# CONFIG_SPARX5_SWITCH is not set
CONFIG_NET_VENDOR_MICROSEMI=y
# CONFIG_MSCC_OCELOT_SWITCH is not set
# CONFIG_NET_VENDOR_NATSEMI is not set
......@@ -5018,6 +5017,7 @@ CONFIG_SND_SOC_SIGMADSP_I2C=m
# CONFIG_SND_SOC_SIMPLE_MUX is not set
CONFIG_SND_SOC_SPDIF=m
# CONFIG_SND_SOC_SSM2305 is not set
# CONFIG_SND_SOC_SSM2518 is not set
# CONFIG_SND_SOC_SSM2602_SPI is not set
# CONFIG_SND_SOC_SSM2602_I2C is not set
# CONFIG_SND_SOC_SSM4567 is not set
......@@ -5073,7 +5073,6 @@ CONFIG_SND_SOC_WM8903=m
# CONFIG_SND_SOC_WM8978 is not set
# CONFIG_SND_SOC_WM8985 is not set
# CONFIG_SND_SOC_ZL38060 is not set
# CONFIG_SND_SOC_ZX_AUD96P22 is not set
# CONFIG_SND_SOC_MAX9759 is not set
# CONFIG_SND_SOC_MT6351 is not set
# CONFIG_SND_SOC_MT6358 is not set
......
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 5.14.0-rc2 Kernel Configuration
# Linux/arm 5.14.0-rc3 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="arm-linux-gnueabi-gcc (GCC) 11.1.0"
CONFIG_CC_IS_GCC=y
......@@ -4754,6 +4754,7 @@ CONFIG_SND_SOC_HDMI_CODEC=m
# CONFIG_SND_SOC_SIMPLE_MUX is not set
# CONFIG_SND_SOC_SPDIF is not set
# CONFIG_SND_SOC_SSM2305 is not set
# CONFIG_SND_SOC_SSM2518 is not set
# CONFIG_SND_SOC_SSM2602_SPI is not set
# CONFIG_SND_SOC_SSM2602_I2C is not set
# CONFIG_SND_SOC_SSM4567 is not set
......@@ -4811,7 +4812,6 @@ CONFIG_SND_SOC_TWL6040=m
# CONFIG_SND_SOC_WM8978 is not set
# CONFIG_SND_SOC_WM8985 is not set
# CONFIG_SND_SOC_ZL38060 is not set
# CONFIG_SND_SOC_ZX_AUD96P22 is not set
# CONFIG_SND_SOC_MAX9759 is not set
# CONFIG_SND_SOC_MT6351 is not set
# CONFIG_SND_SOC_MT6358 is not set
......
From 19fd2383f19146b9a3902fd7f608accdaad64cfe Mon Sep 17 00:00:00 2001
From 62d4824713e9475817f7a3538459adbc9dee947f Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Mon, 19 Jul 2021 14:37:57 -0500
Date: Mon, 26 Jul 2021 10:37:42 -0500
Subject: [PATCH] Add BeagleBoard.org Device Tree Changes
https://github.com/beagleboard/BeagleBoard-DeviceTrees/tree/v5.14.x
......
From 7bb41804af778d21eecea411bb9876f5fc5401b3 Mon Sep 17 00:00:00 2001
From 165e3d1d46ccd01df79def8c355bea6909d960fb Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Mon, 19 Jul 2021 14:36:14 -0500
Date: Mon, 26 Jul 2021 10:36:50 -0500
Subject: [PATCH] Add wireless-regdb regulatory database file
https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git/commit/?id=a4468e8f1ff2710982d2a8042e974d801e3a7ba0
......
From bceea92180957cf5601966faeca1110d10c45f55 Mon Sep 17 00:00:00 2001
From f422a789a2d73ad0a24deab42caa70bafe7fc79e Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Mon, 19 Jul 2021 14:35:58 -0500
Date: Mon, 26 Jul 2021 10:36:30 -0500
Subject: [PATCH] merge: wpanusb: https://github.com/statropy/wpanusb
https://github.com/statropy/wpanusb/commit/251f0167545bf2dcaa3cad991a59dbf5ab05490a
......
......@@ -38,10 +38,10 @@ toolchain="gcc_11_arm"
#Kernel
KERNEL_REL=5.14
KERNEL_TAG=${KERNEL_REL}-rc2
KERNEL_TAG=${KERNEL_REL}-rc3
kernel_rt=".X-rtY"
#Kernel Build
BUILD=${build_prefix}2
BUILD=${build_prefix}2.1
#v5.X-rcX + upto SHA
#prev_KERNEL_SHA=""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment