diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-22 16:42:46 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-22 16:42:46 +0300 |
| commit | c02a352bbf155bcec4407172496951626b2d14c3 (patch) | |
| tree | 30694cd045c679265364dc82b52b08ef9ee44e23 | |
| parent | 544e0f5edde8c31d4097899f64ed21d72d4b9782 (diff) | |
Fix wireless config
| -rw-r--r-- | README.md | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -34,7 +34,7 @@ Edit `/npc/boot.sh` and add `/bin/busybox telnetd` to the top of the file. Running on an unauthenticated wireless network isn't very smart. -After setting up your network, create a new file `/rom/wpa_supplicant.conf` to match your network configuration, e.g.: +After setting up your network, edit `/rom/wpa_supplicant0.conf` to match your network configuration, e.g.: ``` ctrl_interface=/etc/Wireless @@ -44,12 +44,6 @@ network={ } ``` -Then hook it into `/npc/boot.sh`, add the line: - -``` -cp /rom/wpa_supplicant.conf /mnt/ramdisk/wpa_supplicant0.conf -``` - ### Stream Access If your network configuration is good to go, you can launch your favorite media player and watch your video + audio stream: |
