add BR2_TEXTEDIT_SUPPORT submenu

Group text editors under BR2_TEXTEDIT_SUPPORT submenu.
This commit is contained in:
Peter Korsgaard 2008-02-24 21:34:52 +00:00
parent f1f84ce3af
commit 06accdc017

View File

@ -87,10 +87,6 @@ if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
source "package/module-init-tools/Config.in" source "package/module-init-tools/Config.in"
source "package/modutils/Config.in" source "package/modutils/Config.in"
endif endif
if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
# busybox has an editor..
source "package/nano/Config.in"
endif
source "package/portage/Config.in" source "package/portage/Config.in"
if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
source "package/procps/Config.in" source "package/procps/Config.in"
@ -110,16 +106,28 @@ if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
source "package/tinylogin/Config.in" source "package/tinylogin/Config.in"
endif endif
if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
# busybox has an editor..
source "package/uemacs/Config.in"
endif
if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
source "package/util-linux/Config.in" source "package/util-linux/Config.in"
endif endif
if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
source "package/which/Config.in" source "package/which/Config.in"
endif endif
if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
# busybox has an editor
menuconfig BR2_TEXTEDIT_SUPPORT
bool "Text editors"
default y
help
Support for text editors
if BR2_TEXTEDIT_SUPPORT
source "package/nano/Config.in"
source "package/uemacs/Config.in"
endif
endif
menuconfig BR2_NETWORK_SUPPORT menuconfig BR2_NETWORK_SUPPORT
bool "Networking" bool "Networking"
default y default y