Changeset 355
- Timestamp:
- 18/08/2007 11:27:16 (1 year ago)
- Files:
-
- wrt/whiterussian/packages/webif-hotspot-mdx/tags/mercury/MDXBUILD (modified) (1 diff)
- wrt/whiterussian/packages/webif-hotspot-mdx/tags/mercury/Makefile (modified) (1 diff)
- wrt/whiterussian/packages/webif-hotspot-mdx/tags/mercury/files/www/cgi-bin/webif/hotspot-core.sh (modified) (4 diffs)
- wrt/whiterussian/packages/webif-hotspot-mdx/tags/mercury/files/www/cgi-bin/webif/hotspot-networking.sh (modified) (4 diffs)
- wrt/whiterussian/packages/webif-hotspot-mdx/trunk/MDXBUILD (modified) (1 diff)
- wrt/whiterussian/packages/webif-hotspot-mdx/trunk/Makefile (modified) (1 diff)
- wrt/whiterussian/packages/webif-hotspot-mdx/trunk/files/www/cgi-bin/webif/hotspot-core.sh (modified) (4 diffs)
- wrt/whiterussian/packages/webif-hotspot-mdx/trunk/files/www/cgi-bin/webif/hotspot-networking.sh (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wrt/whiterussian/packages/webif-hotspot-mdx/tags/mercury/MDXBUILD
r303 r355 1 1 1 2 wrt/whiterussian/packages/webif-hotspot-mdx/tags/mercury/Makefile
r312 r355 5 5 PKG_NAME:=webif-hotspot-mdx 6 6 PKG_VERSION:=0.1.mercury 7 PKG_RELEASE:= 17 PKG_RELEASE:=2 8 8 9 9 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) wrt/whiterussian/packages/webif-hotspot-mdx/tags/mercury/files/www/cgi-bin/webif/hotspot-core.sh
r303 r355 23 23 FORM_chilli_conup="${chilli_conup:-$(nvram get chilli_conup)}" 24 24 FORM_chilli_condown="${chilli_condown:-$(nvram get chilli_condown)}" 25 FORM_chilli_acctupdate="${chilli_acctupdate:-$(nvram get chilli_acctupdate)}"25 FORM_chilli_cmdsocket="${chilli_cmdsocket:-$(nvram get chilli_cmdsocket)}" 26 26 else 27 27 SAVED=1 … … 46 46 string|FORM_chilli_conup|@TR<<hotspot_core_ConUp#Connection Up script>>||$FORM_chilli_conup 47 47 string|FORM_chilli_condown|@TR<<hotspot_core_ConDown#Connection Down script>>||$FORM_chilli_condown 48 int|FORM_chilli_acctupdate|@TR<<hotspot_core_acctupdate#Radius dynamic update>>||$FORM_chilli_acctupdate 48 string|FORM_chilli_cmdsocket|@TR<<hotspot_core_CmdSocket#Socket for chilli utilities>>||$FORM_chilli_cmdsocket 49 49 EOF 50 50 equal "$?" 0 && { … … 67 67 save_setting hotspot chilli_conup "$FORM_chilli_conup" 68 68 save_setting hotspot chilli_condown "$FORM_chilli_condown" 69 save_setting hotspot chilli_acctupdate "$FORM_chilli_acctupdate"69 save_setting hotspot chilli_cmdsocket "$FORM_chilli_cmdsocket" 70 70 } 71 71 fi … … 141 141 helpitem|hotspot_core_ConDown#Connection Down script 142 142 helptext|hotspot_core_ConDown_helptext#Script to be run on client disconnection 143 field|@TR<<hotspot_core_ acctupdate#Radius dynamic update>>144 checkbox|chilli_acctupdate|$FORM_chilli_acctupdate|1 143 field|@TR<<hotspot_core_CmdSocket#CmdSocket>> 144 text|chilli_cmdsocket|$FORM_chilli_cmdsocket 145 145 end_form 146 146 EOF wrt/whiterussian/packages/webif-hotspot-mdx/tags/mercury/files/www/cgi-bin/webif/hotspot-networking.sh
r303 r355 10 10 FORM_chilli_radiusacctport="${chilli_radiusacctport:-$(nvram get chilli_radiusacctport)}" 11 11 FORM_chilli_radiusnasid="${chilli_radiusnasid:-$(nvram get chilli_radiusnasid)}" 12 FORM_chilli_acctupdate="${chilli_acctupdate:-$(nvram get chilli_acctupdate)}" 12 13 FORM_chilli_proxylisten="${chilli_proxylisten:-$(nvram get chilli_proxylisten)}" 13 14 FORM_chilli_proxyport="${chilli_proxyport:-$(nvram get chilli_proxyport)}" … … 23 24 ports|FORM_chilli_radiusacctport|@TR<<hotspot_networking_RADIUS Acct Port#RADIUS Acct Port>>||$FORM_chilli_radiusacctport 24 25 string|FORM_chilli_radiusnasid|@TR<<hotspot_networking_RADIUS_NAS_Id#RADIUS NAS Id>>||$FORM_chilli_radiusnasid 26 int|FORM_chilli_acctupdate|@TR<<hotspot_networking_acctupdate#Radius dynamic update>>||$FORM_chilli_acctupdate 25 27 string|FORM_chilli_proxylisten|@TR<<hotspot_networking_Proxy_Listen#Proxy Listen>>||$FORM_chilli_proxylisten 26 28 string|FORM_chilli_proxyclient|@TR<<hotspot_networking_Proxy Client#Proxy Client>>||$FORM_chilli_proxyclient … … 35 37 save_setting hotspot chilli_radiusacctport "$FORM_chilli_radiusacctport" 36 38 save_setting hotspot chilli_radiusnasid "$FORM_chilli_radiusnasid" 39 save_setting hotspot chilli_acctupdate "$FORM_chilli_acctupdate" 37 40 save_setting hotspot chilli_proxylisten "$FORM_chilli_proxylisten" 38 41 save_setting hotspot chilli_proxyclient "$FORM_chilli_proxyclient" … … 64 67 helpitem|hotspot_networking_RADIUS_NAS_Id#RADIUS NAS Id 65 68 helptext|hotspot_networking_RADIUS_NAS_Id_helptext#RADIUS NAS Id. 69 field|@TR<<hotspot_networking_acctupdate#Radius dynamic update>> 70 checkbox|chilli_acctupdate|$FORM_chilli_acctupdate|1 71 helpitem|hotspot_networking_acctupdate#RADIUS Acct Update 72 helptext|hotspot_networking_acctupdate_helptext#Allow Radius to send Dynamic Update in Interim update 66 73 field|@TR<<hotspot_networking_Proxy_Listen#Proxy Listen>> 67 74 text|chilli_proxylisten|$FORM_chilli_proxylisten wrt/whiterussian/packages/webif-hotspot-mdx/trunk/MDXBUILD
r303 r355 1 1 1 2 wrt/whiterussian/packages/webif-hotspot-mdx/trunk/Makefile
r312 r355 5 5 PKG_NAME:=webif-hotspot-mdx 6 6 PKG_VERSION:=0.1 7 PKG_RELEASE:= 17 PKG_RELEASE:=2 8 8 9 9 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) wrt/whiterussian/packages/webif-hotspot-mdx/trunk/files/www/cgi-bin/webif/hotspot-core.sh
r303 r355 23 23 FORM_chilli_conup="${chilli_conup:-$(nvram get chilli_conup)}" 24 24 FORM_chilli_condown="${chilli_condown:-$(nvram get chilli_condown)}" 25 FORM_chilli_acctupdate="${chilli_acctupdate:-$(nvram get chilli_acctupdate)}"25 FORM_chilli_cmdsocket="${chilli_cmdsocket:-$(nvram get chilli_cmdsocket)}" 26 26 else 27 27 SAVED=1 … … 46 46 string|FORM_chilli_conup|@TR<<hotspot_core_ConUp#Connection Up script>>||$FORM_chilli_conup 47 47 string|FORM_chilli_condown|@TR<<hotspot_core_ConDown#Connection Down script>>||$FORM_chilli_condown 48 int|FORM_chilli_acctupdate|@TR<<hotspot_core_acctupdate#Radius dynamic update>>||$FORM_chilli_acctupdate 48 string|FORM_chilli_cmdsocket|@TR<<hotspot_core_CmdSocket#Socket for chilli utilities>>||$FORM_chilli_cmdsocket 49 49 EOF 50 50 equal "$?" 0 && { … … 67 67 save_setting hotspot chilli_conup "$FORM_chilli_conup" 68 68 save_setting hotspot chilli_condown "$FORM_chilli_condown" 69 save_setting hotspot chilli_acctupdate "$FORM_chilli_acctupdate"69 save_setting hotspot chilli_cmdsocket "$FORM_chilli_cmdsocket" 70 70 } 71 71 fi … … 141 141 helpitem|hotspot_core_ConDown#Connection Down script 142 142 helptext|hotspot_core_ConDown_helptext#Script to be run on client disconnection 143 field|@TR<<hotspot_core_ acctupdate#Radius dynamic update>>144 checkbox|chilli_acctupdate|$FORM_chilli_acctupdate|1 143 field|@TR<<hotspot_core_CmdSocket#CmdSocket>> 144 text|chilli_cmdsocket|$FORM_chilli_cmdsocket 145 145 end_form 146 146 EOF wrt/whiterussian/packages/webif-hotspot-mdx/trunk/files/www/cgi-bin/webif/hotspot-networking.sh
r303 r355 10 10 FORM_chilli_radiusacctport="${chilli_radiusacctport:-$(nvram get chilli_radiusacctport)}" 11 11 FORM_chilli_radiusnasid="${chilli_radiusnasid:-$(nvram get chilli_radiusnasid)}" 12 FORM_chilli_acctupdate="${chilli_acctupdate:-$(nvram get chilli_acctupdate)}" 12 13 FORM_chilli_proxylisten="${chilli_proxylisten:-$(nvram get chilli_proxylisten)}" 13 14 FORM_chilli_proxyport="${chilli_proxyport:-$(nvram get chilli_proxyport)}" … … 23 24 ports|FORM_chilli_radiusacctport|@TR<<hotspot_networking_RADIUS Acct Port#RADIUS Acct Port>>||$FORM_chilli_radiusacctport 24 25 string|FORM_chilli_radiusnasid|@TR<<hotspot_networking_RADIUS_NAS_Id#RADIUS NAS Id>>||$FORM_chilli_radiusnasid 26 int|FORM_chilli_acctupdate|@TR<<hotspot_networking_acctupdate#Radius dynamic update>>||$FORM_chilli_acctupdate 25 27 string|FORM_chilli_proxylisten|@TR<<hotspot_networking_Proxy_Listen#Proxy Listen>>||$FORM_chilli_proxylisten 26 28 string|FORM_chilli_proxyclient|@TR<<hotspot_networking_Proxy Client#Proxy Client>>||$FORM_chilli_proxyclient … … 35 37 save_setting hotspot chilli_radiusacctport "$FORM_chilli_radiusacctport" 36 38 save_setting hotspot chilli_radiusnasid "$FORM_chilli_radiusnasid" 39 save_setting hotspot chilli_acctupdate "$FORM_chilli_acctupdate" 37 40 save_setting hotspot chilli_proxylisten "$FORM_chilli_proxylisten" 38 41 save_setting hotspot chilli_proxyclient "$FORM_chilli_proxyclient" … … 64 67 helpitem|hotspot_networking_RADIUS_NAS_Id#RADIUS NAS Id 65 68 helptext|hotspot_networking_RADIUS_NAS_Id_helptext#RADIUS NAS Id. 69 field|@TR<<hotspot_networking_acctupdate#Radius dynamic update>> 70 checkbox|chilli_acctupdate|$FORM_chilli_acctupdate|1 71 helpitem|hotspot_networking_acctupdate#RADIUS Acct Update 72 helptext|hotspot_networking_acctupdate_helptext#Allow Radius to send Dynamic Update in Interim update 66 73 field|@TR<<hotspot_networking_Proxy_Listen#Proxy Listen>> 67 74 text|chilli_proxylisten|$FORM_chilli_proxylisten
