diff options
Diffstat (limited to 'openembedded/packages/hostap/hostap-modules_0.3.9.bb')
-rw-r--r-- | openembedded/packages/hostap/hostap-modules_0.3.9.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openembedded/packages/hostap/hostap-modules_0.3.9.bb b/openembedded/packages/hostap/hostap-modules_0.3.9.bb index 0f9d7c07b4..940b23863b 100644 --- a/openembedded/packages/hostap/hostap-modules_0.3.9.bb +++ b/openembedded/packages/hostap/hostap-modules_0.3.9.bb | |||
@@ -3,8 +3,8 @@ SECTION = "kernel/modules" | |||
3 | PRIORITY = "optional" | 3 | PRIORITY = "optional" |
4 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" | 4 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" |
5 | LICENSE = "GPL" | 5 | LICENSE = "GPL" |
6 | PROVIDES = "virtual/kernel-hostap" | 6 | PROVIDES = "virtual/kernel-hostap hostap-conf" |
7 | PR = "r6" | 7 | PR = "r8" |
8 | 8 | ||
9 | SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ | 9 | SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ |
10 | file://hostap_cs.conf \ | 10 | file://hostap_cs.conf \ |
@@ -45,3 +45,4 @@ FILES_hostap-modules-pci = "/lib/modules/${KERNEL_VERSION}/net/hostap_pci${KERNE | |||
45 | FILES_hostap-modules = "/lib/modules/" | 45 | FILES_hostap-modules = "/lib/modules/" |
46 | RDEPENDS_hostap-modules-cs = "hostap-modules" | 46 | RDEPENDS_hostap-modules-cs = "hostap-modules" |
47 | RDEPENDS_hostap-modules-pci = "hostap-modules" | 47 | RDEPENDS_hostap-modules-pci = "hostap-modules" |
48 | RPROVIDES_hostap-modules-cs = "hostap-conf" | ||