Skip to content

Commit

Permalink
V1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRemote committed Oct 14, 2022
1 parent 3350c96 commit 32d5200
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 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.33"
CONFIG_LOCALVERSION="-legendary-v1.34"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_LZMA=y
Expand Down Expand Up @@ -2523,12 +2523,12 @@ CONFIG_USB_LIBCOMPOSITE=y
CONFIG_USB_F_ACM=y
CONFIG_USB_U_SERIAL=y
# CONFIG_USB_ZERO is not set
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_ETH is not set
CONFIG_USB_AUDIO=m
CONFIG_USB_ETH=m
# CONFIG_USB_G_NCM is not set
# CONFIG_USB_GADGETFS is not set
# CONFIG_USB_FUNCTIONFS is not set
# CONFIG_USB_MASS_STORAGE is not set
CONFIG_USB_MASS_STORAGE=m
# CONFIG_USB_G_SERIAL is not set
# CONFIG_USB_MIDI_GADGET is not set
# CONFIG_USB_G_PRINTER 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.33"
VER="v1.34"
IMAGENAME="Legendary_OrangePi_${BOARD}_${OS}_${DISTRO}_${IMAGETYPE}_${VER}"
IMAGE="${BUILD}/images/$IMAGENAME.img"

Expand Down
8 changes: 4 additions & 4 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.33"
CONFIG_LOCALVERSION="-legendary-v1.34"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_LZMA=y
Expand Down Expand Up @@ -2523,12 +2523,12 @@ CONFIG_USB_LIBCOMPOSITE=y
CONFIG_USB_F_ACM=y
CONFIG_USB_U_SERIAL=y
# CONFIG_USB_ZERO is not set
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_ETH is not set
CONFIG_USB_AUDIO=m
CONFIG_USB_ETH=m
# CONFIG_USB_G_NCM is not set
# CONFIG_USB_GADGETFS is not set
# CONFIG_USB_FUNCTIONFS is not set
# CONFIG_USB_MASS_STORAGE is not set
CONFIG_USB_MASS_STORAGE=m
# CONFIG_USB_G_SERIAL is not set
# CONFIG_USB_MIDI_GADGET is not set
# CONFIG_USB_G_PRINTER 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 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>
<li>October 12th 2022 - V1.31 - Add USB Bluetooth driver support</li>
Expand Down

0 comments on commit 32d5200

Please sign in to comment.