DESCRIPTION:= is obselete
SVN-Revision: 9306
This commit is contained in:
parent
5e621fdd17
commit
92c40922e9
3 changed files with 13 additions and 6 deletions
|
@ -30,13 +30,16 @@ endif
|
|||
define KernelPackage/acx-mac80211
|
||||
SUBMENU:=Wireless Drivers
|
||||
TITLE:=ACX111 Mac80211 driver
|
||||
DESCRIPTION:=Driver for acx111 cards (Mac80211 version)
|
||||
DEPENDS:=@LINUX_2_6 +kmod-mac80211 @!TARGET_atheros
|
||||
DEPENDS:=@LINUX_2_6 +kmod-mac80211 @!TARGET_atheros
|
||||
# KCONFIG:=CONFIG_MAC80211
|
||||
FILES:=$(PKG_BUILD_DIR)/acx-mac80211.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,acx-mac80211)
|
||||
endef
|
||||
|
||||
define KernelPackage/acx-mac80211/description
|
||||
Driver for acx111 cards (Mac80211 version)
|
||||
endef
|
||||
|
||||
$(STAMP_BUILT): $(DL_DIR)/$(PKG_FW_NAME)
|
||||
|
||||
$(DL_DIR)/$(PKG_FW_NAME):
|
||||
|
|
|
@ -25,13 +25,15 @@ define KernelPackage/broadcom-mmc
|
|||
SUBMENU:=Other modules
|
||||
DEPENDS:=@TARGET_brcm_2_4
|
||||
TITLE:=Kernel driver for the Linksys WRT54G MM/SD-Card Mod
|
||||
DESCRIPTION:=\
|
||||
Kernel driver for the Linksys WRT54G MM/SD-Card Mod
|
||||
URL:=http://kiel.kool.dk/
|
||||
FILES:=$(PKG_BUILD_DIR)/mmc.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,80,mmc)
|
||||
endef
|
||||
|
||||
define KernelPackage/broadcom-mmc/description
|
||||
Kernel driver for the Linksys WRT54G MM/SD-Card Mod
|
||||
endef
|
||||
|
||||
define Build/Prepare
|
||||
mkdir -p $(PKG_BUILD_DIR)
|
||||
$(CP) ./src/* $(PKG_BUILD_DIR)/
|
||||
|
|
|
@ -23,14 +23,16 @@ define KernelPackage/rt61
|
|||
SUBMENU:=Wireless Drivers
|
||||
TITLE:=Driver for ralink MiMo pci chipsets
|
||||
DEPENDS:=@LINUX_2_6 @PCI_SUPPORT +wireless-tools
|
||||
DESCRIPTION:=\
|
||||
This package contains a driver for ralink rt2x61 pci chipsets.
|
||||
URL:=http://rt2x00.serialmonkey.com/
|
||||
FILES:= \
|
||||
$(PKG_BUILD_DIR)/Module/rt61.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,rt61)
|
||||
endef
|
||||
|
||||
define KernelPackage/rt61/description
|
||||
This package contains a driver for ralink rt2x61 pci chipsets.
|
||||
endef
|
||||
|
||||
define KernelPackage/rt61/install
|
||||
mkdir -p $(1)/lib/firmware
|
||||
$(CP) -L $(PKG_BUILD_DIR)/Module/rt2?61*.bin $(1)/lib/firmware
|
||||
|
|
Loading…
Reference in a new issue