summaryrefslogtreecommitdiffstats
path: root/package/hostapd
diff options
context:
space:
mode:
authorAlexander Mukhin <alexander.i.mukhin@gmail.com>2017-11-25 14:08:51 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-11-25 13:21:50 +0100
commit9e252c9575fbdc82ac2800fbe99edfe7621596a9 (patch)
tree76ef74f023a9f0d3eb5c83f3e3da99e4c984aed7 /package/hostapd
parentee967f28cd2da7865425822afb919afe72a5cff9 (diff)
downloadbuildroot-9e252c9575fbdc82ac2800fbe99edfe7621596a9.tar.gz
buildroot-9e252c9575fbdc82ac2800fbe99edfe7621596a9.zip
hostapd: keep previous patches when DRIVER_RTW set
Changed HOSTAPD_PATCH= to HOSTAPD_PATCH+= to keep previously added patches. Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/hostapd')
-rw-r--r--package/hostapd/hostapd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/hostapd.mk b/package/hostapd/hostapd.mk
index bb3919e988..0ed1631421 100644
--- a/package/hostapd/hostapd.mk
+++ b/package/hostapd/hostapd.mk
@@ -48,7 +48,7 @@ HOSTAPD_CONFIG_EDITS += 's/\#\(CONFIG_TLS=\).*/\1internal/'
endif
ifeq ($(BR2_PACKAGE_HOSTAPD_DRIVER_RTW),y)
-HOSTAPD_PATCH = https://github.com/pritambaral/hostapd-rtl871xdrv/raw/master/rtlxdrv.patch
+HOSTAPD_PATCH += https://github.com/pritambaral/hostapd-rtl871xdrv/raw/master/rtlxdrv.patch
HOSTAPD_CONFIG_SET += CONFIG_DRIVER_RTW
endif
OpenPOWER on IntegriCloud