From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/target/x86/grub
Date: Mon, 29 Jan 2007 14:12:53 -0800 (PST) [thread overview]
Message-ID: <20070129221253.F1F87485A8@busybox.net> (raw)
Author: aldot
Date: 2007-01-29 14:12:53 -0800 (Mon, 29 Jan 2007)
New Revision: 17649
Log:
- strip a handful of enable
Modified:
trunk/buildroot/target/x86/grub/Config.in
Changeset:
Modified: trunk/buildroot/target/x86/grub/Config.in
===================================================================
--- trunk/buildroot/target/x86/grub/Config.in 2007-01-29 21:53:20 UTC (rev 17648)
+++ trunk/buildroot/target/x86/grub/Config.in 2007-01-29 22:12:53 UTC (rev 17649)
@@ -6,7 +6,7 @@
The GRand Unified Bootloader for x86 systems.
config BR2_TARGET_GRUB_SPLASH
- bool " Splashimage support"
+ bool "Splashimage support"
default n
depends on BR2_TARGET_GRUB
help
@@ -16,154 +16,154 @@
is displayed as background for the grub menu.
config BR2_TARGET_GRUB_DISKLESS
- bool "enable diskless support"
+ bool "diskless support"
default n
depends on BR2_TARGET_GRUB
help
enable diskless support
config BR2_TARGET_GRUB_3c595
- bool "enable 3Com595 driver"
+ bool "3Com595 driver"
default n
depends on BR2_TARGET_GRUB
help
enable 3Com595 driver
config BR2_TARGET_GRUB_3c90x
- bool "enable 3Com90x driver"
+ bool "3Com90x driver"
default n
depends on BR2_TARGET_GRUB
help
enable 3Com90x driver
config BR2_TARGET_GRUB_davicom
- bool "enable Davicom driver"
+ bool "Davicom driver"
default n
depends on BR2_TARGET_GRUB
help
enable Davicom driver
config BR2_TARGET_GRUB_e1000
- bool "enable Etherexpress Pro/1000 driver"
+ bool "Etherexpress Pro/1000 driver"
default n
depends on BR2_TARGET_GRUB
help
enable Etherexpress Pro/1000 driver
config BR2_TARGET_GRUB_eepro100
- bool "enable Etherexpress Pro/100 driver"
+ bool "Etherexpress Pro/100 driver"
default n
depends on BR2_TARGET_GRUB
help
enable Etherexpress Pro/100 driver
config BR2_TARGET_GRUB_epic100
- bool "enable SMC 83c170 EPIC/100 driver"
+ bool "SMC 83c170 EPIC/100 driver"
default n
depends on BR2_TARGET_GRUB
help
enable SMC 83c170 EPIC/100 driver
config BR2_TARGET_GRUB_forcedeth
- bool "enable Nvidia Geforce driver"
+ bool "Nvidia Geforce driver"
default n
depends on BR2_TARGET_GRUB
help
enable Nvidia Geforce driver
config BR2_TARGET_GRUB_natsemi
- bool "enable NatSemi DP8381x driver"
+ bool "NatSemi DP8381x driver"
default n
depends on BR2_TARGET_GRUB
help
enable NatSemi DP8381x driver
config BR2_TARGET_GRUB_ns83820
- bool "enable NS83820 driver"
+ bool "NS83820 driver"
default n
depends on BR2_TARGET_GRUB
help
enable NS83820 driver
config BR2_TARGET_GRUB_ns8390
- bool "enable NE2000 PCI driver"
+ bool "NE2000 PCI driver"
default n
depends on BR2_TARGET_GRUB
help
enable NE2000 PCI driver
config BR2_TARGET_GRUB_pcnet32
- bool "enable AMD Lance/PCI PCNet/32 driver"
+ bool "AMD Lance/PCI PCNet/32 driver"
default n
depends on BR2_TARGET_GRUB
help
enable AMD Lance/PCI PCNet/32 driver
config BR2_TARGET_GRUB_pnic
- bool "enable Bochs Pseudo Nic driver"
+ bool "Bochs Pseudo Nic driver"
default n
depends on BR2_TARGET_GRUB
help
enable Bochs Pseudo Nic driver
config BR2_TARGET_GRUB_rtl8139
- bool "enable Realtek 8139 driver"
+ bool "Realtek 8139 driver"
default n
depends on BR2_TARGET_GRUB
help
enable Realtek 8139 driver
config BR2_TARGET_GRUB_r8169
- bool "enable Realtek 8169 driver"
+ bool "Realtek 8169 driver"
default n
depends on BR2_TARGET_GRUB
help
enable Realtek 8169 driver
config BR2_TARGET_GRUB_sis900
- bool "enable SIS 900 and SIS 7016 driver"
+ bool "SIS 900 and SIS 7016 driver"
default n
depends on BR2_TARGET_GRUB
help
enable SIS 900 and SIS 7016 driver
config BR2_TARGET_GRUB_tg3
- bool "enable Broadcom Tigon3 driver"
+ bool "Broadcom Tigon3 driver"
default n
depends on BR2_TARGET_GRUB
help
enable Broadcom Tigon3 driver
config BR2_TARGET_GRUB_tulip
- bool "enable Tulip driver"
+ bool "Tulip driver"
default n
depends on BR2_TARGET_GRUB
help
enable Tulip driver
config BR2_TARGET_GRUB_tlan
- bool "enable TI ThunderLAN driver"
+ bool "TI ThunderLAN driver"
default n
depends on BR2_TARGET_GRUB
help
enable TI ThunderLAN driver
config BR2_TARGET_GRUB_undi
- bool "enable PXE UNDI driver"
+ bool "PXE UNDI driver"
default n
depends on BR2_TARGET_GRUB
help
enable PXE UNDI driver
config BR2_TARGET_GRUB_via_rhine
- bool "enable Rhine-I/II driver"
+ bool "Rhine-I/II driver"
default n
depends on BR2_TARGET_GRUB
help
enable Rhine-I/II driver
config BR2_TARGET_GRUB_w89c840
- bool "enable Winbond W89c840 driver"
+ bool "Winbond W89c840 driver"
default n
depends on BR2_TARGET_GRUB
help
next reply other threads:[~2007-01-29 22:12 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-29 22:12 aldot at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-01-31 12:30 [Buildroot] svn commit: trunk/buildroot/target/x86/grub jacmet at uclibc.org
2009-01-31 12:29 jacmet at uclibc.org
2008-11-08 22:24 tpetazzoni at uclibc.org
2008-05-12 18:56 nkukard at uclibc.org
2008-05-01 17:14 ninevoltz at uclibc.org
2008-02-22 19:37 sjhill at uclibc.org
2008-02-28 15:25 ` Fathi Boudra
2007-09-30 18:06 aldot at uclibc.org
2007-05-15 11:39 aldot at uclibc.org
2007-02-07 10:43 aldot at uclibc.org
2007-01-29 18:34 aldot at uclibc.org
2006-12-20 17:08 aldot at uclibc.org
2006-11-29 20:26 aldot at uclibc.org
2006-11-29 12:17 aldot at uclibc.org
2006-11-22 15:22 aldot at uclibc.org
2006-11-17 11:47 aldot at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070129221253.F1F87485A8@busybox.net \
--to=aldot@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox