mbox series

[0/4] Configure default wifi through kconfig

Message ID 20220620214058.1435436-1-angelo@amarulasolutions.com
Headers show
Series Configure default wifi through kconfig | expand

Message

Angelo Compagnucci June 20, 2022, 9:40 p.m. UTC
This series was born while adding support for a board and feeling the
necessity to have the networking options available in .config.
I understand that something like that could be done by adding an
overlay, but it requires a lot of boilerplate only to be able to connect
to a wifi network.

Angelo Compagnucci (4):
  system: adding options for configuring wifi
  package/wpa_supplicant: configure wifi when enabled
  package/ifupdown-scripts: add wifi configuration when enabled
  package/busybox: add service to load kernel modules at boot

 package/busybox/S02modules                   | 56 ++++++++++++++++++++
 package/busybox/busybox.mk                   |  2 +
 package/ifupdown-scripts/ifupdown-scripts.mk |  2 +
 package/wpa_supplicant/wpa_supplicant.mk     | 14 +++++
 system/Config.in                             | 15 ++++++
 5 files changed, 89 insertions(+)
 create mode 100644 package/busybox/S02modules