From 720824c9d504fa567efb3ac4b6ec7dd6d2c6672a Mon Sep 17 00:00:00 2001
From: "James A. Chambers" <05jchambers@gmail.com>
Date: Sun, 23 Oct 2022 16:54:40 -0600
Subject: [PATCH] V1.35
---
OrangePiRDA/kernel/arch/arm/configs/i96_linux_defconfig | 6 +++---
OrangePiRDA/scripts/lib/build_image.sh | 2 +-
OrangePiRDA/uboot/kernel/arch/arm/configs/rda8810_defconfig | 6 +++---
README.md | 1 +
4 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/OrangePiRDA/kernel/arch/arm/configs/i96_linux_defconfig b/OrangePiRDA/kernel/arch/arm/configs/i96_linux_defconfig
index 8864f43..089883d 100644
--- a/OrangePiRDA/kernel/arch/arm/configs/i96_linux_defconfig
+++ b/OrangePiRDA/kernel/arch/arm/configs/i96_linux_defconfig
@@ -28,7 +28,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
-CONFIG_LOCALVERSION="-legendary-v1.34"
+CONFIG_LOCALVERSION="-legendary-v1.35"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_LZMA=y
@@ -766,7 +766,7 @@ CONFIG_IP6_NF_TARGET_NPT=y
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_L2TP is not set
-# CONFIG_BRIDGE is not set
+CONFIG_BRIDGE=m
CONFIG_HAVE_NET_DSA=y
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
@@ -1197,7 +1197,7 @@ CONFIG_BLK_DEV_DM=y
# CONFIG_DM_DEBUG is not set
CONFIG_DM_CRYPT=y
# CONFIG_DM_SNAPSHOT is not set
-# CONFIG_DM_THIN_PROVISIONING is not set
+CONFIG_DM_THIN_PROVISIONING=y
# CONFIG_DM_CACHE is not set
# CONFIG_DM_MIRROR is not set
# CONFIG_DM_RAID is not set
diff --git a/OrangePiRDA/scripts/lib/build_image.sh b/OrangePiRDA/scripts/lib/build_image.sh
index 22e4deb..3954c85 100755
--- a/OrangePiRDA/scripts/lib/build_image.sh
+++ b/OrangePiRDA/scripts/lib/build_image.sh
@@ -5,7 +5,7 @@ build_rk_image() {
}
build_rda_image() {
- VER="v1.34"
+ VER="v1.35"
IMAGENAME="Legendary_OrangePi_${BOARD}_${OS}_${DISTRO}_${IMAGETYPE}_${VER}"
IMAGE="${BUILD}/images/$IMAGENAME.img"
diff --git a/OrangePiRDA/uboot/kernel/arch/arm/configs/rda8810_defconfig b/OrangePiRDA/uboot/kernel/arch/arm/configs/rda8810_defconfig
index 8864f43..089883d 100755
--- a/OrangePiRDA/uboot/kernel/arch/arm/configs/rda8810_defconfig
+++ b/OrangePiRDA/uboot/kernel/arch/arm/configs/rda8810_defconfig
@@ -28,7 +28,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
-CONFIG_LOCALVERSION="-legendary-v1.34"
+CONFIG_LOCALVERSION="-legendary-v1.35"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_LZMA=y
@@ -766,7 +766,7 @@ CONFIG_IP6_NF_TARGET_NPT=y
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_L2TP is not set
-# CONFIG_BRIDGE is not set
+CONFIG_BRIDGE=m
CONFIG_HAVE_NET_DSA=y
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
@@ -1197,7 +1197,7 @@ CONFIG_BLK_DEV_DM=y
# CONFIG_DM_DEBUG is not set
CONFIG_DM_CRYPT=y
# CONFIG_DM_SNAPSHOT is not set
-# CONFIG_DM_THIN_PROVISIONING is not set
+CONFIG_DM_THIN_PROVISIONING=y
# CONFIG_DM_CACHE is not set
# CONFIG_DM_MIRROR is not set
# CONFIG_DM_RAID is not set
diff --git a/README.md b/README.md
index 7e83ac2..13f8537 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,7 @@ Ubuntu is not building correctly yet.