summaryrefslogtreecommitdiffstats
path: root/rules/rootfs_configfiles.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-01-25 13:40:34 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2007-01-25 13:40:34 +0000
commit6a46a364063780b56d755fb40d86c55232225b90 (patch)
tree739635b844a843715cc422ef38018a526009819f /rules/rootfs_configfiles.in
parent3ffd821d6122ba3996d67b50fb1f475bfdfe4a07 (diff)
downloadptxdist-6a46a364063780b56d755fb40d86c55232225b90.tar.gz
ptxdist-6a46a364063780b56d755fb40d86c55232225b90.tar.xz
* rootfs: udhcpc script now gets installed as selected in the menu
- installs the script from selectable source - some notes and help added git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6919 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/rootfs_configfiles.in')
-rw-r--r--rules/rootfs_configfiles.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/rules/rootfs_configfiles.in b/rules/rootfs_configfiles.in
index d332d4f51..182160012 100644
--- a/rules/rootfs_configfiles.in
+++ b/rules/rootfs_configfiles.in
@@ -464,11 +464,11 @@ config ROOTFS_ETC_MODULES
#
# /etc/udhcpc.script
+# specific to Busybox' udhcp-client
#
menuconfig ROOTFS_UDHCPC
depends on ROOTFS
depends on BB_CONFIG_UDHCPC
- select ROOTFS_RESOLV
select BB_CONFIG_IFCONFIG
bool
prompt "/etc/udhcpc.script "
@@ -478,6 +478,10 @@ menuconfig ROOTFS_UDHCPC
You have checked busybox' udhcpc feature. It accepts the -s file or
--script=file option. So this /etc/udhcpc.script will be run at dhcp
events.
+ If your network supports DNS, this script will generate /etc/resolv.conf.
+ To use this feature, you also need a user defined /etc/nsswitch.conf
+ file that enables DNS for name resolution. The generic one shipped
+ with PTXdist does not so.
choice
prompt "Kind of /etc/udhcpc.script"
@@ -489,7 +493,7 @@ menuconfig ROOTFS_UDHCPC
prompt "Use generic"
help
Install a generic /etc/udhcpc.script file. See
- <ptxdist-install>/generic/udhcpc.script.
+ <ptxdist-install>/generic/etc/udhcpc.script.
config ROOTFS_USER_UDHCPC
bool