Make rt61 become a real kernel package
SVN-Revision: 5931
This commit is contained in:
parent
1d1acc0760
commit
8d42c41ada
1 changed files with 10 additions and 14 deletions
|
@ -21,13 +21,17 @@ PKG_CAT:=zcat
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/kmod-rt61
|
define KernelPackage/rt61
|
||||||
SECTION:=kernel
|
SUBMENU:=Wireless Drivers
|
||||||
CATEGORY:=Kernel drivers
|
TITLE:=Driver for ralink MiMo pci chipsets
|
||||||
DEPENDS:=@LINUX_2_6_RDC
|
DEPENDS:=@USB_SUPPORT +wireless-tools
|
||||||
TITLE:=Driver for Ralink RT61xx based boards
|
DESCRIPTION:=\
|
||||||
|
This package contains a driver for ralink rt61xx pci chipsets.
|
||||||
URL:=http://rt2x00.serialmonkey.com/
|
URL:=http://rt2x00.serialmonkey.com/
|
||||||
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
|
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
|
||||||
|
FILES:= \
|
||||||
|
$(PKG_BUILD_DIR)/Module/rt61.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,50,rt61)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
@ -40,12 +44,4 @@ define Build/Compile
|
||||||
modules
|
modules
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/kmod-rt61/install
|
$(eval $(call KernelPackage,rt61))
|
||||||
mkdir -p $(1)/etc/modules.d
|
|
||||||
$(INSTALL_DATA) ./files/rt61.modules $(1)/etc/modules.d/10-ralink
|
|
||||||
$(INSTALL_DIR) $(1)/lib/modules/$(LINUX_VERSION)
|
|
||||||
$(CP) $(PKG_BUILD_DIR)/Module/rt61.$(LINUX_KMOD_SUFFIX) \
|
|
||||||
$(1)/lib/modules/$(LINUX_VERSION)/
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call BuildPackage,kmod-rt61))
|
|
||||||
|
|
Loading…
Reference in a new issue