summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/connman.morph10
-rw-r--r--connectivity/iptables.morph5
-rw-r--r--connectivity/libnl.morph5
-rw-r--r--connectivity/wpa_supplicant.morph12
4 files changed, 32 insertions, 0 deletions
diff --git a/connectivity/connman.morph b/connectivity/connman.morph
new file mode 100644
index 00000000..971b36f1
--- /dev/null
+++ b/connectivity/connman.morph
@@ -0,0 +1,10 @@
+name: connectivity/connman.morph
+kind: chunk
+repo: upstream:connman
+ref: f16e43ebc34a32937a67c56655586d2dc1518fbb
+build-system: autotools
+configure-commands:
+- ./bootstrap
+- ./configure --prefix="$PREFIX" --disable-wispr --disable-client LIBS=-lncurses
+build_depends:
+- connectivity/iptables.morph
diff --git a/connectivity/iptables.morph b/connectivity/iptables.morph
new file mode 100644
index 00000000..64ceec4d
--- /dev/null
+++ b/connectivity/iptables.morph
@@ -0,0 +1,5 @@
+name: connectivity/iptables.morph
+kind: chunk
+repo: upstream:iptables
+ref: 3e6fa55d5e28c93f417afeae7a7d4f349ddffcf4
+build-system: autotools
diff --git a/connectivity/libnl.morph b/connectivity/libnl.morph
new file mode 100644
index 00000000..b236d3a2
--- /dev/null
+++ b/connectivity/libnl.morph
@@ -0,0 +1,5 @@
+name: connectivity/libnl.morph
+kind: chunk
+repo: upstream:libnl
+ref: a2c4bd8f094a7247903578860a9c42049991860b
+build-system: autotools
diff --git a/connectivity/wpa_supplicant.morph b/connectivity/wpa_supplicant.morph
new file mode 100644
index 00000000..7f72a0e4
--- /dev/null
+++ b/connectivity/wpa_supplicant.morph
@@ -0,0 +1,12 @@
+name: connectivity/wpa_supplicant.morph
+kind: chunk
+repo: upstream:hostap
+ref: 1cdfb99c3a04235697dc6979b9eb5418861e42f8
+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
+build_depends:
+- connectivity/libnl.morph