summaryrefslogtreecommitdiffstats
path: root/package/hostapd/hostapd-0.7.3-libnl3.patch
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-05-14 02:29:59 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-05-14 21:37:46 +0200
commit3e8c13db2e139ed3e90ce719b689241bd25d54e8 (patch)
treebbbdf16aba1676093d6b455e3b4518a3955463e2 /package/hostapd/hostapd-0.7.3-libnl3.patch
parent4b55a9952014b37ce565b46ee6e93018555127fa (diff)
downloadbuildroot-novena-3e8c13db2e139ed3e90ce719b689241bd25d54e8.tar.gz
buildroot-novena-3e8c13db2e139ed3e90ce719b689241bd25d54e8.zip
hostapd: bump to version 1.0
Bump to version 1.0 Also convert to gentargets. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/hostapd/hostapd-0.7.3-libnl3.patch')
-rw-r--r--package/hostapd/hostapd-0.7.3-libnl3.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/hostapd/hostapd-0.7.3-libnl3.patch b/package/hostapd/hostapd-0.7.3-libnl3.patch
deleted file mode 100644
index e47da73dd..000000000
--- a/package/hostapd/hostapd-0.7.3-libnl3.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/src/drivers/drivers.mak 2011-11-29 19:09:23.889942913 +0100
-+++ b/src/drivers/drivers.mak 2011-11-29 19:09:40.637381428 +0100
-@@ -31,10 +31,10 @@
- NEED_AP_MLME=y
- NEED_NETLINK=y
- NEED_LINUX_IOCTL=y
--DRV_LIBS += -lnl
-+DRV_LIBS += -lnl-3
-
- ifdef CONFIG_LIBNL20
--DRV_LIBS += -lnl-genl
-+DRV_LIBS += -lnl-genl-3
- DRV_CFLAGS += -DCONFIG_LIBNL20
- endif
- endif