summaryrefslogtreecommitdiffstats
path: root/rules/ntp.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-03-09 11:40:27 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2009-03-09 11:40:27 +0000
commit20df05da3b83d9bd2d3c712d3d9a6794cd57504c (patch)
tree98f64b264c8a6e1525efdeb2bf3b908c1812bfeb /rules/ntp.make
parent3ca40fdd3f246d99ecdfaf4eee08ac259916bc12 (diff)
downloadptxdist-20df05da3b83d9bd2d3c712d3d9a6794cd57504c.tar.gz
ptxdist-20df05da3b83d9bd2d3c712d3d9a6794cd57504c.tar.xz
* ntp: change the menus to be more intuitive
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10036 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ntp.make')
-rw-r--r--rules/ntp.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/ntp.make b/rules/ntp.make
index 32d7d7ef5..2db938d8a 100644
--- a/rules/ntp.make
+++ b/rules/ntp.make
@@ -58,10 +58,10 @@ NTP_AUTOCONF := $(CROSS_AUTOCONF_USR) \
--without-rpath \
--disable-dependency-tracking
-ifdef PTXCONF_NTP_SELECT_CLOCK_DRIVERS
-NTP_AUTOCONF += --disable-all-clocks
-else
+ifdef PTXCONF_NTP_ALL_CLOCK_DRIVERS
NTP_AUTOCONF += --enable-all-clocks
+else
+NTP_AUTOCONF += --disable-all-clocks
endif
# NTP: options, we need lots of options ;-)