diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-05-12 17:15:36 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-05-12 17:21:06 +0200 |
commit | 7d9d09db673abbedc1cc865c213b742e0450268d (patch) | |
tree | 43d87d5cfbfbd30d95208f41215e0e26d3e315ef /target/generic/Makefile.in | |
parent | 5db57b7ac9fc8c5bd0bec6e06166443f04870a3a (diff) | |
download | buildroot-novena-7d9d09db673abbedc1cc865c213b742e0450268d.tar.gz buildroot-novena-7d9d09db673abbedc1cc865c213b742e0450268d.zip |
target/generic: only show getty port option if default skeleton is used
The special marker in etc/inittab might not be present with a custom
skeleton. At the same time make the option always active, remove the
hardcoded tty1/tty2 gettys and reword the option description slightly.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/generic/Makefile.in')
-rw-r--r-- | target/generic/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/generic/Makefile.in b/target/generic/Makefile.in index ba6e4b060..ce07ecfd0 100644 --- a/target/generic/Makefile.in +++ b/target/generic/Makefile.in @@ -31,7 +31,7 @@ ifneq ($(TARGET_GENERIC_ISSUE),) TARGETS += target-generic-issue endif -ifeq ($(BR2_TARGET_GENERIC_GETTY),y) +ifeq ($(BR2_ROOTFS_SKELETON_DEFAULT),y) ifeq ($(BR2_PACKAGE_SYSVINIT),y) TARGETS += target-generic-getty-sysvinit else |