From 7178fab0703dd1c7f6d6ac3c8a8fd8c0ae5c6710 Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 3 Feb 2010 22:18:32 +0000 Subject: [PATCH] [packages] coova-chilli: refresh patch as well git-svn-id: svn://svn.openwrt.org/openwrt/packages@19510 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/coova-chilli/patches/001-readd-macauth.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/coova-chilli/patches/001-readd-macauth.patch b/net/coova-chilli/patches/001-readd-macauth.patch index c6d3620c5..868b5047f 100644 --- 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 -@@ -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"