Skip to content

Commit

Permalink
V1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRemote committed Oct 23, 2022
1 parent 32d5200 commit 720824c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions OrangePiRDA/kernel/arch/arm/configs/i96_linux_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion OrangePiRDA/scripts/lib/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
6 changes: 3 additions & 3 deletions OrangePiRDA/uboot/kernel/arch/arm/configs/rda8810_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Ubuntu is not building correctly yet.<br>

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

0 comments on commit 720824c

Please sign in to comment.