fix: bugs

This commit is contained in:
Euiseo Cha 2023-03-30 17:33:40 +09:00
parent 4978d4d7f6
commit c463f10a88
Signed by: zeroday0619
GPG Key ID: 220CC17AA79A0AEA
1 changed files with 5 additions and 5 deletions

View File

@ -57,7 +57,7 @@ RETRYSRCDOWNLOAD=y
RETRYDOWNLOADCNT=20 RETRYDOWNLOADCNT=20
DOWNLOADTIMEOUT=30 DOWNLOADTIMEOUT=30
SERVER="http://ftp.osuosl.org" SERVER="http://ftp.osuosl.org"
# RUNMAKE is not set RUNMAKE=y
CLEAN=y CLEAN=y
# end of General Settings # end of General Settings
@ -69,11 +69,11 @@ CONFIG_TESTS=y
# #
# Test settings # Test settings
# #
TST_1=y # TST_1 is not set
# TST_2 is not set TST_2=y
# end of Test settings # end of Test settings
TEST=1 TEST=2
PKGMNGT=y PKGMNGT=y
PKG_PACK=y PKG_PACK=y
# LIB_LOAD is not set # LIB_LOAD is not set
@ -90,7 +90,7 @@ DEL_LA_FILES=y
CONFIG_BUILD_KERNEL=y CONFIG_BUILD_KERNEL=y
CONFIG="$(pwd)/mihari-dev-kernel-config" CONFIG="$(pwd)/mihari-dev-kernel-config"
NCURSES5=y NCURSES5=y
TIMEZONE="GMT" TIMEZONE="KST"
LANG="ko_KR.UTF-8" LANG="ko_KR.UTF-8"
FULL_LOCALE=y FULL_LOCALE=y
PAGE_LETTER=y PAGE_LETTER=y