summaryrefslogtreecommitdiff
path: root/package/acx-mac80211/Makefile
diff options
context:
space:
mode:
authorClaudio Mignanti <c.mignanti@gmail.com>2010-07-12 14:06:13 +0000
committerClaudio Mignanti <c.mignanti@gmail.com>2010-07-12 14:06:13 +0000
commit2d86ea7bf3f47d45d196e0148a091004ded321bf (patch)
tree2d9f40bf4827c95d0c34bdd9fae9baf18be532f8 /package/acx-mac80211/Makefile
parentbbcb9de93547b7aa0b11eb55e91914448c4b0901 (diff)
downloadmtk-20170518-2d86ea7bf3f47d45d196e0148a091004ded321bf.zip
mtk-20170518-2d86ea7bf3f47d45d196e0148a091004ded321bf.tar.gz
mtk-20170518-2d86ea7bf3f47d45d196e0148a091004ded321bf.tar.bz2
massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
SVN-Revision: 22145
Diffstat (limited to 'package/acx-mac80211/Makefile')
-rw-r--r--package/acx-mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile
index c7f2c88..a69dc5f 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