Changeset 43396 for titan/titan


Ignore:
Timestamp:
02/02/19 00:24:55 (5 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/network.h

    r43395 r43396  
    192192                        savesettings = ostrcat(savesettings, "\n\tpre-up wpa_supplicant -i", 1, 0);
    193193                        savesettings = ostrcat(savesettings, net->device, 1, 0);
    194 //                      savesettings = ostrcat(savesettings, " -c/etc/wpa_supplicant.", 1, 0);
     194//                      savesettings = ostrcat(savesettings, " -c/mnt/network/wpa_supplicant.", 1, 0);
    195195//                      savesettings = ostrcat(savesettings, net->device, 1, 0);
    196196//                      savesettings = ostrcat(savesettings, ".conf -B -dd -Dwext || true", 1, 0);
    197                         savesettings = ostrcat(savesettings, " -c/etc/wpa_supplicant.conf -B -dd -Dwext || true", 1, 0);
     197                        savesettings = ostrcat(savesettings, " -c/mnt/network/wpa_supplicant.conf -B -dd -Dwext || true", 1, 0);
    198198
    199199                        savesettings = ostrcat(savesettings, "\n\tpre-down wpa_cli -i", 1, 0);
Note: See TracChangeset for help on using the changeset viewer.