Changeset 19308
- Timestamp:
- 05/28/12 02:20:53 (12 months ago)
- Location:
- src/router
- Files:
-
- 5 edited
-
httpd/visuals/dd-wrt.c (modified) (1 diff)
-
httpd/visuals/ejs.c (modified) (1 diff)
-
httpd/visuals/status.c (modified) (3 diffs)
-
libutils/utils.c (modified) (1 diff)
-
services/networking/network.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/httpd/visuals/dd-wrt.c
r19152 r19308 258 258 #ifdef HAVE_IPETH 259 259 websWrite(wp, 260 "<option value=\"iphone\" %s >IPhone /IPadTethering</option>\n",260 "<option value=\"iphone\" %s >IPhone Tethering</option>\n", 261 261 nvram_selmatch(wp, "wan_proto", 262 262 "iphone") ? "selected=\"selected\"" : ""); -
src/router/httpd/visuals/ejs.c
r19077 r19308 2192 2192 #ifdef HAVE_3G 2193 2193 || !strcmp(wan_proto, "3g") 2194 #endif 2195 #ifdef HAVE_IPETH 2196 || !strcmp(wan_proto, "iphone") 2194 2197 #endif 2195 2198 ) { -
src/router/httpd/visuals/status.c
r17735 r19308 122 122 || !strcmp(wan_proto, "3g") 123 123 #endif 124 #ifdef HAVE_IPETH 125 || !strcmp(wan_proto, "iphone") 126 #endif 124 127 ) { 125 128 wan_ipaddr = … … 155 158 #ifdef HAVE_3G 156 159 || !strcmp(wan_proto, "3g") 160 #endif 161 #ifdef HAVE_IPETH 162 || !strcmp(wan_proto, "iphone") 157 163 #endif 158 164 #ifdef HAVE_PPPOATM … … 264 270 || !strcmp(wan_proto, "3g") 265 271 #endif 272 #ifdef HAVE_IPETH 273 || !strcmp(wan_proto, "iphone") 274 #endif 266 275 #ifdef HAVE_PPPOATM 267 276 || !strcmp(wan_proto, "pppoa") -
src/router/libutils/utils.c
r19259 r19308 3026 3026 } 3027 3027 fclose(fp); 3028 if (nvram_match("wan_ipaddr","0.0.0.0") || nvram_match("wan_ipaddr","")) 3029 wan_link = 0; 3028 3030 3029 3031 } -
src/router/services/networking/network.c
r19245 r19308 3864 3864 insmod("ipheth"); 3865 3865 stop_process("ipheth-loop","IPhone Pairing daemon"); 3866 stop_process("usbmuxd","IPhone Mux daemon"); 3867 stop_process("udhcpc","DHCP Client"); 3866 3868 eval("usbmuxd"); 3867 3869 eval("ipheth-loop");
Note: See TracChangeset
for help on using the changeset viewer.
