summaryrefslogtreecommitdiffstats
path: root/rules/rootfs_configfiles.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-04-26 09:44:06 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-04-26 09:44:06 +0000
commit65a8fe3c660eebdc46a71923d7f3e58672c8554d (patch)
tree5f15ef9c17f627c66fb54f34ffd29d1f16dbd52b /rules/rootfs_configfiles.in
parenta6f98771041c3a4d8a0a3fc5246911068826a676 (diff)
downloadptxdist-65a8fe3c660eebdc46a71923d7f3e58672c8554d.tar.gz
ptxdist-65a8fe3c660eebdc46a71923d7f3e58672c8554d.tar.xz
busybox: revert BB_ vs. BB_CONFIG_ change which comes due to the fact
that busybox uses a new kconfig. This patch makes it possible to migrate old configurations in a sane time again ... git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7122 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/rootfs_configfiles.in')
-rw-r--r--rules/rootfs_configfiles.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/rootfs_configfiles.in b/rules/rootfs_configfiles.in
index 122db6539..d18bb715a 100644
--- a/rules/rootfs_configfiles.in
+++ b/rules/rootfs_configfiles.in
@@ -241,7 +241,7 @@ menuconfig ROOTFS_HOSTS
#
menuconfig ROOTFS_INITTAB
depends on ROOTFS
- select BB_GETTY if BUSYBOX
+ select BB_CONFIG_GETTY if BUSYBOX
bool
prompt "/etc/inittab "
default y
@@ -415,7 +415,7 @@ menuconfig ROOTFS_PROTOCOLS
#
menuconfig ROOTFS_INETD
depends on ROOTFS
- depends on BB_INETD || INETUTILS_INETD
+ depends on BB_CONFIG_INETD || INETUTILS_INETD
bool
prompt "/etc/inetd.conf "
default y
@@ -468,8 +468,8 @@ config ROOTFS_ETC_MODULES
#
menuconfig ROOTFS_UDHCPC
depends on ROOTFS
- depends on BB_APP_UDHCPC
- select BB_IFCONFIG
+ depends on BB_CONFIG_APP_UDHCPC
+ select BB_CONFIG_IFCONFIG
bool
prompt "/etc/udhcpc.script "
default y