summaryrefslogtreecommitdiff
path: root/strata/connectivity/wpa_supplicant.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/connectivity/wpa_supplicant.morph')
-rw-r--r--strata/connectivity/wpa_supplicant.morph23
1 files changed, 23 insertions, 0 deletions
diff --git a/strata/connectivity/wpa_supplicant.morph b/strata/connectivity/wpa_supplicant.morph
new file mode 100644
index 00000000..b8251900
--- /dev/null
+++ b/strata/connectivity/wpa_supplicant.morph
@@ -0,0 +1,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: []