mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-10 06:00:11 +00:00
Use -g instead of --gateway
This commit is contained in:
parent
dd3c72ef4a
commit
0c935c6d07
@ -142,7 +142,7 @@ const char *build_wh_mkconfig_command(ConfigValues* cv){
|
||||
}
|
||||
|
||||
if(cv->gateway!=NULL) {
|
||||
strcat(cmd_mkconfig, " --gateway ");
|
||||
strcat(cmd_mkconfig, " -g ");
|
||||
strcat(cmd_mkconfig, cv->gateway);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user