Skip to content

Commit

Permalink
Add generate_menuitems defconfig, gmenunx for lf2k
Browse files Browse the repository at this point in the history
  • Loading branch information
mac2612 committed Feb 20, 2023
1 parent 4b2e247 commit 3655379
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/lf1000_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BR2_OPTIMIZE_3=y
BR2_TARGET_GENERIC_HOSTNAME="leapster"
BR2_TARGET_GENERIC_ISSUE="Welcome to Retroleap"
BR2_ROOTFS_OVERLAY="board/leapfrog/lfx000/fsoverlay"
BR2_ROOTFS_POST_BUILD_SCRIPT="board/leapfrog/lfx000/configs_fixup.sh"
BR2_ROOTFS_POST_BUILD_SCRIPT="board/leapfrog/lfx000/generate_menuitems.py"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/mac2612/lf1000_kernel.git"
Expand Down
2 changes: 1 addition & 1 deletion configs/lf1000_didj_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BR2_CCACHE=y
BR2_TARGET_GENERIC_HOSTNAME="leapster"
BR2_TARGET_GENERIC_ISSUE="Welcome to Retroleap"
BR2_ROOTFS_OVERLAY="board/leapfrog/lfx000/fsoverlay"
BR2_ROOTFS_POST_BUILD_SCRIPT="board/leapfrog/lfx000/configs_fixup.sh"
BR2_ROOTFS_POST_BUILD_SCRIPT="board/leapfrog/lfx000/generate_menuitems.py"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/mac2612/lf1000_kernel.git"
Expand Down
2 changes: 2 additions & 0 deletions configs/lf2000_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ BR2_TOOLCHAIN_EXTERNAL=y
BR2_TARGET_GENERIC_HOSTNAME="leapster"
BR2_TARGET_GENERIC_ISSUE="Welcome to Retroleap"
BR2_ROOTFS_OVERLAY="board/leapfrog/lfx000/fsoverlay"
BR2_ROOTFS_POST_BUILD_SCRIPT="board/leapfrog/lfx000/generate_menuitems.py"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/mac2612/lf2000_kernel.git"
Expand All @@ -28,6 +29,7 @@ BR2_PACKAGE_ALSA_UTILS_IECSET=y
BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST=y
BR2_PACKAGE_ATEST=y
BR2_PACKAGE_MTD=y
BR2_PACKAGE_GMENUNX=y
BR2_PACKAGE_RETROARCH=y
BR2_PACKAGE_LIBRETRO_POCKETSNES=y
BR2_PACKAGE_LIBRETRO_CATSFC=y
Expand Down

0 comments on commit 3655379

Please sign in to comment.