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.bb14
1 files changed, 14 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..857bbc3f95
--- /dev/null
+++ b/meta-networking/recipes-connectivity/wowlan-udev/wowlan-udev.bb
@@ -0,0 +1,14 @@
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
7do_install() {
8 install -d ${D}${sysconfdir}/udev/rules.d
9 install -m 0644 ${UNPACKDIR}/99-wowlan.rules \
10 ${D}${sysconfdir}/udev/rules.d/
11}
12
13INHIBIT_DEFAULT_DEPS = "1"
14RDEPENDS:${PN} = "iw udev"