mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 07:39:45 +02:00
Change default ssid to "OpenWrt", and disable lazywds by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@464 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bb5940145f
commit
b0cd395fdc
@ -126,13 +126,13 @@ struct nvram_tuple router_defaults[] = {
|
|||||||
{ "wl_corerev", "", 0 }, /* Current core revision */
|
{ "wl_corerev", "", 0 }, /* Current core revision */
|
||||||
{ "wl_phytypes", "", 0 }, /* List of supported wireless bands (e.g. "ga") */
|
{ "wl_phytypes", "", 0 }, /* List of supported wireless bands (e.g. "ga") */
|
||||||
{ "wl_radioids", "", 0 }, /* List of radio IDs */
|
{ "wl_radioids", "", 0 }, /* List of radio IDs */
|
||||||
{ "wl_ssid", "linksys", 0 }, /* Service set ID (network name) */
|
{ "wl_ssid", "OpenWrt", 0 }, /* Service set ID (network name) */
|
||||||
{ "wl_country", "", 0 }, /* Country (default obtained from driver) */
|
{ "wl_country", "", 0 }, /* Country (default obtained from driver) */
|
||||||
{ "wl_radio", "1", 0 }, /* Enable (1) or disable (0) radio */
|
{ "wl_radio", "1", 0 }, /* Enable (1) or disable (0) radio */
|
||||||
{ "wl_closed", "0", 0 }, /* Closed (hidden) network */
|
{ "wl_closed", "0", 0 }, /* Closed (hidden) network */
|
||||||
{ "wl_ap_isolate", "0", 0 }, /* AP isolate mode */
|
{ "wl_ap_isolate", "0", 0 }, /* AP isolate mode */
|
||||||
{ "wl_mode", "ap", 0 }, /* AP mode (ap|sta|wds) */
|
{ "wl_mode", "ap", 0 }, /* AP mode (ap|sta|wds) */
|
||||||
{ "wl_lazywds", "1", 0 }, /* Enable "lazy" WDS mode (0|1) */
|
{ "wl_lazywds", "0", 0 }, /* Enable "lazy" WDS mode (0|1) */
|
||||||
{ "wl_wds", "", 0 }, /* xx:xx:xx:xx:xx:xx ... */
|
{ "wl_wds", "", 0 }, /* xx:xx:xx:xx:xx:xx ... */
|
||||||
{ "wl_wep", "disabled", 0 }, /* WEP data encryption (enabled|disabled) */
|
{ "wl_wep", "disabled", 0 }, /* WEP data encryption (enabled|disabled) */
|
||||||
{ "wl_auth", "0", 0 }, /* Shared key authentication optional (0) or required (1) */
|
{ "wl_auth", "0", 0 }, /* Shared key authentication optional (0) or required (1) */
|
||||||
|
Loading…
Reference in New Issue
Block a user