summaryrefslogtreecommitdiffstats
path: root/rules/rootfs_configfiles.in
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2007-03-09 12:33:51 +0000
committerLadislav Michl <ladis@linux-mips.org>2007-03-09 12:33:51 +0000
commit2717efb7a43fed32d52faa5a63d71607aacbc22a (patch)
tree4cb98e6a58936ddc601a29ab721c0167be2f1c6d /rules/rootfs_configfiles.in
parent6d52c5a55675e0c524603a960868c89973864edb (diff)
downloadptxdist-2717efb7a43fed32d52faa5a63d71607aacbc22a.tar.gz
ptxdist-2717efb7a43fed32d52faa5a63d71607aacbc22a.tar.xz
Upgrade to busybox-1.4.1
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7040 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 9a594a48d..122db6539 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_CONFIG_GETTY if BUSYBOX
+ select BB_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_CONFIG_INETD || INETUTILS_INETD
+ depends on BB_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_CONFIG_UDHCPC
- select BB_CONFIG_IFCONFIG
+ depends on BB_APP_UDHCPC
+ select BB_IFCONFIG
bool
prompt "/etc/udhcpc.script "
default y