Feature #109
closedAdd scripts for bringing up wireless
100%
Description
Use of iw and wpa-supplicant can be scripted for this early edition (before a NetworkManager tool is created).
See:Updated by Hammel over 12 years ago
Re-added use of volatile directory in /etc/init.d/S00dev and added creation of missing dirs under /var/volatile which symlinks will point to.
This fixes the bug where the network init script was unable to bring up wlan0.
Now the configurations required for wpa-supplicant can be added to auto-init the wireless network.
After that, its questionable if user space scripts need to be written to allow network configuration since the use of /etc/network and wpa-supplicant related configuration files may be enough for now (until BUI enters serious development).
Updated by Hammel over 12 years ago
- Status changed from In Progress to Closed
- % Done changed from 30 to 100
Added S40network to bring up both wired and wireless networks, as available. Wireless uses wpa_supplicant.
Also added various network utilities such as openssh, wget, and ntp.