From 23be80624c20ccacb523c6bc8e541cc18e95f257 Mon Sep 17 00:00:00 2001 From: Euiseo Cha Date: Thu, 30 Mar 2023 12:16:28 +0900 Subject: [PATCH] feat: fix config --- configuration | 2 +- configuration.old | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration b/configuration index 78263c8..307dae1 100644 --- a/configuration +++ b/configuration @@ -83,7 +83,7 @@ DEL_LA_FILES=y # # HAVE_FSTAB is not set CONFIG_BUILD_KERNEL=y -CONFIG="./mihari-dev-kernel-config" +CONFIG="$(pwd)/mihari-dev-kernel-config" NCURSES5=y TIMEZONE="GMT" LANG="ko_KR.UTF-8" diff --git a/configuration.old b/configuration.old index 5350a40..78263c8 100644 --- a/configuration.old +++ b/configuration.old @@ -83,7 +83,7 @@ DEL_LA_FILES=y # # HAVE_FSTAB is not set CONFIG_BUILD_KERNEL=y -CONFIG="mihari-dev-kernel-config" +CONFIG="./mihari-dev-kernel-config" NCURSES5=y TIMEZONE="GMT" LANG="ko_KR.UTF-8"