summaryrefslogtreecommitdiff
path: root/baserock/strata/connectivity/wpa_supplicant.morph
diff options
context:
space:
mode:
Diffstat (limited to 'baserock/strata/connectivity/wpa_supplicant.morph')
-rw-r--r--baserock/strata/connectivity/wpa_supplicant.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/baserock/strata/connectivity/wpa_supplicant.morph b/baserock/strata/connectivity/wpa_supplicant.morph
new file mode 100644
index 00000000..86a51608
--- /dev/null
+++ b/baserock/strata/connectivity/wpa_supplicant.morph
@@ -0,0 +1,8 @@
+name: wpa_supplicant
+kind: chunk
+configure-commands:
+- sed -i 's/^CONFIG_READLINE=y$//' wpa_supplicant/.config
+build-commands:
+- make -C wpa_supplicant
+install-commands:
+- make -C wpa_supplicant DESTDIR="$DESTDIR" install