summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}