summaryrefslogtreecommitdiffstats
path: root/rules/dnsmasq.in
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 12:58:56 +0000
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 12:58:56 +0000
commite77d46edfa498ea6b9e482eed2f9a4783fb8d66d (patch)
tree6d19776b1d492e8cad206e01f524b1cf3ef5b704 /rules/dnsmasq.in
parent596f6514f2ee5cc295a2892704b66c6709478061 (diff)
downloadptxdist-e77d46edfa498ea6b9e482eed2f9a4783fb8d66d.tar.gz
ptxdist-e77d46edfa498ea6b9e482eed2f9a4783fb8d66d.tar.xz
* : d-g.in tristate changes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8311 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dnsmasq.in')
-rw-r--r--rules/dnsmasq.in15
1 files changed, 6 insertions, 9 deletions
diff --git a/rules/dnsmasq.in b/rules/dnsmasq.in
index 301d1427c..6bb8bc50c 100644
--- a/rules/dnsmasq.in
+++ b/rules/dnsmasq.in
@@ -2,8 +2,8 @@
# dnsmasq configuration
#
menuconfig DNSMASQ
- bool
- prompt "dnsmasq "
+ tristate
+ prompt "dnsmasq "
select DBUS if DNSMASQ_DBUS
help
A small caching DNS proxy and DHCP server.
@@ -20,12 +20,12 @@ menuconfig DNSMASQ
Note: In order to make dnsmasq work as DHCP, you have to enable
the following kernel features: FIXME
+if DNSMASQ
+
comment "build options ---"
- depends on DNSMASQ
config DNSMASQ_DBUS
bool
- depends on DNSMASQ
default n
prompt "include DBUS support"
help
@@ -34,11 +34,9 @@ config DNSMASQ_DBUS
see DBUS document in dnsmasq packet
comment "runtime options ---"
- depends on DNSMASQ
choice
prompt "Kind of startup"
- depends on DNSMASQ
config DNSMASQ_INETD_SERVER
bool
@@ -66,7 +64,6 @@ endchoice
config DNSMASQ_INETD_STRING
string
- depends on DNSMASQ
depends on DNSMASQ_INETD_SERVER
prompt "inetd service entry"
default "domain stream tcp nowait root /sbin/dnsmasq domain"
@@ -76,7 +73,6 @@ config DNSMASQ_INETD_STRING
choice
prompt "Kind of startup script"
default ROOTFS_ETC_INITD_DNSMASQ_DEFAULT
- depends on DNSMASQ
depends on DNSMASQ_STARTUP_TYPE_STANDALONE
config ROOTFS_ETC_INITD_DNSMASQ_DEFAULT
@@ -99,7 +95,6 @@ endchoice
choice
prompt "Configuration's source"
default DNSMASQ_ETC_DEFAULT
- depends on DNSMASQ
config DNSMASQ_ETC_DEFAULT
bool
@@ -119,3 +114,5 @@ choice
from you local project.
endchoice
+
+endif