nex linux version and not checking for /swap on S01first_boot

This commit is contained in:
Vincent-FK 2020-11-12 10:02:56 +01:00
parent 9a0ae5e721
commit b42b24dfd9
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ THIS=$(basename $0)
case "$1" in
start)
if [ ! -f /swap ]; then
if [ ! -f /.first_boot ]; then
first_boot
fi
;;

View File

@ -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

View File

@ -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