summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-12-05 21:52:44 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-16 12:19:25 +0100
commitbeb43c7d26eff220acb6de98300f4e0865352154 (patch)
tree85aaedb65547426c369eb35d0a9f8aafecb24c6d /Config.in
parent9e1107ba14b0af2f39232aedf7e997aaed098899 (diff)
downloadbuildroot-novena-beb43c7d26eff220acb6de98300f4e0865352154.tar.gz
buildroot-novena-beb43c7d26eff220acb6de98300f4e0865352154.zip
Re-add target/generic/Config.in options to menuconfig
The options to customize the hostname, the banner and the serial port configuration are now inside a menu named 'System configuration'. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 874c20abd..ff7744952 100644
--- a/Config.in
+++ b/Config.in
@@ -334,6 +334,8 @@ endmenu
source "toolchain/Config.in"
+source "target/generic/Config.in"
+
source "package/Config.in"
source "fs/Config.in"