1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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
This commit is contained in:
nbd
2007-01-20 02:01:53 +00:00
parent 62adcb808c
commit 17126ba85f
9 changed files with 51 additions and 91 deletions

View File

@@ -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) \