Changeset 11398
- Timestamp:
- 01/12/09 23:18:16 (10 months ago)
- Files:
-
- src/router/kromo/dd-wrt/Makefile (modified) (1 diff)
- src/router/libutils/utils.c (modified) (1 diff)
- src/router/services/sysinit/defaults.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/router/kromo/dd-wrt/Makefile
r11339 r11398 103 103 ifeq ($(CONFIG_CORENET),y) 104 104 mkdir $(INSTALLDIR)/www/style/corenet 105 cp -a corenet/help $(INSTALLDIR)/www 105 106 cp corenet/style.css $(INSTALLDIR)/www/style/corenet 106 107 cp corenet/images/* $(INSTALLDIR)/www/images 108 rm -f $(INSTALLDIR)/www/images/favicon.ico 107 109 endif 108 110 ifeq ($(CONFIG_XIOCOM),y) src/router/libutils/utils.c
r11392 r11398 716 716 setRouter( "Meraki Mini" ); 717 717 return ROUTER_BOARD_MERAKI; 718 #elif defined(HAVE_CORENET) && defined(HAVE_NS2) 719 setRouter( "CORENET UNS2" ); 720 return ROUTER_BOARD_LS2; 718 721 #elif HAVE_NS2 719 722 setRouter( "Ubiquiti Nanostation 2" ); src/router/services/sysinit/defaults.c
r11340 r11398 178 178 {"ath0_regdomain", "GERMANY", 0}, /* LAN IP address */ 179 179 #endif 180 {"lan_ipaddr", "192.168.1.1", 0}, /* LAN IP address */ 181 #elif HAVE_CORENET 182 {"ath0_regdomain", "UNITED_KINGDOM", 0}, /* LAN IP address */ 180 183 {"lan_ipaddr", "192.168.1.1", 0}, /* LAN IP address */ 181 184 #elif HAVE_NEWMEDIA … … 487 490 {"http_passwd", "bJxJZz5DYRGxI", 0}, /* Password */ 488 491 #endif 492 #elif HAVE_CORENET 493 {"http_passwd", "$1$YwPEyUx/$LLV6oaeof4WDEdpHPEMpA.", 0}, /* Username */ 494 {"http_username", "$1$9wWnpX1Q$1fobI1HcfeXewVtWCnhxh.", 0}, /* Password */ 489 495 #elif HAVE_DDLAN 490 496 {"http_passwd", "4DC5smu4lEiiQ", 0}, /* Password */ … … 578 584 #elif HAVE_SAGAR 579 585 {"wl_ssid", "hotspot-internet", 0}, /* Service set ID (network name) */ 586 #elif HAVE_CORENET 587 {"wl_ssid", "corenet", 0}, /* Service set ID (network name) */ 580 588 #elif defined(HAVE_GGEW) && !defined(HAVE_NS5) && !defined(HAVE_NS2) 581 589 {"wl_ssid", "GGEWnet-WLAN", 0}, /* Service set ID (network name) */ … … 612 620 #elif defined(HAVE_GGEW) && defined(HAVE_NS2) 613 621 {"ath0_ssid", "GGEWnet-WLAN", 0}, /* Service set ID (network name) */ 622 #elif defined(HAVE_CORENET) 623 {"ath0_ssid", "corenet", 0}, /* Service set ID (network name) */ 614 624 #elif defined(HAVE_DDLAN) 615 625 {"wl0_ssid", "www.ddlan.de", 0}, /* Service set ID (network name) */ … … 1091 1101 #elif HAVE_SKYTEL 1092 1102 {"router_name", "ST54G", 0}, 1103 #elif HAVE_CORENET 1104 {"router_name", "core-packet", 0}, 1093 1105 #elif HAVE_POWERNOC_WORT54G 1094 1106 {"router_name", "WORT54G", 0},
