From 2d86ea7bf3f47d45d196e0148a091004ded321bf Mon Sep 17 00:00:00 2001 From: Claudio Mignanti Date: Mon, 12 Jul 2010 14:06:13 +0000 Subject: massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950 SVN-Revision: 22145 --- package/acx-mac80211/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/acx-mac80211/Makefile') 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 -- cgit v1.1