summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ed61d4cda3a..fec4618bd320 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hostapd-rtl
pkgdesc = IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
pkgver = 2.4
- pkgrel = 1
+ pkgrel = 2
url = http://w1.fi/hostapd/
install = hostapd.install
arch = i686
@@ -12,6 +12,7 @@ pkgbase = hostapd-rtl
depends = openssl
depends = libnl
options = emptydirs
+ backup = etc/hostapd/hostapd-rtl.conf
source = git://github.com/seba-z/hostapd-rtl.git
source = hostapd.service
source = hostapd-2.3-noscan.patch
diff --git a/PKGBUILD b/PKGBUILD
index 99dba2f94e3b..1ec650c3e46d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=hostapd-rtl
pkgver=2.4
-pkgrel=1
+pkgrel=2
pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
arch=('i686' 'x86_64' 'armv7h' 'armv6l')
url="http://w1.fi/hostapd/"
@@ -11,6 +11,7 @@ license=('custom')
depends=('openssl' 'libnl')
install=hostapd.install
options=(emptydirs)
+backup=('etc/hostapd/hostapd-rtl.conf')
source=(git://github.com/seba-z/hostapd-rtl.git
hostapd.service
hostapd-2.3-noscan.patch