Skip to content

Commit

Permalink
bump extern versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mac2612 committed Apr 4, 2021
1 parent 0ff450b commit c69b130
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configs/lf1000_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/leapfrog/lfx000/configs_fixup.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/mac2612/lf1000_kernel.git"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v2.6.37_didj2"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v2.6.37_didj3"
BR2_LINUX_KERNEL_DEFCONFIG="retroleap_lf1000"
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="board/leapfrog/lfx000/busybox.fragment"
BR2_PACKAGE_ALSA_UTILS=y
Expand Down
2 changes: 1 addition & 1 deletion configs/lf1000_didj_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/leapfrog/lfx000/configs_fixup.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/mac2612/lf1000_kernel.git"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v2.6.37_didj2"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v2.6.37_didj3"
BR2_LINUX_KERNEL_DEFCONFIG="retroleap_lf1000_didj"
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="board/leapfrog/lfx000/busybox.fragment"
BR2_PACKAGE_ALSA_UTILS=y
Expand Down
2 changes: 1 addition & 1 deletion configs/lf1000_didj_surgeon_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BR2_ROOTFS_OVERLAY="board/leapfrog/lfx000/fsoverlay_surgeon"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/mac2612/lf1000_kernel.git"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v2.6.37_didj2"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v2.6.37_didj3"
BR2_LINUX_KERNEL_DEFCONFIG="retroleap_lf1000_didj_surgeon"
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="board/leapfrog/lfx000/busybox.fragment"
BR2_PACKAGE_MTD=y
Expand Down
2 changes: 1 addition & 1 deletion configs/lf1000_surgeon_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BR2_ROOTFS_OVERLAY="board/leapfrog/lfx000/fsoverlay_surgeon"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/mac2612/lf1000_kernel.git"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v2.6.37_rl6"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v2.6.37_didj3"
BR2_LINUX_KERNEL_DEFCONFIG="retroleap_lf1000_surgeon"
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="board/leapfrog/lfx000/busybox.fragment"
BR2_PACKAGE_MTD=y
Expand Down
2 changes: 1 addition & 1 deletion package/gmenunx/gmenunx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
#############################################################################

GMENUNX_VERSION = 3b5233a163c206cefa5c0a4838b6bbbee1188011
GMENUNX_VERSION = e616f822de5b8809ad708d6bd13729a42301bab2
GMENUNX_SITE = https://github.com/mac2612/gmenunx.git
GMENUNX_SITE_METHOD = git
GMENUNX_LICENSE = GPLv3
Expand Down

0 comments on commit c69b130

Please sign in to comment.