File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
uboot/kernel/arch/arm/configs Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y
28
28
CONFIG_BROKEN_ON_SMP=y
29
29
CONFIG_INIT_ENV_ARG_LIMIT=32
30
30
CONFIG_CROSS_COMPILE=""
31
- CONFIG_LOCALVERSION="-legendary-v1.34 "
31
+ CONFIG_LOCALVERSION="-legendary-v1.35 "
32
32
# CONFIG_LOCALVERSION_AUTO is not set
33
33
CONFIG_HAVE_KERNEL_GZIP=y
34
34
CONFIG_HAVE_KERNEL_LZMA=y
@@ -766,7 +766,7 @@ CONFIG_IP6_NF_TARGET_NPT=y
766
766
# CONFIG_TIPC is not set
767
767
# CONFIG_ATM is not set
768
768
# CONFIG_L2TP is not set
769
- # CONFIG_BRIDGE is not set
769
+ CONFIG_BRIDGE=m
770
770
CONFIG_HAVE_NET_DSA=y
771
771
# CONFIG_VLAN_8021Q is not set
772
772
# CONFIG_DECNET is not set
@@ -1197,7 +1197,7 @@ CONFIG_BLK_DEV_DM=y
1197
1197
# CONFIG_DM_DEBUG is not set
1198
1198
CONFIG_DM_CRYPT=y
1199
1199
# CONFIG_DM_SNAPSHOT is not set
1200
- # CONFIG_DM_THIN_PROVISIONING is not set
1200
+ CONFIG_DM_THIN_PROVISIONING=y
1201
1201
# CONFIG_DM_CACHE is not set
1202
1202
# CONFIG_DM_MIRROR is not set
1203
1203
# CONFIG_DM_RAID is not set
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build_rk_image() {
5
5
}
6
6
7
7
build_rda_image () {
8
- VER=" v1.34 "
8
+ VER=" v1.35 "
9
9
IMAGENAME=" Legendary_OrangePi_${BOARD} _${OS} _${DISTRO} _${IMAGETYPE} _${VER} "
10
10
IMAGE=" ${BUILD} /images/$IMAGENAME .img"
11
11
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y
28
28
CONFIG_BROKEN_ON_SMP=y
29
29
CONFIG_INIT_ENV_ARG_LIMIT=32
30
30
CONFIG_CROSS_COMPILE=""
31
- CONFIG_LOCALVERSION="-legendary-v1.34 "
31
+ CONFIG_LOCALVERSION="-legendary-v1.35 "
32
32
# CONFIG_LOCALVERSION_AUTO is not set
33
33
CONFIG_HAVE_KERNEL_GZIP=y
34
34
CONFIG_HAVE_KERNEL_LZMA=y
@@ -766,7 +766,7 @@ CONFIG_IP6_NF_TARGET_NPT=y
766
766
# CONFIG_TIPC is not set
767
767
# CONFIG_ATM is not set
768
768
# CONFIG_L2TP is not set
769
- # CONFIG_BRIDGE is not set
769
+ CONFIG_BRIDGE=m
770
770
CONFIG_HAVE_NET_DSA=y
771
771
# CONFIG_VLAN_8021Q is not set
772
772
# CONFIG_DECNET is not set
@@ -1197,7 +1197,7 @@ CONFIG_BLK_DEV_DM=y
1197
1197
# CONFIG_DM_DEBUG is not set
1198
1198
CONFIG_DM_CRYPT=y
1199
1199
# CONFIG_DM_SNAPSHOT is not set
1200
- # CONFIG_DM_THIN_PROVISIONING is not set
1200
+ CONFIG_DM_THIN_PROVISIONING=y
1201
1201
# CONFIG_DM_CACHE is not set
1202
1202
# CONFIG_DM_MIRROR is not set
1203
1203
# CONFIG_DM_RAID is not set
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ Ubuntu is not building correctly yet.<br>
55
55
56
56
<h2 >Version History</h2 >
57
57
<ol >
58
+ <li >October 23rd 2022 - V1.35 - Enabling thin provisioning and bridge kernel modules</li >
58
59
<li >October 14th 2022 - V1.34 - Enable USB audio devices and USB ethernet devices kernel modules</li >
59
60
<li >October 13th 2022 - V1.33 - More spidev and CAN module improvements (thanks MZA)</li >
60
61
<li >October 12th 2022 - V1.32 - Restore gpio_fixup service</li >
You can’t perform that action at this time.
0 commit comments