From c02a352bbf155bcec4407172496951626b2d14c3 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 22 Aug 2017 16:42:46 +0300 Subject: Fix wireless config --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index fc1bb61..c9cdee0 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.3.1