summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorThomas Petazzoni2010-12-05 21:52:44 +0100
committerPeter Korsgaard2010-12-16 12:19:25 +0100
commitbeb43c7d26eff220acb6de98300f4e0865352154 (patch)
tree85aaedb65547426c369eb35d0a9f8aafecb24c6d /target
parentRemove crazy set of empty directories (diff)
downloadbuildroot-beb43c7d26eff220acb6de98300f4e0865352154.tar.gz
buildroot-beb43c7d26eff220acb6de98300f4e0865352154.tar.xz
buildroot-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 'target')
-rw-r--r--target/generic/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/generic/Config.in b/target/generic/Config.in
index 54ff1d6ba..81ac01197 100644
--- a/target/generic/Config.in
+++ b/target/generic/Config.in
@@ -1,4 +1,4 @@
-if !(BR2_TARGET_ATMEL||BR2_TARGET_KWIKBYTE||BR2_TARGET_VALKA)
+menu "System configuration"
config BR2_TARGET_GENERIC_HOSTNAME
string "System hostname"
@@ -166,4 +166,4 @@ config BR2_TARGET_GENERIC_GETTY_BAUDRATE
endif # BR2_TARGET_GENERIC_GETTY
-endif
+endmenu