[Add meta-cmf-filogic sdk cmf for rdkb development]
[Description]
Add meta-cmf-filogic sdk cmf for rdkb development
1. rdkb base on dunfell rdkb-next (> 2022q1)
2. cmf is mostly from meta-turris implementation
3. some 64bit support are port from rp4-64 cmf
4. arm64/arm 32bit bsp both can run on rdkb
[Release-log]
N/A
diff --git a/recipes-connectivity/wpa-supplicant/files/wpa_supplicant-global.service b/recipes-connectivity/wpa-supplicant/files/wpa_supplicant-global.service
new file mode 100644
index 0000000..bb54128
--- /dev/null
+++ b/recipes-connectivity/wpa-supplicant/files/wpa_supplicant-global.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=WPA supplicant daemon
+After=CcspPandMSsp.service
+StartLimitIntervalSec=120
+
+[Service]
+Type=simple
+PIDFile=/var/run/wpa_supplicant-global.pid
+ExecStart=/usr/sbin/wpa_supplicant -g/var/run/wpa_supplicant-global -P /var/run/wpa_supplicant-global.pid
+Restart=always
+
+[Install]
+WantedBy=multi-user.target
+