Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
set lan_domain back to empty
Browse files Browse the repository at this point in the history
  • Loading branch information
pexcn authored Jan 27, 2021
1 parent 94221e8 commit 09a7d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/user/shared/defaults.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ struct nvram_pair router_defaults[] = {
{ "lan_dns_x", "1" }, /* LAN DNS [static|dhcp] */
{ "lan_dns1", "" }, /* LAN DNS1 */
{ "lan_dns2", "" }, /* LAN DNS2 */
{ "lan_domain", "lan" }, /* LAN domain name */
{ "lan_domain", "" }, /* LAN domain name */
{ "lan_stp", "1" }, /* LAN spanning tree protocol */

/* WAN H/W parameters */
Expand Down

0 comments on commit 09a7d36

Please sign in to comment.