]> Git Repo - buildroot-mgba.git/commit
package/wpa_supplicant: adding ifupdown support
authorAngelo Compagnucci <[email protected]>
Sun, 12 Jun 2022 22:07:28 +0000 (00:07 +0200)
committerArnout Vandecappelle (Essensium/Mind) <[email protected]>
Sun, 19 Jun 2022 15:22:04 +0000 (17:22 +0200)
commiteed183e67e02a35e98fbf6baead9c9ee559b493e
treefb9b8e8f3ff4ff3f48291a5019524ae92dd71491
parenta76294cd6cf4c06a37b326585cb118d561322315
package/wpa_supplicant: adding ifupdown support

Actually, configuring a wifi interface as per "interfaces" man:

auto wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant.conf

doesn't work on buildroot because the line wpa-conf is ignored due to
the lack of a proper ifupdown script to handle the wpa_supplicant
initialization.

Signed-off-by: Angelo Compagnucci <[email protected]>
Reviewed-by: Nicolas Cavallari <[email protected]>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
package/wpa_supplicant/ifupdown.sh [new file with mode: 0755]
package/wpa_supplicant/wpa_supplicant.mk
This page took 0.037604 seconds and 4 git commands to generate.