summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/wowlan-udev/wowlan-udev.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/wowlan-udev/wowlan-udev.bb')
-rw-r--r--meta-networking/recipes-connectivity/wowlan-udev/wowlan-udev.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/wowlan-udev/wowlan-udev.bb b/meta-networking/recipes-connectivity/wowlan-udev/wowlan-udev.bb
new file mode 100644
index 0000000000..61cba47e33
--- /dev/null
+++ b/meta-networking/recipes-connectivity/wowlan-udev/wowlan-udev.bb
@@ -0,0 +1,16 @@
1SUMMARY = "Enable WoWLAN via udev on Wi-Fi PHY registration"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
4
5SRC_URI = "file://99-wowlan.rules"
6
7S = "${UNPACKDIR}"
8
9do_install() {
10 install -d ${D}${sysconfdir}/udev/rules.d
11 install -m 0644 ${UNPACKDIR}/99-wowlan.rules \
12 ${D}${sysconfdir}/udev/rules.d/
13}
14
15INHIBIT_DEFAULT_DEPS = "1"
16RDEPENDS:${PN} = "iw udev"