mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
DESCRIPTION:= is obselete
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9306 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0988e52bb4
commit
be51d215c7
@ -30,13 +30,16 @@ endif
|
|||||||
define KernelPackage/acx-mac80211
|
define KernelPackage/acx-mac80211
|
||||||
SUBMENU:=Wireless Drivers
|
SUBMENU:=Wireless Drivers
|
||||||
TITLE:=ACX111 Mac80211 driver
|
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
|
# KCONFIG:=CONFIG_MAC80211
|
||||||
FILES:=$(PKG_BUILD_DIR)/acx-mac80211.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(PKG_BUILD_DIR)/acx-mac80211.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,50,acx-mac80211)
|
AUTOLOAD:=$(call AutoLoad,50,acx-mac80211)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/acx-mac80211/description
|
||||||
|
Driver for acx111 cards (Mac80211 version)
|
||||||
|
endef
|
||||||
|
|
||||||
$(STAMP_BUILT): $(DL_DIR)/$(PKG_FW_NAME)
|
$(STAMP_BUILT): $(DL_DIR)/$(PKG_FW_NAME)
|
||||||
|
|
||||||
$(DL_DIR)/$(PKG_FW_NAME):
|
$(DL_DIR)/$(PKG_FW_NAME):
|
||||||
|
@ -25,13 +25,15 @@ define KernelPackage/broadcom-mmc
|
|||||||
SUBMENU:=Other modules
|
SUBMENU:=Other modules
|
||||||
DEPENDS:=@TARGET_brcm_2_4
|
DEPENDS:=@TARGET_brcm_2_4
|
||||||
TITLE:=Kernel driver for the Linksys WRT54G MM/SD-Card Mod
|
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/
|
URL:=http://kiel.kool.dk/
|
||||||
FILES:=$(PKG_BUILD_DIR)/mmc.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(PKG_BUILD_DIR)/mmc.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,80,mmc)
|
AUTOLOAD:=$(call AutoLoad,80,mmc)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/broadcom-mmc/description
|
||||||
|
Kernel driver for the Linksys WRT54G MM/SD-Card Mod
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
mkdir -p $(PKG_BUILD_DIR)
|
mkdir -p $(PKG_BUILD_DIR)
|
||||||
$(CP) ./src/* $(PKG_BUILD_DIR)/
|
$(CP) ./src/* $(PKG_BUILD_DIR)/
|
||||||
|
@ -23,14 +23,16 @@ define KernelPackage/rt61
|
|||||||
SUBMENU:=Wireless Drivers
|
SUBMENU:=Wireless Drivers
|
||||||
TITLE:=Driver for ralink MiMo pci chipsets
|
TITLE:=Driver for ralink MiMo pci chipsets
|
||||||
DEPENDS:=@LINUX_2_6 @PCI_SUPPORT +wireless-tools
|
DEPENDS:=@LINUX_2_6 @PCI_SUPPORT +wireless-tools
|
||||||
DESCRIPTION:=\
|
|
||||||
This package contains a driver for ralink rt2x61 pci chipsets.
|
|
||||||
URL:=http://rt2x00.serialmonkey.com/
|
URL:=http://rt2x00.serialmonkey.com/
|
||||||
FILES:= \
|
FILES:= \
|
||||||
$(PKG_BUILD_DIR)/Module/rt61.$(LINUX_KMOD_SUFFIX)
|
$(PKG_BUILD_DIR)/Module/rt61.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,50,rt61)
|
AUTOLOAD:=$(call AutoLoad,50,rt61)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/rt61/description
|
||||||
|
This package contains a driver for ralink rt2x61 pci chipsets.
|
||||||
|
endef
|
||||||
|
|
||||||
define KernelPackage/rt61/install
|
define KernelPackage/rt61/install
|
||||||
mkdir -p $(1)/lib/firmware
|
mkdir -p $(1)/lib/firmware
|
||||||
$(CP) -L $(PKG_BUILD_DIR)/Module/rt2?61*.bin $(1)/lib/firmware
|
$(CP) -L $(PKG_BUILD_DIR)/Module/rt2?61*.bin $(1)/lib/firmware
|
||||||
|
Loading…
Reference in New Issue
Block a user