projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bdba7a
)
[packages] coova-chilli: refresh patch as well
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 3 Feb 2010 22:18:32 +0000
(22:18 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 3 Feb 2010 22:18:32 +0000
(22:18 +0000)
SVN-Revision: 19510
net/coova-chilli/patches/001-readd-macauth.patch
patch
|
blob
|
history
diff --git
a/net/coova-chilli/patches/001-readd-macauth.patch
b/net/coova-chilli/patches/001-readd-macauth.patch
index c6d3620c58316901165c056ef974e255103837b5..868b5047fe34c0ecea0cc18d111f705dc5e0c9a3 100644
(file)
--- a/
net/coova-chilli/patches/001-readd-macauth.patch
+++ b/
net/coova-chilli/patches/001-readd-macauth.patch
@@
-1,7
+1,7
@@
--- a/conf/functions.in
+++ b/conf/functions.in
-@@ -1
53,6 +153
,7 @@
- if [ "
x$HS_RADCONF" != "xon" -a "x$HS_RADCONF" != "x
url" ]; then
+@@ -1
64,6 +164
,7 @@
+ if [ "
$HS_RADCONF" != "on" -a "$HS_RADCONF" != "
url" ]; then
[ "$HS_PAP_OK" = "on" ] && addconfig2 "papalwaysok"
[ "$HS_MACAUTH" = "on" ] && addconfig2 "macauth"
+ [ "$HS_MACAUTH" = "on" -a -n "$HS_MACPASSWD" ] && addconfig2 "macpasswd $HS_MACPASSWD"