diff --git a/FunKey/board/funkey/rootfs-overlay/etc/init.d/S01first_boot b/FunKey/board/funkey/rootfs-overlay/etc/init.d/S01first_boot index 7b52e9a..86e8f8f 100755 --- a/FunKey/board/funkey/rootfs-overlay/etc/init.d/S01first_boot +++ b/FunKey/board/funkey/rootfs-overlay/etc/init.d/S01first_boot @@ -4,7 +4,7 @@ THIS=$(basename $0) case "$1" in start) - if [ ! -f /swap ]; then + if [ ! -f /.first_boot ]; then first_boot fi ;; diff --git a/FunKey/configs/funkey_defconfig b/FunKey/configs/funkey_defconfig index f46118d..7ef9d04 100644 --- a/FunKey/configs/funkey_defconfig +++ b/FunKey/configs/funkey_defconfig @@ -17,7 +17,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_FUNKEY_PATH)/board/funkey/post-buil BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_GIT=y BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/FunKey-Project/linux" -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="e4dc6f8ad9a0e8be30d04cdb6c123797d923e644" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="3025fc05f4838d49ec8db7891720c240c0552837" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_FUNKEY_PATH)/board/funkey/linux.config" BR2_LINUX_KERNEL_LZO=y diff --git a/Recovery/configs/recovery_defconfig b/Recovery/configs/recovery_defconfig index 995affe..043c965 100644 --- a/Recovery/configs/recovery_defconfig +++ b/Recovery/configs/recovery_defconfig @@ -17,7 +17,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_RECOVERY_PATH)/board/funkey/post-bu BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_GIT=y BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/FunKey-Project/linux" -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="e4dc6f8ad9a0e8be30d04cdb6c123797d923e644" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="3025fc05f4838d49ec8db7891720c240c0552837" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_RECOVERY_PATH)/board/funkey/linux.config" BR2_LINUX_KERNEL_LZO=y