summaryrefslogtreecommitdiffstats
path: root/rules/hostapd.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-07-20 15:13:03 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-09-20 11:03:54 +0200
commit8aa1b97cc801fc88bf5afef2459387d44352f426 (patch)
tree90202c2160fc06d0fad6d4129bfbbde2b8cdab8b /rules/hostapd.make
parent78c8ed0a5fdac6340dddeeee4bcf7eee4b343118 (diff)
downloadptxdist-8aa1b97cc801fc88bf5afef2459387d44352f426.tar.gz
ptxdist-8aa1b97cc801fc88bf5afef2459387d44352f426.tar.xz
use ptx/get-alternative and ptx/in-path everywhere
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/hostapd.make')
-rw-r--r--rules/hostapd.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/hostapd.make b/rules/hostapd.make
index 14d71c549..22c5766a0 100644
--- a/rules/hostapd.make
+++ b/rules/hostapd.make
@@ -27,7 +27,7 @@ HOSTAPD_SOURCE := $(SRCDIR)/$(HOSTAPD).$(HOSTAPD_SUFFIX)
HOSTAPD_DIR := $(BUILDDIR)/$(HOSTAPD)
HOSTAPD_SUBDIR := $(HOSTAPD_NAME)
# Use '=' to delay $(shell ...) calls until this is needed
-HOSTAPD_DEFCONF = $(shell ptxd_get_alternative config/hostapd defconfig && echo $$ptxd_reply)
+HOSTAPD_DEFCONF = $(call ptx/get-alternative, config/hostapd, defconfig)
HOSTAPD_CONFIG := $(BUILDDIR)/$(HOSTAPD)/$(HOSTAPD_SUBDIR)/.config
HOSTAPD_LICENSE := BSD-3-Clause
HOSTAPD_LICENSE_FILES := \