Skip to content

Commit 89bbe22

Browse files
fixed?
Signed-off-by: kokkiemouse <[email protected]>
1 parent 532a964 commit 89bbe22

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ menuconfig-script/kernel_choice_*
2727
out
2828
/pacman-*.conf
2929
.config
30-
system/channels_menuconfig-*
30+
menuconfig-script/channels_menuconfig-*

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ menuconfig:menuconfig/build/mconf menuconfig-script/kernel_choice menuconfig-scr
2929

3030
menuconfig-script/kernel_choice:system/kernel-x86_64 system/kernel-i686
3131
@${CURRENT_DIR}/tools/kernel-choice-conf-gen.sh
32-
menuconfig-script/channel_choice:system/channels_menuconfig-x86_64 system/channels_menuconfig-i686
32+
menuconfig-script/channel_choice:
3333
@${CURRENT_DIR}/tools/channel-choice-conf-gen.sh
3434

3535
build_option:

menuconfig-script/rootconf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ menu "Live環境の設定"
125125
source channels_menuconfig-i686
126126
endchoice
127127
endif
128-
endchoice
129128
config IMAGE_OWNER
130129
string "イメージファイルの所有者名"
131130
endmenu

0 commit comments

Comments
 (0)