Skip to content

Commit

Permalink
configs: Switch to jz-6.8 kernel
Browse files Browse the repository at this point in the history
Switch to the jz-6.8 kernel based on the Linux v6.8.0 release.

Signed-off-by: Paul Cercueil <[email protected]>
  • Loading branch information
pcercuei committed Mar 11, 2024
1 parent e3e6e47 commit 7660884
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions configs/od_gcw0_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ BR2_mips_32r2=y
# BR2_MIPS_SOFT_FLOAT is not set
BR2_TOOLCHAIN_BUILDROOT_VENDOR="gcw0"
BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_2=y
BR2_UCLIBC_CONFIG="board/opendingux/gcw0/uclibc.config"
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_PTHREAD_DEBUG=y
Expand Down Expand Up @@ -34,7 +33,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="board/opendingux/create-opk.sh"
BR2_ROOTFS_POST_SCRIPT_ARGS="gcw0"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/OpenDingux/linux/archive/469a97aaf7ed.tar.gz"
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/OpenDingux/linux/archive/3181c26b25ab.tar.gz"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/opendingux/gcw0/linux_defconfig"
BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y
Expand Down
2 changes: 1 addition & 1 deletion configs/od_installer_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BR2_ROOTFS_OVERLAY="board/opendingux/installer/overlay"
BR2_ROOTFS_POST_BUILD_SCRIPT="board/opendingux/installer/cleanup-rootfs.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/OpenDingux/linux/archive/469a97aaf7ed.tar.gz"
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/OpenDingux/linux/archive/3181c26b25ab.tar.gz"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/opendingux/installer/linux_defconfig"
BR2_LINUX_KERNEL_CUSTOM_LOGO_PATH="board/opendingux/opendingux.png"
Expand Down
3 changes: 1 addition & 2 deletions configs/od_lepus_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ BR2_mips_xburst=y
BR2_MIPS_FP32_MODE_32=y
BR2_TOOLCHAIN_BUILDROOT_VENDOR="lepus"
BR2_TOOLCHAIN_BUILDROOT_MUSL=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_2=y
BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-mips-plt"
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PACKAGE_HOST_GDB=y
Expand Down Expand Up @@ -34,7 +33,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="board/opendingux/create-opk.sh"
BR2_ROOTFS_POST_SCRIPT_ARGS="lepus"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/OpenDingux/linux/archive/469a97aaf7ed.tar.gz"
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/OpenDingux/linux/archive/3181c26b25ab.tar.gz"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/opendingux/lepus/linux_defconfig"
BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y
Expand Down
3 changes: 1 addition & 2 deletions configs/od_rs90_defconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
BR2_mipsel=y
BR2_TOOLCHAIN_BUILDROOT_VENDOR="rs90"
BR2_TOOLCHAIN_BUILDROOT_MUSL=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_2=y
BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-mips-plt"
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PACKAGE_HOST_GDB=y
Expand Down Expand Up @@ -30,7 +29,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="board/opendingux/create-opk.sh"
BR2_ROOTFS_POST_SCRIPT_ARGS="rs90"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/OpenDingux/linux/archive/469a97aaf7ed.tar.gz"
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/OpenDingux/linux/archive/3181c26b25ab.tar.gz"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/opendingux/rs90/linux_defconfig"
BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y
Expand Down

0 comments on commit 7660884

Please sign in to comment.