summaryrefslogtreecommitdiff
path: root/strata/connectivity/wpa_supplicant.morph
blob: b8251900c3b8d8d96e539176734b245de3eda079 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: wpa_supplicant
kind: chunk
description: ''
max-jobs: null
products: []
build-system: manual
pre-configure-commands: []
configure-commands:
- sed -i 's/^CONFIG_READLINE=y$//' wpa_supplicant/.config
post-configure-commands: []
pre-build-commands: []
build-commands:
- make -C wpa_supplicant
post-build-commands: []
pre-install-commands: []
install-commands:
- make -C wpa_supplicant DESTDIR="$DESTDIR" install
post-install-commands: []
devices: []
post-test-commands: []
pre-test-commands: []
system-integration: []
test-commands: []