summaryrefslogtreecommitdiffstats
path: root/package/hostap/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-20 02:01:53 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-20 02:01:53 +0000
commit17126ba85f34746c5250ce9b2b18611f40a98d2c (patch)
tree26c4db5d46d3e0092b66db814fde04bca3059f59 /package/hostap/Makefile
parent62adcb808c8ff00b33280f3df32c6af41dd1f07f (diff)
cleanup, nuke obsolete 'Kernel drivers' category, convert remaining kmod packages to KernelPackage interface
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6136 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostap/Makefile')
-rw-r--r--package/hostap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostap/Makefile b/package/hostap/Makefile
index 4cc77a217..38cdf072d 100644
--- a/package/hostap/Makefile
+++ b/package/hostap/Makefile
@@ -120,13 +120,13 @@ ifeq ($(KERNEL),2.4)
modules
endef
- define Package/kmod-hostap-pci/install
+ define KernelPackage/hostap-pci/install
$(INSTALL_DIR) $(1)/lib/modules/$(LINUX_VERSION)
$(CP) \
$(1)/lib/modules/$(LINUX_VERSION)/
endef
- define Package/kmod-hostap-plx/install
+ define KernelPackage/hostap-plx/install
$(INSTALL_DIR) $(1)/lib/modules/$(LINUX_VERSION)
$(CP) \
$(PKG_BUILD_DIR)/driver/modules/hostap_plx.$(LINUX_KMOD_SUFFIX) \