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/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/acx') diff --git a/package/acx/Makefile b/package/acx/Makefile index b5d211ca49..d910dedcc6 100644 --- a/package/acx/Makefile +++ b/package/acx/Makefile @@ -28,7 +28,7 @@ define KernelPackage/acx DEPENDS:=@PCI_SUPPORT||TARGET_ar7 +wireless-tools URL:=http://acx100.sourceforge.net/ SUBMENU:=Wireless Drivers - FILES:= $(PKG_BUILD_DIR)/acx.$(LINUX_KMOD_SUFFIX) + FILES:= $(PKG_BUILD_DIR)/acx.ko AUTOLOAD:=$(call AutoLoad,50,acx) endef -- cgit v1.2.3