]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
hostapd: keep previous patches when DRIVER_RTW set
authorAlexander Mukhin <alexander.i.mukhin@gmail.com>
Sat, 25 Nov 2017 11:08:51 +0000 (14:08 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 25 Nov 2017 12:21:50 +0000 (13:21 +0100)
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>
package/hostapd/hostapd.mk

index bb3919e9888c060e9537e8be0c542bba58777291..0ed1631421c22d63aa4f2ddb6e4baa3e3703a623 100644 (file)
@@ -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