forked from Mirror/pmbootstrap
kconfig edit: removed gconfig support (MR 2034)
alpine removed [1] support for libglade, which is needed for gconfig to work
[1] a2d7250043
This commit is contained in:
parent
2b17e6ab71
commit
5c1c126647
2 changed files with 0 additions and 7 deletions
|
@ -437,9 +437,6 @@ def arguments_kconfig(subparser):
|
|||
edit.add_argument("-x", dest="xconfig", action="store_true",
|
||||
help="use xconfig rather than menuconfig for kernel"
|
||||
" configuration")
|
||||
edit.add_argument("-g", dest="gconfig", action="store_true",
|
||||
help="use gconfig rather than menuconfig for kernel"
|
||||
" configuration")
|
||||
edit.add_argument("-n", dest="nconfig", action="store_true",
|
||||
help="use nconfig rather than menuconfig for kernel"
|
||||
" configuration")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue