summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornemanjan002022-05-19 01:25:17 +0200
committernemanjan002022-05-19 01:25:17 +0200
commitc9cd08ec2afbfdd846bc7f4320cfa6a0624a592f (patch)
tree72de34012b24a7013ef5a86b73f9e24653459df3
parent8da9c1504185f8019c12e9662ef7c8cd3c3b603c (diff)
downloadaur-hostapd-mana-git.tar.gz
Fix build and add armv7l
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6b16287752c..23e1a89a4c84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = hostapd-mana-git
arch = i686
arch = x86_64
arch = aarch64
+ arch = armv7l
license = custom
makedepends = git
depends = openssl
diff --git a/PKGBUILD b/PKGBUILD
index 60d236f5750c..d7d4f28b72c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=20210920.1302a72
pkgrel=1
pkgdesc='IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator with Mana patches'
url='http://w1.fi/hostapd/'
-arch=('i686' 'x86_64' 'aarch64')
+arch=('i686' 'x86_64' 'aarch64' 'armv7l')
license=('custom')
makedepends=('git')
depends=('openssl' 'libnl')
@@ -29,8 +29,6 @@ pkgver() {
build() {
cd "${srcdir}/hostapd-mana/hostapd"
sed -i 's:/etc/hostapd:/etc/hostapd/hostapd:' hostapd.conf
- sed -i '/CONFIG_LIBNL32=y/s/^#//' defconfig
- cp defconfig .config
cd ..
make -C hostapd
}