Skip to content

Commit 720824c

Browse files
committed
V1.35
1 parent 32d5200 commit 720824c

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

OrangePiRDA/kernel/arch/arm/configs/i96_linux_defconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y
2828
CONFIG_BROKEN_ON_SMP=y
2929
CONFIG_INIT_ENV_ARG_LIMIT=32
3030
CONFIG_CROSS_COMPILE=""
31-
CONFIG_LOCALVERSION="-legendary-v1.34"
31+
CONFIG_LOCALVERSION="-legendary-v1.35"
3232
# CONFIG_LOCALVERSION_AUTO is not set
3333
CONFIG_HAVE_KERNEL_GZIP=y
3434
CONFIG_HAVE_KERNEL_LZMA=y
@@ -766,7 +766,7 @@ CONFIG_IP6_NF_TARGET_NPT=y
766766
# CONFIG_TIPC is not set
767767
# CONFIG_ATM is not set
768768
# CONFIG_L2TP is not set
769-
# CONFIG_BRIDGE is not set
769+
CONFIG_BRIDGE=m
770770
CONFIG_HAVE_NET_DSA=y
771771
# CONFIG_VLAN_8021Q is not set
772772
# CONFIG_DECNET is not set
@@ -1197,7 +1197,7 @@ CONFIG_BLK_DEV_DM=y
11971197
# CONFIG_DM_DEBUG is not set
11981198
CONFIG_DM_CRYPT=y
11991199
# CONFIG_DM_SNAPSHOT is not set
1200-
# CONFIG_DM_THIN_PROVISIONING is not set
1200+
CONFIG_DM_THIN_PROVISIONING=y
12011201
# CONFIG_DM_CACHE is not set
12021202
# CONFIG_DM_MIRROR is not set
12031203
# CONFIG_DM_RAID is not set

OrangePiRDA/scripts/lib/build_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build_rk_image() {
55
}
66

77
build_rda_image() {
8-
VER="v1.34"
8+
VER="v1.35"
99
IMAGENAME="Legendary_OrangePi_${BOARD}_${OS}_${DISTRO}_${IMAGETYPE}_${VER}"
1010
IMAGE="${BUILD}/images/$IMAGENAME.img"
1111

OrangePiRDA/uboot/kernel/arch/arm/configs/rda8810_defconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y
2828
CONFIG_BROKEN_ON_SMP=y
2929
CONFIG_INIT_ENV_ARG_LIMIT=32
3030
CONFIG_CROSS_COMPILE=""
31-
CONFIG_LOCALVERSION="-legendary-v1.34"
31+
CONFIG_LOCALVERSION="-legendary-v1.35"
3232
# CONFIG_LOCALVERSION_AUTO is not set
3333
CONFIG_HAVE_KERNEL_GZIP=y
3434
CONFIG_HAVE_KERNEL_LZMA=y
@@ -766,7 +766,7 @@ CONFIG_IP6_NF_TARGET_NPT=y
766766
# CONFIG_TIPC is not set
767767
# CONFIG_ATM is not set
768768
# CONFIG_L2TP is not set
769-
# CONFIG_BRIDGE is not set
769+
CONFIG_BRIDGE=m
770770
CONFIG_HAVE_NET_DSA=y
771771
# CONFIG_VLAN_8021Q is not set
772772
# CONFIG_DECNET is not set
@@ -1197,7 +1197,7 @@ CONFIG_BLK_DEV_DM=y
11971197
# CONFIG_DM_DEBUG is not set
11981198
CONFIG_DM_CRYPT=y
11991199
# CONFIG_DM_SNAPSHOT is not set
1200-
# CONFIG_DM_THIN_PROVISIONING is not set
1200+
CONFIG_DM_THIN_PROVISIONING=y
12011201
# CONFIG_DM_CACHE is not set
12021202
# CONFIG_DM_MIRROR is not set
12031203
# CONFIG_DM_RAID is not set

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Ubuntu is not building correctly yet.<br>
5555

5656
<h2>Version History</h2>
5757
<ol>
58+
<li>October 23rd 2022 - V1.35 - Enabling thin provisioning and bridge kernel modules</li>
5859
<li>October 14th 2022 - V1.34 - Enable USB audio devices and USB ethernet devices kernel modules</li>
5960
<li>October 13th 2022 - V1.33 - More spidev and CAN module improvements (thanks MZA)</li>
6061
<li>October 12th 2022 - V1.32 - Restore gpio_fixup service</li>

0 commit comments

Comments
 (0)