diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-25 16:06:54 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-25 16:06:54 +0000 |
commit | 3f09a0e0a772591f37599d725190bb3b0b09a356 (patch) | |
tree | a14e3591f44ce3b57e04226ee819f3346e4829f4 /packages | |
parent | f82c650ffa36d10fff6d231e4139e16a588df8b2 (diff) |
orinoco-conf: call update-modules to populate information from /etc/modutils
Diffstat (limited to 'packages')
-rw-r--r-- | packages/orinoco/orinoco-conf_1.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/orinoco/orinoco-conf_1.0.bb b/packages/orinoco/orinoco-conf_1.0.bb index 97b860f2cf..0062e870a6 100644 --- a/packages/orinoco/orinoco-conf_1.0.bb +++ b/packages/orinoco/orinoco-conf_1.0.bb @@ -2,8 +2,9 @@ DESCRIPTION = "PCMCIA-cs configuration files for Hermes (Orinoco) wireless LAN c SECTION = "kernel/modules" PRIORITY = "optional" LICENSE = "GPL" +RDEPENDS = "update-modules" PACKAGE_ARCH = "all" -PR = "r2" +PR = "r3" SRC_URI = "file://spectrum.conf \ file://hermes.conf \ |