diff options
author | Claudio Mignanti <c.mignanti@gmail.com> | 2010-07-12 14:06:13 +0000 |
---|---|---|
committer | Claudio Mignanti <c.mignanti@gmail.com> | 2010-07-12 14:06:13 +0000 |
commit | 33990405fb045f2e425cc9f39d75ce8e1cb07669 (patch) | |
tree | 43d7c27e914e86a07120be9c4ee274d800da9bbb /package/acx-mac80211/Makefile | |
parent | 25949aa5d80fb62e0b201b396395b6fab6809d10 (diff) | |
download | master-187ad058-33990405fb045f2e425cc9f39d75ce8e1cb07669.tar.gz master-187ad058-33990405fb045f2e425cc9f39d75ce8e1cb07669.tar.bz2 master-187ad058-33990405fb045f2e425cc9f39d75ce8e1cb07669.zip |
massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22145 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx-mac80211/Makefile')
-rw-r--r-- | package/acx-mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile index c7f2c8819c..a69dc5fdc5 100644 --- a/package/acx-mac80211/Makefile +++ b/package/acx-mac80211/Makefile @@ -25,7 +25,7 @@ define KernelPackage/acx-mac80211 SUBMENU:=Wireless Drivers TITLE:=ACX111 Mac80211 driver DEPENDS:=@PCI_SUPPORT||TARGET_ar7 +kmod-mac80211 - FILES:=$(PKG_BUILD_DIR)/acx-mac80211.$(LINUX_KMOD_SUFFIX) + FILES:=$(PKG_BUILD_DIR)/acx-mac80211.ko AUTOLOAD:=$(call AutoLoad,50,acx-mac80211) endef |