|
@@ -38,6 +38,7 @@ config BR2_PACKAGE_GPTFDISK_CGDISK
|
|
bool "ncurses cgdisk"
|
|
bool "ncurses cgdisk"
|
|
select BR2_PACKAGE_NCURSES
|
|
select BR2_PACKAGE_NCURSES
|
|
select BR2_PACKAGE_NCURSES_WCHAR # needed because of UTF-16
|
|
select BR2_PACKAGE_NCURSES_WCHAR # needed because of UTF-16
|
|
|
|
+ depends on !(BR2_bfin && BR2_BINFMT_FLAT) # ncurses wchar support
|
|
help
|
|
help
|
|
Install the ncurses-based GUID partition table (GPT)
|
|
Install the ncurses-based GUID partition table (GPT)
|
|
manipulator /usr/sbin/cgdisk.
|
|
manipulator /usr/sbin/cgdisk.
|