summaryrefslogtreecommitdiffstats
path: root/package/ntp
diff options
context:
space:
mode:
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>2015-03-31 09:21:57 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-31 13:57:41 +0200
commitbd8c733fb4a0ca6ca1aa72f8b549d53dcd37f4ee (patch)
treeb92092420b69f2199bacd7d1f8402815acc6886d /package/ntp
parent42bb259af5ce66a8b74f6d00b9e4cfd81922e0e1 (diff)
downloadbuildroot-bd8c733fb4a0ca6ca1aa72f8b549d53dcd37f4ee.tar.gz
buildroot-bd8c733fb4a0ca6ca1aa72f8b549d53dcd37f4ee.zip
packages: indentation cleanup
This commit doesn't touch infra packages. Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ntp')
-rw-r--r--package/ntp/ntp.mk22
1 files changed, 11 insertions, 11 deletions
diff --git a/package/ntp/ntp.mk b/package/ntp/ntp.mk
index 36dea79d32..bf2cdbd92f 100644
--- a/package/ntp/ntp.mk
+++ b/package/ntp/ntp.mk
@@ -19,29 +19,29 @@ NTP_CONF_OPTS = \
--disable-local-libevent
ifneq ($(BR2_INET_IPV6),y)
- NTP_CONF_ENV += isc_cv_have_in6addr_any=no
+NTP_CONF_ENV += isc_cv_have_in6addr_any=no
endif
ifeq ($(BR2_PACKAGE_OPENSSL),y)
- NTP_CONF_OPTS += --with-crypto
- NTP_DEPENDENCIES += openssl
+NTP_CONF_OPTS += --with-crypto
+NTP_DEPENDENCIES += openssl
else
- NTP_CONF_OPTS += --without-crypto --disable-openssl-random
+NTP_CONF_OPTS += --without-crypto --disable-openssl-random
endif
ifeq ($(BR2_PACKAGE_NTP_NTPSNMPD),y)
- NTP_CONF_OPTS += \
- --with-net-snmp-config=$(STAGING_DIR)/usr/bin/net-snmp-config
- NTP_DEPENDENCIES += netsnmp
+NTP_CONF_OPTS += \
+ --with-net-snmp-config=$(STAGING_DIR)/usr/bin/net-snmp-config
+NTP_DEPENDENCIES += netsnmp
else
- NTP_CONF_OPTS += --without-ntpsnmpd
+NTP_CONF_OPTS += --without-ntpsnmpd
endif
ifeq ($(BR2_PACKAGE_NTP_NTPD_ATOM_PPS),y)
- NTP_CONF_OPTS += --enable-ATOM
- NTP_DEPENDENCIES += pps-tools
+NTP_CONF_OPTS += --enable-ATOM
+NTP_DEPENDENCIES += pps-tools
else
- NTP_CONF_OPTS += --disable-ATOM
+NTP_CONF_OPTS += --disable-ATOM
endif
define NTP_PATCH_FIXUPS
OpenPOWER on IntegriCloud