Changeset 12045
- Timestamp:
- 05/05/09 20:05:26 (4 years ago)
- Location:
- src/router
- Files:
-
- 5 edited
-
httpd/validate/validators.c (modified) (1 diff)
-
httpd/validate/webs.c (modified) (1 diff)
-
httpd/visuals/dd-wrt.c (modified) (1 diff)
-
kromo/dd-wrt/Makefile (modified) (2 diffs)
-
kromo/dd-wrt/lang_pack/english.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/httpd/validate/validators.c
r11901 r12045 819 819 nvram_set( val, multicast ); 820 820 821 822 sprintf( val, "%s_nat", var ); 823 char *masquerade = websGetVar( wp, val, NULL ); 824 825 if( masquerade ) 826 nvram_set( val, masquerade ); 827 821 828 sprintf( val, "%s_mtu", var ); 822 829 char *mtu = websGetVar( wp, val, NULL ); -
src/router/httpd/validate/webs.c
r12010 r12045 108 108 iface = nvram_safe_get( "lan_ifname" ); 109 109 } 110 //todo. detect correct interface 110 111 111 112 ip = websGetVar( wp, "ip_del", NULL ); -
src/router/httpd/visuals/dd-wrt.c
r12041 r12045 7669 7669 nvram_default_get( mcast, "0" ); 7670 7670 showRadio( wp, "wl_basic.multicast", mcast ); 7671 7672 if (nvram_match("wk_mode","gateway")) 7673 { 7674 sprintf( mcast, "%s_nat", var ); 7675 nvram_default_get( mcast, "1" ); 7676 showRadio( wp, "wl_basic.masquerade", mcast ); 7677 } 7671 7678 show_ipnetmask( wp, var ); 7672 7679 websWrite( wp, "</div>\n" ); -
src/router/kromo/dd-wrt/Makefile
r12002 r12045 343 343 cp -f erc/common.js $(INSTALLDIR)/www/common.js 344 344 cp -f erc/help/* $(INSTALLDIR)/www/help 345 cp -f etc/favicon.ico $(INSTALLDIR)/www/images/favicon.ico 345 cp -f erc/favicon.ico $(INSTALLDIR)/www/images/favicon.ico 346 cp -f erc/*.asp $(INSTALLDIR)/www/ 346 347 endif 347 348 … … 555 556 $(MAKE) -C $(SRCBASE)/router/kromo/skytel/ install 556 557 else 558 ifeq ($(CONFIG_ERC),y) 559 $(MAKE) -C $(SRCBASE)/router/kromo/erc/ install 560 else 557 561 $(MAKE) -C $(SRCBASE)/router/kromo/common/ install 558 562 endif 559 563 endif 560 564 endif 561 565 endif -
src/router/kromo/dd-wrt/lang_pack/english.js
r12028 r12045 1828 1828 wl_basic.duallink="Dual Link"; 1829 1829 wl_basic.parent="Parent IP"; 1830 wl_basic.masquerade="Masquerade / NAT"; 1830 1831 wl_basic.ap="AP"; 1831 1832 wl_basic.client="Client";
Note: See TracChangeset
for help on using the changeset viewer.
