[patch-team] remove net/coova-chilli/patches/001-readd-macauth.patch Signed by: hanno...
authordingo <dingo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 30 Oct 2010 12:20:39 +0000 (12:20 +0000)
committerdingo <dingo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 30 Oct 2010 12:20:39 +0000 (12:20 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23720 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/coova-chilli/patches/001-readd-macauth.patch [deleted file]

diff --git a/net/coova-chilli/patches/001-readd-macauth.patch b/net/coova-chilli/patches/001-readd-macauth.patch
deleted file mode 100644 (file)
index 0ca6f3f..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/conf/functions.in
-+++ b/conf/functions.in
-@@ -173,6 +173,7 @@ writeconfig() {
-     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"
-       [ "$HS_MACREAUTH" = "on" ] && addconfig2 "macreauth"
-       [ "$HS_MACAUTHDENY" = "on" ] && addconfig2 "macauthdeny"
-       [ "$HS_WPAGUESTS" = "on" ] && addconfig2 "wpaguests"