diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-05 21:09:05 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-05 21:15:10 +0200 |
commit | 2b42aae78421127a37b7a5e9ae972276dc5c3779 (patch) | |
tree | 94a6c02ca8377fd610da5e5c871bc31fcdf7adf7 /docs/about.html | |
parent | 35fac17ebca566795bdd947033eedb5c5ea3a492 (diff) | |
download | buildroot-novena-2b42aae78421127a37b7a5e9ae972276dc5c3779.tar.gz buildroot-novena-2b42aae78421127a37b7a5e9ae972276dc5c3779.zip |
Makefile: support gconfig (GTK-based configurator) similar to xconfig
Support the GTK variant of the graphical kconfig configurator as an
alternative to the Qt3-based one.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/about.html')
-rw-r--r-- | docs/about.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/about.html b/docs/about.html index b985c4ff8..06d7cb35e 100644 --- a/docs/about.html +++ b/docs/about.html @@ -31,8 +31,8 @@ cross-compilation process.</p> also sufficiently flexible that it can also be used for only one or several of these steps.</li> - <li>Is <b>very easy</b> to set up, thanks to its menuconfig and - xconfig configuration interfaces, familiar to all embedded Linux + <li>Is <b>very easy</b> to set up, thanks to its menuconfig, gconfig + and xconfig configuration interfaces, familiar to all embedded Linux developers. Building a basic embedded Linux system with Buildroot typically takes 15-30 minutes.</li> |