diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2016-12-14 10:04:44 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-20 16:24:21 +0100 |
commit | f628d0e0e9adc5cf86a7d611e0d7c63cf6818188 (patch) | |
tree | 804063cf5c3eac7f9b1f7dd1db8282dbef17076f /package/network/services/hostapd/patches/320-optional_rfkill.patch | |
parent | 1a4d07c2c534588cd7c8fb8bd479eb952c213dba (diff) | |
download | upstream-f628d0e0e9adc5cf86a7d611e0d7c63cf6818188.tar.gz upstream-f628d0e0e9adc5cf86a7d611e0d7c63cf6818188.tar.bz2 upstream-f628d0e0e9adc5cf86a7d611e0d7c63cf6818188.zip |
hostapd: update to version 2016-12-15
Update to latest upstream HEAD:
- Refreshed all
- Delete patches and parts which made it upstream
Compile tested Full & Mini configs
Run-tested Mini config
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name> [another update, remove broken patch]
Diffstat (limited to 'package/network/services/hostapd/patches/320-optional_rfkill.patch')
-rw-r--r-- | package/network/services/hostapd/patches/320-optional_rfkill.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/services/hostapd/patches/320-optional_rfkill.patch b/package/network/services/hostapd/patches/320-optional_rfkill.patch index cf2a2c108b..bdc1764578 100644 --- a/package/network/services/hostapd/patches/320-optional_rfkill.patch +++ b/package/network/services/hostapd/patches/320-optional_rfkill.patch @@ -1,6 +1,6 @@ --- a/src/drivers/drivers.mak +++ b/src/drivers/drivers.mak -@@ -36,7 +36,6 @@ NEED_SME=y +@@ -49,7 +49,6 @@ NEED_SME=y NEED_AP_MLME=y NEED_NETLINK=y NEED_LINUX_IOCTL=y @@ -8,7 +8,7 @@ NEED_RADIOTAP=y ifdef CONFIG_LIBNL32 -@@ -123,7 +122,6 @@ DRV_WPA_CFLAGS += -DCONFIG_DRIVER_WEXT +@@ -136,7 +135,6 @@ DRV_WPA_CFLAGS += -DCONFIG_DRIVER_WEXT CONFIG_WIRELESS_EXTENSION=y NEED_NETLINK=y NEED_LINUX_IOCTL=y @@ -16,7 +16,7 @@ endif ifdef CONFIG_DRIVER_NDIS -@@ -149,7 +147,6 @@ endif +@@ -162,7 +160,6 @@ endif ifdef CONFIG_WIRELESS_EXTENSION DRV_WPA_CFLAGS += -DCONFIG_WIRELESS_EXTENSION DRV_WPA_OBJS += ../src/drivers/driver_wext.o @@ -24,7 +24,7 @@ endif ifdef NEED_NETLINK -@@ -162,6 +159,7 @@ endif +@@ -175,6 +172,7 @@ endif ifdef NEED_RFKILL DRV_OBJS += ../src/drivers/rfkill.o |