[packages] coova-chilli: refresh patch as well
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 3 Feb 2010 22:18:32 +0000 (22:18 +0000)
committerJo-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

index c6d3620c58316901165c056ef974e255103837b5..868b5047fe34c0ecea0cc18d111f705dc5e0c9a3 100644 (file)
@@ -1,7 +1,7 @@
 --- a/conf/functions.in
 +++ b/conf/functions.in
-@@ -153,6 +153,7 @@
-     if [ "x$HS_RADCONF" != "xon" -a "x$HS_RADCONF" != "xurl" ]; then 
+@@ -164,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"