mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-15 11:21:10 +00:00
mac80211: reintroduce rt61/rt73 support
Reintroduce rt61/rt73 support as they looks to be pretty standard and currently required by Gemini or Xway-legacy targets. Notice that they are b/g card. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
7e85c30938
commit
4f1b7f5829
@ -1,6 +1,7 @@
|
|||||||
PKG_DRIVERS += \
|
PKG_DRIVERS += \
|
||||||
rt2x00-lib rt2x00-pci rt2x00-usb rt2x00-mmio \
|
rt2x00-lib rt2x00-pci rt2x00-usb rt2x00-mmio \
|
||||||
rt2800-lib rt2800-mmio rt2800-pci rt2800-soc rt2800-usb
|
rt2800-lib rt2800-mmio rt2800-pci rt2800-soc rt2800-usb \
|
||||||
|
rt61-pci rt73-usb
|
||||||
|
|
||||||
PKG_CONFIG_DEPENDS += \
|
PKG_CONFIG_DEPENDS += \
|
||||||
CONFIG_PACKAGE_RT2X00_LIB_DEBUGFS \
|
CONFIG_PACKAGE_RT2X00_LIB_DEBUGFS \
|
||||||
@ -128,4 +129,18 @@ $(call KernelPackage/rt2x00/Default)
|
|||||||
AUTOLOAD:=$(call AutoProbe,rt2800usb)
|
AUTOLOAD:=$(call AutoProbe,rt2800usb)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/rt61-pci
|
||||||
|
$(call KernelPackage/rt2x00/Default)
|
||||||
|
DEPENDS+= @PCI_SUPPORT +kmod-rt2x00-pci +kmod-eeprom-93cx6 +kmod-lib-crc-itu-t +rt61-pci-firmware
|
||||||
|
TITLE+= (RT2x61 PCI)
|
||||||
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ralink/rt2x00/rt61pci.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,rt61pci)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/rt73-usb
|
||||||
|
$(call KernelPackage/rt2x00/Default)
|
||||||
|
DEPENDS+= @USB_SUPPORT +kmod-rt2x00-usb +kmod-lib-crc-itu-t +rt73-usb-firmware
|
||||||
|
TITLE+= (RT73 USB)
|
||||||
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ralink/rt2x00/rt73usb.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,rt73usb)
|
||||||
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user