Skip to content

Commit

Permalink
opendingux: Enable BR2_PACKAGE_COMMANDER
Browse files Browse the repository at this point in the history
Signed-off-by: Gleb Mazovetskiy <glex.spb@gmail.com>
  • Loading branch information
glebm committed Nov 27, 2022
1 parent b31826c commit a3b2e98
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion board/opendingux/package/commander/commander.hash
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Locally calculated (fetched from Github)
sha256 4dbb42e98aaf3bf6f13115d5e1ac7cb07efcd9b1e6a80354d74aa86eb11f209d commander-9706b2d.tar.gz
sha256 c72910fb8c638ef2f5f448973e284815f5710938e6706c4b7ae805e7ba81ba14 commander-2022-11-01.tar.gz
2 changes: 1 addition & 1 deletion board/opendingux/package/commander/commander.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

COMMANDER_VERSION = 9706b2d
COMMANDER_VERSION = 2022-11-01
COMMANDER_SITE = $(call github,od-contrib,commander,$(COMMANDER_VERSION))
COMMANDER_DEPENDENCIES = sdl sdl_gfx sdl_image sdl_ttf dejavu fonts-droid

Expand Down
2 changes: 2 additions & 0 deletions configs/od_gcw0_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ BR2_PACKAGE_LIBOPK=y
BR2_PACKAGE_LIBPNG14=y
BR2_PACKAGE_LIBSHAKE=y
BR2_PACKAGE_LIBXDGMIME=y
BR2_PACKAGE_COMMANDER=y
BR2_PACKAGE_COMMANDER_PLATFORM="gcw0"
BR2_PACKAGE_LOVE2D=y
BR2_PACKAGE_MININIT=y
BR2_PACKAGE_OD_PASSWD_CONFIG=y
Expand Down
2 changes: 2 additions & 0 deletions configs/od_lepus_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ BR2_TARGET_ROOTFS_SQUASHFS4_ZSTD=y
# BR2_TARGET_ROOTFS_TAR is not set
BR2_PACKAGE_HOST_MKPASSWD=y
BR2_PACKAGE_BENNUGD=y
BR2_PACKAGE_COMMANDER=y
BR2_PACKAGE_COMMANDER_PLATFORM="lepus"
BR2_PACKAGE_GMENU2X=y
BR2_PACKAGE_GMENU2X_SHOW_CLOCK=y
BR2_PACKAGE_GMENU2X_CPUFREQ=y
Expand Down
2 changes: 2 additions & 0 deletions configs/od_rs90_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ BR2_PACKAGE_NANO=y
BR2_TARGET_ROOTFS_SQUASHFS=y
# BR2_TARGET_ROOTFS_TAR is not set
BR2_PACKAGE_HOST_MKPASSWD=y
BR2_PACKAGE_COMMANDER=y
BR2_PACKAGE_COMMANDER_PLATFORM="rs90"
BR2_PACKAGE_GMENU2X=y
BR2_PACKAGE_GMENU2X_CPUFREQ=y
BR2_PACKAGE_KMSGRAB=y
Expand Down

0 comments on commit a3b2e98

Please sign in to comment.