diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-10-07 18:54:17 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-10-07 18:54:17 +0000 |
commit | f46b140e8499bf77db3ece4b75fb61a87a0c88b1 (patch) | |
tree | 8941c63008b3b1d43291f76a3153a2960bed2c8b /package | |
parent | 1c6c31e8ac4a9488c7f1db8d5d9d3d4dd3476dd2 (diff) | |
download | upstream-f46b140e8499bf77db3ece4b75fb61a87a0c88b1.tar.gz upstream-f46b140e8499bf77db3ece4b75fb61a87a0c88b1.tar.bz2 upstream-f46b140e8499bf77db3ece4b75fb61a87a0c88b1.zip |
fix typos in KernelPackage/libertas
SVN-Revision: 17986
Diffstat (limited to 'package')
-rw-r--r-- | package/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 98658c8573..86d09dd4f4 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -341,7 +341,7 @@ $(eval $(call Download,usb8388)) define KernelPackage/libertas $(call KernelPackage/mac80211/Default) - DEPENDS:= @USB_SUPPORT +kmod-mac8021 +kmod-usb-core1 + DEPENDS+= @USB_SUPPORT +kmod-mac80211 +kmod-usb-core TITLE:=Marvell 88W8015 Wireless Driver FILES:= \ $(PKG_BUILD_DIR)/drivers/net/wireless/libertas/libertas.$(LINUX_KMOD_SUFFIX) \ |