Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit bc6dc9e

Browse files
committed
Make sure wpa_supplicant is installed before noobs
So that our wpa_supplicant.conf overwrites the wpa_supplicant stock one.
1 parent 4dc1872 commit bc6dc9e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

buildroot/package/recovery/Config.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ config BR2_PACKAGE_RECOVERY
1010
select BR2_PACKAGE_QT_MOUSE_PC
1111
select BR2_PACKAGE_QT_KEYBOARD_TTY
1212
select BR2_PACKAGE_QJSON
13+
select BR2_PACKAGE_WPA_SUPPLICANT
1314
### runtime dependencies
1415
# commands called from the init script: mount, hostname, echo, getty, grep, ifup, vcgencmd, sh, cat, recovery
1516
# commands called from recovery application using QProcess:

buildroot/package/recovery/recovery.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RECOVERY_SITE_METHOD = local
1111
RECOVERY_LICENSE = BSD-3c
1212
RECOVERY_LICENSE_FILES = LICENSE.txt
1313
RECOVERY_INSTALL_STAGING = NO
14-
RECOVERY_DEPENDENCIES = qt qjson
14+
RECOVERY_DEPENDENCIES = qt qjson wpa_supplicant
1515

1616
define RECOVERY_BUILD_CMDS
1717
(cd $(@D) ; $(QT_QMAKE))

0 commit comments

Comments
 (0)