diff options
Diffstat (limited to 'README.md')
| -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: |
