diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/wlan-ng/wlan-ng-modules.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/wlan-ng/wlan-ng-modules.inc b/packages/wlan-ng/wlan-ng-modules.inc index 8be211d4c9..53910d47b9 100644 --- a/packages/wlan-ng/wlan-ng-modules.inc +++ b/packages/wlan-ng/wlan-ng-modules.inc @@ -3,6 +3,7 @@ HOMEPAGE = "http://www.linux-wlan.org" SECTION = "kernel/modules" DEPENDS = "virtual/kernel" RRECOMMENDS = "wlan-ng-utils" +RPROVIDES += "wlan-ng-modules-usb" LICENSE = "GPL" SRC_URI = "file://no-compat.patch;patch=1 \ @@ -12,7 +13,6 @@ SRC_URI = "file://no-compat.patch;patch=1 \ # file://module_param_array.patch;patch=1 \ file://scripts-makefile-hostcc.patch;patch=1 \ file://pcmciasrc.patch;patch=1 \ - file://usb-owner.patch;patch=1 \ file://pcmcia-driver.patch;patch=1 \ file://config.in" |