Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rg99 debounce test #138

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion board/opendingux/package/odbootd/odbootd.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sha256 0e2a64c1547ce4597ac2a357332c6e34636bbf4a0eea4432e8777d175034b7a3 odbootd-a735638.tar.gz
sha256 724009c9e08e00f29441c067cd725efd29de430ef740b5ca5e2b92346a71da78 odbootd-b0b0914.tar.gz
4 changes: 2 additions & 2 deletions board/opendingux/package/odbootd/odbootd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
################################################################################

ODBOOTD_VERSION = a735638
ODBOOTD_SITE = $(call github,opendingux,odbootd,$(ODBOOTD_VERSION))
ODBOOTD_VERSION = b0b0914
ODBOOTD_SITE = $(call github,citral23,odbootd,$(ODBOOTD_VERSION))

ODBOOTD_CONF_OPTS = -DWITH_ODBOOT_CLIENT:BOOL=OFF

Expand Down
2 changes: 1 addition & 1 deletion board/opendingux/package/ubiboot/ubiboot.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sha256 444eca2671e0b9a890706e3fce88305526a67c75cf8fb29adcc7d56684129205 ubiboot-dc54030.tar.gz
sha256 78ce7523bd97193453a6160c555198c1de6a144a5551434e7da37262edb76b3e ubiboot-c3f4917.tar.gz
4 changes: 2 additions & 2 deletions board/opendingux/package/ubiboot/ubiboot.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
################################################################################

UBIBOOT_VERSION = dc54030
UBIBOOT_SITE = $(call github,pcercuei,UBIBoot,$(UBIBOOT_VERSION))
UBIBOOT_VERSION = c3f4917
UBIBOOT_SITE = $(call github,citral23,UBIBoot,$(UBIBOOT_VERSION))
UBIBOOT_BOARD_NAME = $(call qstrip,$(BR2_PACKAGE_UBIBOOT_BOARDNAME))

UBIBOOT_LICENSE = GPLv2+
Expand Down
2 changes: 1 addition & 1 deletion board/opendingux/rs90/overlay/etc/init.d/S49alsa-hack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ psplash_write "Setup ALSA hack..."
/usr/bin/aplay /usr/share/alsa/dummy.wav >/dev/null 2>&1

# Unmute DAC
amixer -q -D hw:rs90audio cset "name='DAC Playback Switch'" on
amixer -q -D hw:rs90audio cset "name='Master Playback Switch'" on
2 changes: 1 addition & 1 deletion configs/od_gcw0_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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/citral23/linux-1/archive/665c33c8c1b0.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
4 changes: 2 additions & 2 deletions configs/od_lepus_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ 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/citral23/linux-1/archive/665c33c8c1b0.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
BR2_LINUX_KERNEL_ZSTD=y
BR2_LINUX_KERNEL_IMAGE_TARGET_NAME="uzImage.bin"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="ingenic/gopher2 ingenic/gopher2b ingenic/ldkv ingenic/ldkh ingenic/papk3plus ingenic/papk3s ingenic/rg300 ingenic/rs07 ingenic/rs97"
BR2_LINUX_KERNEL_INTREE_DTS_NAME="ingenic/gopher2 ingenic/gopher2b ingenic/ldkv ingenic/ldkh ingenic/papk3plus ingenic/papk3s ingenic/rg300 ingenic/rs07 ingenic/rs97 ingenic/xgame"
BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
BR2_LINUX_KERNEL_NEEDS_HOST_LIBELF=y
BR2_PACKAGE_LINUX_TOOLS_GPIO=y
Expand Down
2 changes: 1 addition & 1 deletion configs/od_rs90_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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/citral23/linux-1/archive/d943f71bba43.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
Loading