Changeset 11398

Show
Ignore:
Timestamp:
01/12/09 23:18:16 (10 months ago)
Author:
BrainSlayer
Message:

corenet update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/router/kromo/dd-wrt/Makefile

    r11339 r11398  
    103103ifeq ($(CONFIG_CORENET),y) 
    104104        mkdir $(INSTALLDIR)/www/style/corenet 
     105        cp -a corenet/help $(INSTALLDIR)/www 
    105106        cp corenet/style.css $(INSTALLDIR)/www/style/corenet 
    106107        cp corenet/images/* $(INSTALLDIR)/www/images 
     108        rm -f $(INSTALLDIR)/www/images/favicon.ico 
    107109endif 
    108110ifeq ($(CONFIG_XIOCOM),y) 
  • src/router/libutils/utils.c

    r11392 r11398  
    716716    setRouter( "Meraki Mini" ); 
    717717    return ROUTER_BOARD_MERAKI; 
     718#elif defined(HAVE_CORENET) && defined(HAVE_NS2) 
     719    setRouter( "CORENET UNS2" ); 
     720    return ROUTER_BOARD_LS2; 
    718721#elif HAVE_NS2 
    719722    setRouter( "Ubiquiti Nanostation 2" ); 
  • src/router/services/sysinit/defaults.c

    r11340 r11398  
    178178    {"ath0_regdomain", "GERMANY", 0},   /* LAN IP address */ 
    179179#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 */ 
    180183    {"lan_ipaddr", "192.168.1.1", 0},   /* LAN IP address */ 
    181184#elif HAVE_NEWMEDIA 
     
    487490    {"http_passwd", "bJxJZz5DYRGxI", 0},        /* Password */ 
    488491#endif 
     492#elif HAVE_CORENET 
     493    {"http_passwd", "$1$YwPEyUx/$LLV6oaeof4WDEdpHPEMpA.", 0},   /* Username */ 
     494    {"http_username", "$1$9wWnpX1Q$1fobI1HcfeXewVtWCnhxh.", 0}, /* Password */ 
    489495#elif HAVE_DDLAN 
    490496    {"http_passwd", "4DC5smu4lEiiQ", 0},        /* Password */ 
     
    578584#elif HAVE_SAGAR 
    579585    {"wl_ssid", "hotspot-internet", 0}, /* Service set ID (network name) */ 
     586#elif HAVE_CORENET 
     587    {"wl_ssid", "corenet", 0},  /* Service set ID (network name) */ 
    580588#elif defined(HAVE_GGEW) && !defined(HAVE_NS5) && !defined(HAVE_NS2) 
    581589    {"wl_ssid", "GGEWnet-WLAN", 0},     /* Service set ID (network name) */ 
     
    612620#elif defined(HAVE_GGEW) && defined(HAVE_NS2) 
    613621    {"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) */ 
    614624#elif defined(HAVE_DDLAN) 
    615625    {"wl0_ssid", "www.ddlan.de", 0},    /* Service set ID (network name) */ 
     
    10911101#elif  HAVE_SKYTEL 
    10921102    {"router_name", "ST54G", 0}, 
     1103#elif  HAVE_CORENET 
     1104    {"router_name", "core-packet", 0}, 
    10931105#elif  HAVE_POWERNOC_WORT54G 
    10941106    {"router_name", "WORT54G", 0},