aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/700-make-make-work.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/hostapd/patches/700-make-make-work.patch')
-rw-r--r--package/network/services/hostapd/patches/700-make-make-work.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/network/services/hostapd/patches/700-make-make-work.patch b/package/network/services/hostapd/patches/700-make-make-work.patch
deleted file mode 100644
index 643061ab5b..0000000000
--- a/package/network/services/hostapd/patches/700-make-make-work.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/hostapd/Makefile
-+++ b/hostapd/Makefile
-@@ -196,7 +196,8 @@ endif
-
- ifdef CONFIG_NO_VLAN
- CFLAGS += -DCONFIG_NO_VLAN
--else
-+endif
-+ifneq ($(findstring CONFIG_NO_VLAN,$(CFLAGS)), CONFIG_NO_VLAN)
- OBJS += ../src/ap/vlan_init.o
- OBJS += ../src/ap/vlan_ifconfig.o
- OBJS += ../src/ap/vlan.o