2008-08-27 14:09:29 +00:00
|
|
|
#
|
2015-03-20 11:47:16 +00:00
|
|
|
# Copyright (C) 2007-2015 OpenWrt.org
|
2007-06-21 20:42:32 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
include $(INCLUDE_DIR)/kernel.mk
|
|
|
|
|
|
|
|
PKG_NAME:=mac80211
|
|
|
|
|
2018-09-25 20:35:17 +00:00
|
|
|
PKG_VERSION:=4.19-rc5-1
|
2018-08-02 06:44:29 +00:00
|
|
|
PKG_RELEASE:=1
|
2018-10-05 06:31:56 +00:00
|
|
|
PKG_SOURCE_URL:=@KERNEL/linux/kernel/projects/backports/stable/v4.19-rc5/
|
2018-09-25 20:35:17 +00:00
|
|
|
PKG_HASH:=5b61e64ea79d22bbac9e8612d5d5485974f223de00d4ec250b0faf4b7baf9957
|
2017-08-22 21:59:48 +00:00
|
|
|
|
2018-09-25 20:35:17 +00:00
|
|
|
PKG_SOURCE:=backports-$(PKG_VERSION).tar.xz
|
2017-10-07 10:52:56 +00:00
|
|
|
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/backports-$(PKG_VERSION)
|
2010-09-07 10:00:34 +00:00
|
|
|
PKG_BUILD_PARALLEL:=1
|
2008-04-06 13:40:45 +00:00
|
|
|
|
2016-06-07 06:58:31 +00:00
|
|
|
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
2012-10-08 11:41:02 +00:00
|
|
|
|
2011-03-30 12:33:14 +00:00
|
|
|
PKG_DRIVERS = \
|
2015-09-16 09:37:18 +00:00
|
|
|
adm8211 \
|
2016-03-20 14:41:41 +00:00
|
|
|
airo \
|
2015-09-16 09:37:18 +00:00
|
|
|
hermes hermes-pci hermes-pcmcia hermes-plx\
|
|
|
|
lib80211 \
|
|
|
|
mac80211-hwsim \
|
|
|
|
mt7601u \
|
|
|
|
p54-common p54-pci p54-spi p54-usb \
|
2018-04-04 10:52:24 +00:00
|
|
|
rsi91x rsi91x-usb rsi91x-sdio\
|
2015-09-16 09:37:18 +00:00
|
|
|
wlcore wl12xx wl18xx \
|
|
|
|
zd1211rw
|
2011-03-30 12:33:14 +00:00
|
|
|
|
2009-04-27 15:53:00 +00:00
|
|
|
PKG_CONFIG_DEPENDS:= \
|
|
|
|
CONFIG_PACKAGE_kmod-mac80211 \
|
2009-11-23 22:01:45 +00:00
|
|
|
CONFIG_PACKAGE_MAC80211_DEBUGFS \
|
2011-12-12 14:42:35 +00:00
|
|
|
CONFIG_PACKAGE_MAC80211_MESH \
|
2016-05-20 22:11:40 +00:00
|
|
|
CONFIG_PACKAGE_MAC80211_TRACING \
|
|
|
|
CONFIG_PACKAGE_IWLWIFI_DEBUG \
|
|
|
|
CONFIG_PACKAGE_IWLWIFI_DEBUGFS \
|
2013-08-04 15:32:36 +00:00
|
|
|
CONFIG_PACKAGE_RTLWIFI_DEBUG \
|
2009-04-27 15:53:00 +00:00
|
|
|
|
2007-06-21 20:42:32 +00:00
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
2008-11-14 23:09:43 +00:00
|
|
|
WMENU:=Wireless Drivers
|
|
|
|
|
2009-01-08 01:21:20 +00:00
|
|
|
define KernelPackage/mac80211/Default
|
2008-11-14 23:09:43 +00:00
|
|
|
SUBMENU:=$(WMENU)
|
2015-03-16 06:39:10 +00:00
|
|
|
URL:=https://wireless.wiki.kernel.org/
|
2016-06-07 06:58:31 +00:00
|
|
|
MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
2009-01-08 01:21:20 +00:00
|
|
|
endef
|
|
|
|
|
2018-09-29 17:47:41 +00:00
|
|
|
config_package=$(if $(CONFIG_PACKAGE_kmod-$(1)),m)
|
|
|
|
|
|
|
|
config-y:= \
|
|
|
|
WLAN \
|
|
|
|
NL80211_TESTMODE \
|
|
|
|
CFG80211_WEXT \
|
|
|
|
CFG80211_CERTIFICATION_ONUS \
|
|
|
|
MAC80211_RC_MINSTREL \
|
|
|
|
MAC80211_RC_MINSTREL_HT \
|
|
|
|
MAC80211_RC_MINSTREL_VHT \
|
|
|
|
MAC80211_RC_DEFAULT_MINSTREL \
|
|
|
|
WLAN_VENDOR_ADMTEK \
|
|
|
|
WLAN_VENDOR_ATH \
|
|
|
|
WLAN_VENDOR_ATMEL \
|
|
|
|
WLAN_VENDOR_BROADCOM \
|
|
|
|
WLAN_VENDOR_CISCO \
|
|
|
|
WLAN_VENDOR_INTEL \
|
|
|
|
WLAN_VENDOR_INTERSIL \
|
|
|
|
WLAN_VENDOR_MARVELL \
|
|
|
|
WLAN_VENDOR_MEDIATEK \
|
|
|
|
WLAN_VENDOR_RALINK \
|
|
|
|
WLAN_VENDOR_REALTEK \
|
|
|
|
WLAN_VENDOR_RSI \
|
|
|
|
WLAN_VENDOR_ST \
|
|
|
|
WLAN_VENDOR_TI \
|
|
|
|
WLAN_VENDOR_ZYDAS \
|
|
|
|
|
|
|
|
config-$(call config_package,cfg80211) += CFG80211
|
|
|
|
|
|
|
|
config-$(call config_package,mac80211) += MAC80211
|
|
|
|
config-$(CONFIG_PACKAGE_MAC80211_MESH) += MAC80211_MESH
|
|
|
|
|
2018-09-29 17:56:26 +00:00
|
|
|
include ath.mk
|
2018-09-29 18:02:28 +00:00
|
|
|
include broadcom.mk
|
2018-09-29 18:10:23 +00:00
|
|
|
include intel.mk
|
2018-09-29 18:13:55 +00:00
|
|
|
include marvell.mk
|
2018-09-29 17:47:41 +00:00
|
|
|
include ralink.mk
|
2018-09-29 18:07:06 +00:00
|
|
|
include realtek.mk
|
2018-09-29 17:47:41 +00:00
|
|
|
|
|
|
|
PKG_CONFIG_DEPENDS += \
|
|
|
|
$(patsubst %,CONFIG_PACKAGE_kmod-%,$(PKG_DRIVERS))
|
|
|
|
|
2010-03-08 22:05:36 +00:00
|
|
|
define KernelPackage/cfg80211
|
2009-01-08 01:21:20 +00:00
|
|
|
$(call KernelPackage/mac80211/Default)
|
2010-03-08 22:05:36 +00:00
|
|
|
TITLE:=cfg80211 - wireless configuration API
|
2017-11-05 21:13:16 +00:00
|
|
|
DEPENDS+= +iw +wireless-regdb
|
2010-03-02 21:26:36 +00:00
|
|
|
FILES:= \
|
2010-07-12 14:06:13 +00:00
|
|
|
$(PKG_BUILD_DIR)/compat/compat.ko \
|
|
|
|
$(PKG_BUILD_DIR)/net/wireless/cfg80211.ko
|
2010-03-08 22:05:36 +00:00
|
|
|
endef
|
2010-03-02 21:26:36 +00:00
|
|
|
|
2010-03-08 22:05:36 +00:00
|
|
|
define KernelPackage/cfg80211/description
|
|
|
|
cfg80211 is the Linux wireless LAN (802.11) configuration API.
|
|
|
|
endef
|
|
|
|
|
|
|
|
define KernelPackage/mac80211
|
|
|
|
$(call KernelPackage/mac80211/Default)
|
|
|
|
TITLE:=Linux 802.11 Wireless Networking Stack
|
2017-08-22 21:59:48 +00:00
|
|
|
# +kmod-crypto-cmac is a runtime only dependency of net/mac80211/aes_cmac.c
|
2017-10-07 10:52:56 +00:00
|
|
|
DEPENDS+= +kmod-cfg80211 +hostapd-common
|
2011-03-01 18:55:00 +00:00
|
|
|
KCONFIG:=\
|
|
|
|
CONFIG_AVERAGE=y
|
2010-07-12 14:06:13 +00:00
|
|
|
FILES:= $(PKG_BUILD_DIR)/net/mac80211/mac80211.ko
|
2010-04-16 10:31:12 +00:00
|
|
|
MENU:=1
|
2007-06-21 20:42:32 +00:00
|
|
|
endef
|
2007-09-07 08:34:51 +00:00
|
|
|
|
2009-09-08 07:32:08 +00:00
|
|
|
define KernelPackage/mac80211/config
|
2012-10-17 12:53:08 +00:00
|
|
|
if PACKAGE_kmod-mac80211
|
2010-04-16 10:31:12 +00:00
|
|
|
|
|
|
|
config PACKAGE_MAC80211_DEBUGFS
|
|
|
|
bool "Export mac80211 internals in DebugFS"
|
2013-01-04 17:41:23 +00:00
|
|
|
select KERNEL_DEBUG_FS
|
2010-04-16 10:31:12 +00:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
Select this to see extensive information about
|
|
|
|
the internal state of mac80211 in debugfs.
|
|
|
|
|
2015-12-05 09:51:35 +00:00
|
|
|
config PACKAGE_MAC80211_TRACING
|
|
|
|
bool "Enable tracing (mac80211 and supported drivers)"
|
|
|
|
select KERNEL_FTRACE
|
|
|
|
select KERNEL_ENABLE_DEFAULT_TRACERS
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Select this to enable tracing of mac80211 and
|
|
|
|
related wifi drivers (using trace-cmd).
|
|
|
|
|
2011-12-12 14:42:35 +00:00
|
|
|
config PACKAGE_MAC80211_MESH
|
|
|
|
bool "Enable 802.11s mesh support"
|
|
|
|
default y
|
|
|
|
|
2012-10-17 12:53:08 +00:00
|
|
|
endif
|
2009-09-08 07:32:08 +00:00
|
|
|
endef
|
|
|
|
|
2007-09-07 08:34:51 +00:00
|
|
|
define KernelPackage/mac80211/description
|
2010-03-08 22:05:36 +00:00
|
|
|
Generic IEEE 802.11 Networking Stack (mac80211)
|
2007-09-07 08:34:51 +00:00
|
|
|
endef
|
2007-06-21 20:42:32 +00:00
|
|
|
|
2015-09-16 09:37:18 +00:00
|
|
|
define KernelPackage/adm8211
|
|
|
|
$(call KernelPackage/mac80211/Default)
|
|
|
|
TITLE:=ADMTek 8211 support
|
|
|
|
DEPENDS+=@PCI_SUPPORT +kmod-mac80211 +kmod-eeprom-93cx6
|
2015-12-04 22:39:37 +00:00
|
|
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/admtek/adm8211.ko
|
2015-09-16 09:37:18 +00:00
|
|
|
AUTOLOAD:=$(call AutoProbe,adm8211)
|
2013-09-05 19:35:14 +00:00
|
|
|
endef
|
|
|
|
|
2016-03-20 14:41:41 +00:00
|
|
|
define KernelPackage/airo
|
|
|
|
$(call KernelPackage/mac80211/Default)
|
|
|
|
TITLE:=Cisco Aironet driver
|
2016-03-23 12:52:24 +00:00
|
|
|
DEPENDS+=@PCI_SUPPORT +@DRIVER_WEXT_SUPPORT +kmod-cfg80211 @TARGET_x86
|
2016-03-20 14:41:41 +00:00
|
|
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/cisco/airo.ko
|
|
|
|
AUTOLOAD:=$(call AutoProbe,airo)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define KernelPackage/airo/description
|
|
|
|
Kernel support for Cisco Aironet cards
|
|
|
|
endef
|
|
|
|
|
2015-09-16 09:37:11 +00:00
|
|
|
define KernelPackage/hermes
|
2010-11-10 19:01:20 +00:00
|
|
|
$(call KernelPackage/mac80211/Default)
|
|
|
|
TITLE:=Hermes 802.11b chipset support
|
2015-09-18 09:05:11 +00:00
|
|
|
DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +kmod-cfg80211 +@DRIVER_WEXT_SUPPORT +kmod-crypto-michael-mic
|
2015-12-04 22:39:37 +00:00
|
|
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/intersil/orinoco/orinoco.ko
|
2013-09-17 21:45:17 +00:00
|
|
|
AUTOLOAD:=$(call AutoProbe,orinoco)
|
2010-11-10 19:01:20 +00:00
|
|
|
endef
|
|
|
|
|
2015-09-16 09:37:11 +00:00
|
|
|
define KernelPackage/hermes/description
|
2010-11-10 19:01:20 +00:00
|
|
|
Kernel support for Hermes 802.11b chipsets
|
|
|
|
endef
|
|
|
|
|
2015-09-16 09:37:11 +00:00
|
|
|
define KernelPackage/hermes-pci
|
2010-11-10 19:01:20 +00:00
|
|
|
$(call KernelPackage/mac80211/Default)
|
|
|
|
TITLE:=Intersil Prism 2.5 PCI support
|
2015-09-16 09:37:11 +00:00
|
|
|
DEPENDS:=@PCI_SUPPORT +kmod-hermes
|
2015-12-04 22:39:37 +00:00
|
|
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/intersil/orinoco/orinoco_pci.ko
|
2013-09-17 21:45:17 +00:00
|
|
|
AUTOLOAD:=$(call AutoProbe,orinoco_pci)
|
2010-11-10 19:01:20 +00:00
|
|
|
endef
|
|
|
|
|
2015-09-16 09:37:11 +00:00
|
|
|
define KernelPackage/hermes-pci/description
|
2010-11-10 19:01:20 +00:00
|
|
|
Kernel modules for Intersil Prism 2.5 PCI support
|
|
|
|
endef
|
|
|
|
|
2015-09-16 09:37:11 +00:00
|
|
|
define KernelPackage/hermes-plx
|
2010-11-10 19:01:20 +00:00
|
|
|
$(call KernelPackage/mac80211/Default)
|
|
|
|
TITLE:=PLX9052 based PCI adaptor
|
2015-09-16 09:37:11 +00:00
|
|
|
DEPENDS:=@PCI_SUPPORT +kmod-hermes
|
2015-12-04 22:39:37 +00:00
|
|
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/intersil/orinoco/orinoco_plx.ko
|
2013-09-17 21:45:17 +00:00
|
|
|
AUTOLOAD:=$(call AutoProbe,orinoco_plx)
|
2010-11-10 19:01:20 +00:00
|
|
|
endef
|
|
|
|
|
2015-09-16 09:37:11 +00:00
|
|
|
define KernelPackage/hermes-plx/description
|
2010-11-10 19:01:20 +00:00
|
|
|
Kernel modules for Hermes in PLX9052 based PCI adaptors
|
|
|
|
endef
|
|
|
|
|
2015-09-16 09:37:11 +00:00
|
|
|
define KernelPackage/hermes-pcmcia
|
2010-11-10 19:01:20 +00:00
|
|
|
$(call KernelPackage/mac80211/Default)
|
|
|
|
TITLE:=Hermes based PCMCIA adaptors
|
2018-09-23 16:02:35 +00:00
|
|
|
DEPENDS:=@PCMCIA_SUPPORT +kmod-hermes
|
2015-12-04 22:39:37 +00:00
|
|
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/intersil/orinoco/orinoco_cs.ko
|
2013-09-17 21:45:17 +00:00
|
|
|
AUTOLOAD:=$(call AutoProbe,orinoco_cs)
|
2010-11-10 19:01:20 +00:00
|
|
|
endef
|
|
|
|
|
2015-09-16 09:37:11 +00:00
|
|
|
define KernelPackage/hermes-pcmcia/description
|
2010-11-10 19:01:20 +00:00
|
|
|
Kernel modules for Hermes based PCMCIA adaptors
|
|
|
|
endef
|
|
|
|
|
2015-09-16 09:37:18 +00:00
|
|
|
|
|
|
|
define KernelPackage/lib80211
|
2014-07-24 10:18:06 +00:00
|
|
|
$(call KernelPackage/mac80211/Default)
|
2015-09-16 09:37:18 +00:00
|
|
|
TITLE:=802.11 Networking stack
|
2016-05-14 15:38:56 +00:00
|
|
|
DEPENDS:=+kmod-cfg80211 +kmod-crypto-hash
|
2014-07-24 10:18:06 +00:00
|
|
|
FILES:= \
|
2015-09-16 09:37:18 +00:00
|
|
|
$(PKG_BUILD_DIR)/net/wireless/lib80211.ko \
|
|
|
|
$(PKG_BUILD_DIR)/net/wireless/lib80211_crypt_wep.ko \
|
|
|
|
$(PKG_BUILD_DIR)/net/wireless/lib80211_crypt_ccmp.ko \
|
|
|
|
$(PKG_BUILD_DIR)/net/wireless/lib80211_crypt_tkip.ko
|
|
|
|
AUTOLOAD:=$(call AutoProbe, \
|
|
|
|
lib80211 \
|
|
|
|
lib80211_crypt_wep \
|
|
|
|
lib80211_crypt_ccmp \
|
|
|
|
lib80211_crypt_tkip \
|
|
|
|
)
|
2014-07-24 10:18:06 +00:00
|
|
|
endef
|
|
|
|
|
2015-09-16 09:37:18 +00:00
|
|
|
define KernelPackage/lib80211/description
|
|
|
|
Kernel modules for 802.11 Networking stack
|
|
|
|
Includes:
|
|
|
|
- lib80211
|
|
|
|
- lib80211_crypt_wep
|
|
|
|
- lib80211_crypt_tkip
|
|
|
|
- lib80211_crytp_ccmp
|
2014-07-24 10:18:06 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
|
2015-09-16 09:37:18 +00:00
|
|
|
define KernelPackage/mac80211-hwsim
|
|
|
|
$(call KernelPackage/mac80211/Default)
|
|
|
|
TITLE:=mac80211 HW simulation device
|
2017-02-03 13:15:42 +00:00
|
|
|
DEPENDS+= +kmod-mac80211 +@DRIVER_11AC_SUPPORT +@DRIVER_11N_SUPPORT +@DRIVER_11W_SUPPORT
|
2015-09-16 09:37:18 +00:00
|
|
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/mac80211_hwsim.ko
|
|
|
|
AUTOLOAD:=$(call AutoProbe,mac80211_hwsim)
|
|
|
|
endef
|
2014-07-06 10:58:14 +00:00
|
|
|
|
|
|
|
|
2015-09-16 09:37:18 +00:00
|
|
|
define KernelPackage/mt7601u
|
|
|
|
$(call KernelPackage/mac80211/Default)
|
|
|
|
TITLE:=MT7601U-based USB dongles Wireless Driver
|
2018-09-23 16:02:35 +00:00
|
|
|
DEPENDS+= +kmod-mac80211 +@DRIVER_11N_SUPPORT @USB_SUPPORT +kmod-usb-core +mt7601u-firmware
|
2015-09-16 09:37:18 +00:00
|
|
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/mediatek/mt7601u/mt7601u.ko
|
mac80211: fix autoprobing of mt7601u driver
Strigng passed to autoprobing script should match
module's name. Currently that string is missing trailing "u".
With that change mt7601u driver really gets autoloaded on
USB Wi-Fi dongle insertion:
------------------>8---------------
[ 0.930000] hub 2-0:1.0: USB hub found
[ 0.940000] hub 2-0:1.0: 1 port detected
[ 1.150000] usb 1-1: new high-speed USB device number 2 using
ehci-platform
[ 1.720000] init: - preinit -
Detected arc-sdp // Synopsys AXS101 Development Board
[ 1.810000] random: mktemp urandom read with 3 bits of entropy
available
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug
level
[ 4.940000] procd: - early -
[ 5.540000] procd: - ubus -
[ 6.550000] procd: - init -
Please press Enter to activate this console.
[ 7.160000] Loading modules backported from Linux version
master-2015-10-26-0-g28c26cb
[ 7.170000] Backport generated by backports.git
backports-20150903-4-g12cf266
[ 7.200000] cfg80211: World regulatory domain updated:
[ 7.230000] cfg80211: DFS Master region: unset
[ 7.230000] cfg80211: (start_freq - end_freq @ bandwidth),
(max_antenna_gain, max_eirp), (dfs_cac_time)
[ 7.250000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz),
(N/A, 2000 mBm), (N/A)
[ 7.270000] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz),
(N/A, 2000 mBm), (N/A)
[ 7.270000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz),
(N/A, 2000 mBm), (N/A)
[ 7.290000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz,
160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 7.290000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz,
160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 7.310000] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz),
(N/A, 2000 mBm), (0 s)
[ 7.310000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz),
(N/A, 2000 mBm), (N/A)
[ 7.330000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz),
(N/A, 0 mBm), (N/A)
[ 7.470000] usb 1-1: reset high-speed USB device number 2 using
ehci-platform
[ 7.620000] mt7601u 1-1:1.0: ASIC revision: 76010001 MAC revision:
76010500
[ 7.630000] mt7601u 1-1:1.0: Firmware Version: 0.1.00 Build: 7640
Build time: 201302052146____
[ 8.040000] mt7601u 1-1:1.0: Warning: unsupported EEPROM version 0d
[ 8.050000] mt7601u 1-1:1.0: EEPROM ver:0d fae:00
[ 8.050000] mt7601u 1-1:1.0: EEPROM country region 01 (channels 1-13)
[ 8.320000] usbcore: registered new interface driver mt7601u
------------------>8---------------
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Dirk Neukirchen <dirkneukirchen@web.de>
Cc: Felix Fietkau <nbd@openwrt.org>
Cc: John Crispin <blogic@openwrt.org>
SVN-Revision: 47556
2015-11-21 21:24:28 +00:00
|
|
|
AUTOLOAD:=$(call AutoProbe,mt7601u)
|
2015-09-16 09:37:18 +00:00
|
|
|
endef
|
2014-07-06 10:58:14 +00:00
|
|
|
|
2015-09-16 09:37:18 +00:00
|
|
|
define KernelPackage/p54/Default
|
|
|
|
$(call KernelPackage/mac80211/Default)
|
|
|
|
TITLE:=Prism54 Drivers
|
|
|
|
endef
|
2010-04-16 10:31:12 +00:00
|
|
|
|
2015-09-16 09:37:18 +00:00
|
|
|
define KernelPackage/p54/description
|
|
|
|
Kernel module for Prism54 chipsets (mac80211)
|
|
|
|
endef
|
2010-04-16 10:31:12 +00:00
|
|
|
|
2015-09-16 09:37:18 +00:00
|
|
|
define KernelPackage/p54-common
|
|
|
|
$(call KernelPackage/p54/Default)
|
|
|
|
DEPENDS+= @PCI_SUPPORT||@USB_SUPPORT||@TARGET_omap24xx +kmod-mac80211 +kmod-lib-crc-ccitt
|
|
|
|
TITLE+= (COMMON)
|
2015-12-04 22:39:37 +00:00
|
|
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/intersil/p54/p54common.ko
|
2015-09-16 09:37:18 +00:00
|
|
|
endef
|
2010-04-16 10:31:12 +00:00
|
|
|
|
2015-09-16 09:37:18 +00:00
|
|
|
define KernelPackage/p54-pci
|
|
|
|
$(call KernelPackage/p54/Default)
|
|
|
|
TITLE+= (PCI)
|
2016-06-24 13:46:31 +00:00
|
|
|
DEPENDS+= @PCI_SUPPORT +kmod-p54-common +p54-pci-firmware
|
2015-12-04 22:39:37 +00:00
|
|
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/intersil/p54/p54pci.ko
|
2015-09-16 09:37:18 +00:00
|
|
|
AUTOLOAD:=$(call AutoProbe,p54pci)
|
|
|
|
endef
|
2010-04-16 10:31:12 +00:00
|
|
|
|
2015-09-16 09:37:18 +00:00
|
|
|
define KernelPackage/p54-usb
|
|
|
|
$(call KernelPackage/p54/Default)
|
|
|
|
TITLE+= (USB)
|
2016-06-24 13:46:31 +00:00
|
|
|
DEPENDS+= @USB_SUPPORT +kmod-usb-core +kmod-p54-common +p54-usb-firmware
|
2015-12-04 22:39:37 +00:00
|
|
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/intersil/p54/p54usb.ko
|
2015-09-16 09:37:18 +00:00
|
|
|
AUTOLOAD:=$(call AutoProbe,p54usb)
|
|
|
|
endef
|
2014-06-05 13:51:15 +00:00
|
|
|
|
2015-09-16 09:37:18 +00:00
|
|
|
define KernelPackage/p54-spi
|
|
|
|
$(call KernelPackage/p54/Default)
|
|
|
|
TITLE+= (SPI)
|
2016-06-24 13:46:31 +00:00
|
|
|
DEPENDS+= @TARGET_omap24xx +kmod-p54-common +p54-spi-firmware
|
2015-12-04 22:39:37 +00:00
|
|
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/intersil/p54/p54spi.ko
|
2015-09-16 09:37:18 +00:00
|
|
|
AUTOLOAD:=$(call AutoProbe,p54spi)
|
|
|
|
endef
|
2014-06-05 13:51:15 +00:00
|
|
|
|
2018-04-04 10:52:24 +00:00
|
|
|
define KernelPackage/rsi91x
|
|
|
|
$(call KernelPackage/mac80211/Default)
|
|
|
|
TITLE:=Redpine Signals Inc 91x WLAN driver support
|
|
|
|
DEPENDS+= +kmod-mac80211 +rs9113-firmware
|
|
|
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/rsi/rsi_91x.ko
|
|
|
|
endef
|
|
|
|
|
|
|
|
define KernelPackage/rsi91x-usb
|
|
|
|
$(call KernelPackage/mac80211/Default)
|
|
|
|
TITLE:=Redpine Signals USB bus support
|
|
|
|
DEPENDS+= +kmod-mac80211 +kmod-usb2 +kmod-rsi91x +rs9113-firmware
|
|
|
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/rsi/rsi_usb.ko
|
|
|
|
AUTOLOAD:=$(call AutoProbe,rsi_usb)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define KernelPackage/rsi91x-sdio
|
|
|
|
$(call KernelPackage/mac80211/Default)
|
|
|
|
TITLE:=Redpine Signals SDIO bus support
|
|
|
|
DEPENDS+= +kmod-mac80211 +kmod-mmc +kmod-rsi91x +rs9113-firmware
|
|
|
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/rsi/rsi_sdio.ko
|
|
|
|
AUTOLOAD:=$(call AutoProbe,rsi_sdio)
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
2015-09-16 09:37:18 +00:00
|
|
|
define KernelPackage/wlcore
|
|
|
|
$(call KernelPackage/mac80211/Default)
|
|
|
|
TITLE:=TI common driver part
|
2016-11-10 12:28:17 +00:00
|
|
|
DEPENDS+= +kmod-mmc +kmod-mac80211 +@DRIVER_11N_SUPPORT
|
2015-09-16 09:37:18 +00:00
|
|
|
FILES:= \
|
|
|
|
$(PKG_BUILD_DIR)/drivers/net/wireless/ti/wlcore/wlcore.ko \
|
|
|
|
$(PKG_BUILD_DIR)/drivers/net/wireless/ti/wlcore/wlcore_sdio.ko
|
|
|
|
AUTOLOAD:=$(call AutoProbe,wlcore wlcore_sdio)
|
|
|
|
endef
|
2012-10-08 20:18:27 +00:00
|
|
|
|
2015-09-16 09:37:18 +00:00
|
|
|
define KernelPackage/wlcore/description
|
|
|
|
This module contains some common parts needed by TI Wireless drivers.
|
|
|
|
endef
|
2012-10-08 20:18:27 +00:00
|
|
|
|
2015-09-16 09:37:18 +00:00
|
|
|
define KernelPackage/wl12xx
|
|
|
|
$(call KernelPackage/mac80211/Default)
|
|
|
|
TITLE:=Driver for TI WL12xx
|
2017-04-05 22:14:17 +00:00
|
|
|
URL:=https://wireless.wiki.kernel.org/en/users/drivers/wl12xx
|
2016-01-10 16:36:40 +00:00
|
|
|
DEPENDS+= +kmod-wlcore +wl12xx-firmware
|
2015-09-16 09:37:18 +00:00
|
|
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ti/wl12xx/wl12xx.ko
|
|
|
|
AUTOLOAD:=$(call AutoProbe,wl12xx)
|
2012-10-08 20:18:27 +00:00
|
|
|
endef
|
|
|
|
|
2015-09-16 09:37:18 +00:00
|
|
|
define KernelPackage/wl12xx/description
|
|
|
|
Kernel modules for TI WL12xx
|
|
|
|
endef
|
2012-10-08 20:18:27 +00:00
|
|
|
|
2015-09-16 09:37:18 +00:00
|
|
|
define KernelPackage/wl18xx
|
2012-05-18 15:43:04 +00:00
|
|
|
$(call KernelPackage/mac80211/Default)
|
2015-09-16 09:37:18 +00:00
|
|
|
TITLE:=Driver for TI WL18xx
|
2017-04-05 22:14:17 +00:00
|
|
|
URL:=https://wireless.wiki.kernel.org/en/users/drivers/wl18xx
|
2016-01-10 16:36:40 +00:00
|
|
|
DEPENDS+= +kmod-wlcore +wl18xx-firmware
|
2015-09-16 09:37:18 +00:00
|
|
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ti/wl18xx/wl18xx.ko
|
|
|
|
AUTOLOAD:=$(call AutoProbe,wl18xx)
|
2012-05-18 15:43:04 +00:00
|
|
|
endef
|
|
|
|
|
2015-09-16 09:37:18 +00:00
|
|
|
define KernelPackage/wl18xx/description
|
|
|
|
Kernel modules for TI WL18xx
|
2012-05-18 15:43:04 +00:00
|
|
|
endef
|
|
|
|
|
2015-02-16 19:11:38 +00:00
|
|
|
|
2015-09-16 09:37:18 +00:00
|
|
|
ZD1211FW_NAME:=zd1211-firmware
|
|
|
|
ZD1211FW_VERSION:=1.4
|
|
|
|
define Download/zd1211rw
|
|
|
|
FILE:=$(ZD1211FW_NAME)-$(ZD1211FW_VERSION).tar.bz2
|
|
|
|
URL:=@SF/zd1211/
|
2016-12-16 16:32:10 +00:00
|
|
|
HASH:=866308f6f59f7075f075d4959dff2ede47735c751251fecd1496df1ba4d338e1
|
2015-09-16 09:37:18 +00:00
|
|
|
endef
|
|
|
|
$(eval $(call Download,zd1211rw))
|
2015-02-16 19:11:38 +00:00
|
|
|
|
2015-09-16 09:37:18 +00:00
|
|
|
define KernelPackage/zd1211rw
|
|
|
|
$(call KernelPackage/mac80211/Default)
|
|
|
|
TITLE:=Zydas ZD1211 support
|
|
|
|
DEPENDS+= @USB_SUPPORT +kmod-usb-core +kmod-mac80211
|
2015-12-04 22:39:37 +00:00
|
|
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/zydas/zd1211rw/zd1211rw.ko
|
2015-09-16 09:37:18 +00:00
|
|
|
AUTOLOAD:=$(call AutoProbe,zd1211rw)
|
|
|
|
endef
|
2015-03-16 06:52:26 +00:00
|
|
|
|
2013-06-15 20:14:06 +00:00
|
|
|
ifdef CONFIG_PACKAGE_MAC80211_DEBUGFS
|
|
|
|
config-y += \
|
|
|
|
CFG80211_DEBUGFS \
|
2018-09-29 17:56:26 +00:00
|
|
|
MAC80211_DEBUGFS
|
2013-06-15 20:14:06 +00:00
|
|
|
endif
|
|
|
|
|
2015-12-05 09:51:35 +00:00
|
|
|
ifdef CONFIG_PACKAGE_MAC80211_TRACING
|
|
|
|
config-y += \
|
|
|
|
IWLWIFI_DEVICE_TRACING
|
|
|
|
endif
|
|
|
|
|
2013-06-15 20:14:06 +00:00
|
|
|
config-$(call config_package,lib80211) += LIB80211 LIB80211_CRYPT_WEP LIB80211_CRYPT_CCMP LIB80211_CRYPT_TKIP
|
|
|
|
|
2016-03-20 14:41:41 +00:00
|
|
|
config-$(call config_package,airo) += AIRO
|
|
|
|
|
2013-06-15 20:14:06 +00:00
|
|
|
config-$(call config_package,mac80211-hwsim) += MAC80211_HWSIM
|
2015-08-17 21:19:27 +00:00
|
|
|
config-$(call config_package,mt7601u) += MT7601U
|
|
|
|
config-y += WL_MEDIATEK
|
2013-06-15 20:14:06 +00:00
|
|
|
|
|
|
|
config-$(call config_package,p54-common) += P54_COMMON
|
|
|
|
config-$(call config_package,p54-pci) += P54_PCI
|
|
|
|
config-$(call config_package,p54-usb) += P54_USB
|
|
|
|
config-$(call config_package,p54-spi) += P54_SPI
|
|
|
|
|
2015-09-16 09:37:11 +00:00
|
|
|
config-$(call config_package,hermes) += HERMES
|
|
|
|
config-$(call config_package,hermes-pci) += PCI_HERMES
|
|
|
|
config-$(call config_package,hermes-plx) += PLX_HERMES
|
|
|
|
config-$(call config_package,hermes-pcmcia) += PCMCIA_HERMES
|
2013-06-15 20:14:06 +00:00
|
|
|
config-y += HERMES_PRISM
|
|
|
|
|
|
|
|
config-$(call config_package,adm8211) += ADM8211
|
2013-12-06 14:07:13 +00:00
|
|
|
config-$(call config_package,wlcore) += WLCORE WLCORE_SDIO
|
|
|
|
config-$(call config_package,wl12xx) += WL12XX
|
|
|
|
config-$(call config_package,wl18xx) += WL18XX
|
2013-11-13 14:46:21 +00:00
|
|
|
config-y += WL_TI WILINK_PLATFORM_DATA
|
2013-06-15 20:14:06 +00:00
|
|
|
config-$(call config_package,zd1211rw) += ZD1211RW
|
2018-04-04 10:52:24 +00:00
|
|
|
config-$(call config_package,rsi91x) += RSI_91X
|
|
|
|
config-$(call config_package,rsi91x-usb) += RSI_USB
|
|
|
|
config-$(call config_package,rsi91x-sdio) += RSI_SDIO
|
2013-06-15 20:14:06 +00:00
|
|
|
|
2018-09-29 18:02:28 +00:00
|
|
|
config-$(CONFIG_LEDS_TRIGGERS) += MAC80211_LEDS
|
2013-06-15 20:14:06 +00:00
|
|
|
|
|
|
|
MAKE_OPTS:= -C "$(PKG_BUILD_DIR)" \
|
2017-03-16 09:13:14 +00:00
|
|
|
$(KERNEL_MAKE_FLAGS) \
|
2016-01-25 15:49:36 +00:00
|
|
|
EXTRA_CFLAGS="-I$(PKG_BUILD_DIR)/include $(IREMAP_CFLAGS)" \
|
2008-04-06 13:40:45 +00:00
|
|
|
KLIB_BUILD="$(LINUX_DIR)" \
|
2012-02-07 11:28:11 +00:00
|
|
|
MODPROBE=true \
|
2009-08-20 16:52:46 +00:00
|
|
|
KLIB=$(TARGET_MODULES_DIR) \
|
2011-01-16 01:24:48 +00:00
|
|
|
KERNEL_SUBLEVEL=$(lastword $(subst ., ,$(KERNEL_PATCHVER))) \
|
|
|
|
KBUILD_LDFLAGS_MODULE_PREREQ=
|
2007-10-13 22:41:08 +00:00
|
|
|
|
2013-06-15 20:14:06 +00:00
|
|
|
define ConfigVars
|
|
|
|
$(subst $(space),,$(foreach opt,$(config-$(1)),CPTCFG_$(opt)=$(1)
|
|
|
|
))
|
|
|
|
endef
|
2012-12-06 14:11:09 +00:00
|
|
|
|
2013-06-15 20:14:06 +00:00
|
|
|
define mac80211_config
|
|
|
|
$(call ConfigVars,m)$(call ConfigVars,y)
|
|
|
|
endef
|
|
|
|
$(eval $(call shexport,mac80211_config))
|
2012-12-06 14:11:09 +00:00
|
|
|
|
2007-11-10 15:23:02 +00:00
|
|
|
define Build/Prepare
|
2007-11-16 03:10:56 +00:00
|
|
|
rm -rf $(PKG_BUILD_DIR)
|
|
|
|
mkdir -p $(PKG_BUILD_DIR)
|
2008-04-06 13:40:45 +00:00
|
|
|
$(PKG_UNPACK)
|
2008-04-09 19:20:07 +00:00
|
|
|
$(Build/Patch)
|
2010-03-08 22:05:36 +00:00
|
|
|
$(TAR) -C $(PKG_BUILD_DIR) -xzf $(DL_DIR)/$(IPW2100_NAME)-$(IPW2100_VERSION).tgz
|
|
|
|
$(TAR) -C $(PKG_BUILD_DIR) -xzf $(DL_DIR)/$(IPW2200_NAME)-$(IPW2200_VERSION).tgz
|
2008-10-17 07:03:20 +00:00
|
|
|
$(TAR) -C $(PKG_BUILD_DIR) -xjf $(DL_DIR)/$(ZD1211FW_NAME)-$(ZD1211FW_VERSION).tar.bz2
|
2012-12-06 14:11:09 +00:00
|
|
|
rm -rf \
|
|
|
|
$(PKG_BUILD_DIR)/include/linux/ssb \
|
|
|
|
$(PKG_BUILD_DIR)/include/linux/bcma \
|
|
|
|
$(PKG_BUILD_DIR)/include/net/bluetooth
|
|
|
|
|
|
|
|
rm -f \
|
|
|
|
$(PKG_BUILD_DIR)/include/linux/cordic.h \
|
|
|
|
$(PKG_BUILD_DIR)/include/linux/crc8.h \
|
|
|
|
$(PKG_BUILD_DIR)/include/linux/eeprom_93cx6.h \
|
|
|
|
$(PKG_BUILD_DIR)/include/linux/wl12xx.h \
|
|
|
|
$(PKG_BUILD_DIR)/include/linux/spi/libertas_spi.h \
|
2015-11-13 23:51:31 +00:00
|
|
|
$(PKG_BUILD_DIR)/include/net/ieee80211.h \
|
|
|
|
$(PKG_BUILD_DIR)/backport-include/linux/bcm47xx_nvram.h
|
2012-12-06 14:11:09 +00:00
|
|
|
|
2012-03-10 12:59:21 +00:00
|
|
|
echo 'compat-wireless-$(PKG_VERSION)-$(PKG_RELEASE)-$(REVISION)' > $(PKG_BUILD_DIR)/compat_version
|
2007-11-10 15:23:02 +00:00
|
|
|
endef
|
2007-06-21 20:42:32 +00:00
|
|
|
|
2011-10-13 12:13:25 +00:00
|
|
|
ifneq ($(CONFIG_PACKAGE_kmod-cfg80211)$(CONFIG_PACKAGE_kmod-lib80211),)
|
2008-04-13 13:35:02 +00:00
|
|
|
define Build/Compile/kmod
|
2009-02-16 16:29:00 +00:00
|
|
|
rm -rf $(PKG_BUILD_DIR)/modules
|
2013-06-15 20:14:06 +00:00
|
|
|
+$(MAKE) $(PKG_JOBS) $(MAKE_OPTS) modules
|
2008-04-13 13:35:02 +00:00
|
|
|
endef
|
|
|
|
endif
|
|
|
|
|
2018-05-04 17:27:46 +00:00
|
|
|
#do not Build/Configure for EXTERNAL KERNEL
|
|
|
|
ifeq ($(strip $(CONFIG_EXTERNAL_KERNEL_TREE)),"")
|
|
|
|
ifeq ($(strip $(CONFIG_KERNEL_GIT_CLONE_URI)),"")
|
|
|
|
define Build/Configure
|
|
|
|
cmp $(PKG_BUILD_DIR)/include/linux/ath9k_platform.h $(LINUX_DIR)/include/linux/ath9k_platform.h
|
|
|
|
cmp $(PKG_BUILD_DIR)/include/linux/ath5k_platform.h $(LINUX_DIR)/include/linux/ath5k_platform.h
|
|
|
|
cmp $(PKG_BUILD_DIR)/include/linux/rt2x00_platform.h $(LINUX_DIR)/include/linux/rt2x00_platform.h
|
|
|
|
endef
|
|
|
|
endif
|
|
|
|
endif
|
2012-08-06 20:18:07 +00:00
|
|
|
|
2018-08-02 06:44:29 +00:00
|
|
|
define Build/Patch
|
|
|
|
$(if $(QUILT),rm -rf $(PKG_BUILD_DIR)/patches; mkdir -p $(PKG_BUILD_DIR)/patches)
|
|
|
|
$(call PatchDir,$(PKG_BUILD_DIR),$(PATCH_DIR)/build,build/)
|
|
|
|
$(call PatchDir,$(PKG_BUILD_DIR),$(PATCH_DIR)/subsys,subsys/)
|
|
|
|
$(call PatchDir,$(PKG_BUILD_DIR),$(PATCH_DIR)/ath,ath/)
|
|
|
|
$(call PatchDir,$(PKG_BUILD_DIR),$(PATCH_DIR)/rt2x00,rt2x00/)
|
|
|
|
$(call PatchDir,$(PKG_BUILD_DIR),$(PATCH_DIR)/mwl,mwl/)
|
|
|
|
$(call PatchDir,$(PKG_BUILD_DIR),$(PATCH_DIR)/brcm,brcm/)
|
|
|
|
$(if $(QUILT),touch $(PKG_BUILD_DIR)/.quilt_used)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Quilt/Refresh/Package
|
|
|
|
$(call Quilt/RefreshDir,$(PKG_BUILD_DIR),$(PATCH_DIR)/build,build/)
|
|
|
|
$(call Quilt/RefreshDir,$(PKG_BUILD_DIR),$(PATCH_DIR)/subsys,subsys/)
|
|
|
|
$(call Quilt/RefreshDir,$(PKG_BUILD_DIR),$(PATCH_DIR)/ath,ath/)
|
|
|
|
$(call Quilt/RefreshDir,$(PKG_BUILD_DIR),$(PATCH_DIR)/rt2x00,rt2x00/)
|
|
|
|
$(call Quilt/RefreshDir,$(PKG_BUILD_DIR),$(PATCH_DIR)/mwl,mwl/)
|
|
|
|
$(call Quilt/RefreshDir,$(PKG_BUILD_DIR),$(PATCH_DIR)/brcm,brcm/)
|
|
|
|
endef
|
|
|
|
|
2008-04-13 13:35:02 +00:00
|
|
|
define Build/Compile
|
2013-07-12 08:10:19 +00:00
|
|
|
$(SH_FUNC) var2file "$(call shvar,mac80211_config)" $(PKG_BUILD_DIR)/.config
|
|
|
|
$(MAKE) $(MAKE_OPTS) allnoconfig
|
2008-04-13 13:35:02 +00:00
|
|
|
$(call Build/Compile/kmod)
|
2007-11-10 15:23:02 +00:00
|
|
|
endef
|
2007-08-27 02:23:59 +00:00
|
|
|
|
2008-04-06 13:40:45 +00:00
|
|
|
define Build/InstallDev
|
2010-01-07 21:59:51 +00:00
|
|
|
mkdir -p \
|
|
|
|
$(1)/usr/include/mac80211 \
|
2013-06-19 21:36:22 +00:00
|
|
|
$(1)/usr/include/mac80211-backport \
|
2010-01-07 21:59:51 +00:00
|
|
|
$(1)/usr/include/mac80211/ath \
|
|
|
|
$(1)/usr/include/net/mac80211
|
2007-11-16 03:10:56 +00:00
|
|
|
$(CP) $(PKG_BUILD_DIR)/net/mac80211/*.h $(PKG_BUILD_DIR)/include/* $(1)/usr/include/mac80211/
|
2013-06-19 21:36:22 +00:00
|
|
|
$(CP) $(PKG_BUILD_DIR)/backport-include/* $(1)/usr/include/mac80211-backport/
|
2008-07-20 11:43:56 +00:00
|
|
|
$(CP) $(PKG_BUILD_DIR)/net/mac80211/rate.h $(1)/usr/include/net/mac80211/
|
2010-01-07 21:59:51 +00:00
|
|
|
$(CP) $(PKG_BUILD_DIR)/drivers/net/wireless/ath/*.h $(1)/usr/include/mac80211/ath/
|
2014-12-10 21:17:05 +00:00
|
|
|
rm -f $(1)/usr/include/mac80211-backport/linux/module.h
|
2008-04-06 13:40:45 +00:00
|
|
|
endef
|
2007-08-07 09:14:45 +00:00
|
|
|
|
2013-09-05 19:43:38 +00:00
|
|
|
|
2015-09-16 09:37:18 +00:00
|
|
|
define KernelPackage/b43/install
|
|
|
|
rm -rf $(1)/lib/firmware/
|
|
|
|
ifeq ($(CONFIG_B43_OPENFIRMWARE),y)
|
|
|
|
tar xzf "$(DL_DIR)/$(PKG_B43_FWV4_SOURCE)" -C "$(PKG_BUILD_DIR)"
|
|
|
|
else
|
|
|
|
tar xjf "$(DL_DIR)/$(PKG_B43_FWV4_SOURCE)" -C "$(PKG_BUILD_DIR)"
|
|
|
|
endif
|
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/
|
|
|
|
ifeq ($(CONFIG_B43_OPENFIRMWARE),y)
|
|
|
|
$(MAKE) -C "$(PKG_BUILD_DIR)/$(PKG_B43_FWV4_OBJECT)/"
|
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/b43-open/
|
|
|
|
$(INSTALL_DATA) $(PKG_BUILD_DIR)/$(PKG_B43_FWV4_OBJECT)/ucode5.fw $(1)/lib/firmware/b43-open/ucode5.fw
|
|
|
|
$(INSTALL_DATA) $(PKG_BUILD_DIR)/$(PKG_B43_FWV4_OBJECT)/b0g0bsinitvals5.fw $(1)/lib/firmware/b43-open/b0g0bsinitvals5.fw
|
|
|
|
$(INSTALL_DATA) $(PKG_BUILD_DIR)/$(PKG_B43_FWV4_OBJECT)/b0g0initvals5.fw $(1)/lib/firmware/b43-open/b0g0initvals5.fw
|
|
|
|
else
|
|
|
|
b43-fwcutter -w $(1)/lib/firmware/ $(PKG_BUILD_DIR)/$(PKG_B43_FWV4_OBJECT)
|
|
|
|
endif
|
|
|
|
ifneq ($(CONFIG_B43_FW_SQUASH),)
|
|
|
|
b43-fwsquash.py "$(CONFIG_B43_FW_SQUASH_PHYTYPES)" "$(CONFIG_B43_FW_SQUASH_COREREVS)" "$(1)/lib/firmware/b43"
|
|
|
|
endif
|
|
|
|
endef
|
|
|
|
|
|
|
|
define KernelPackage/cfg80211/install
|
|
|
|
$(INSTALL_DIR) $(1)/lib/wifi $(1)/lib/netifd/wireless
|
|
|
|
$(INSTALL_DATA) ./files/lib/wifi/mac80211.sh $(1)/lib/wifi
|
|
|
|
$(INSTALL_BIN) ./files/lib/netifd/wireless/mac80211.sh $(1)/lib/netifd/wireless
|
base-files, mac80211, broadcom-wl: wifi detection and configuration
Currently, the wifi detection script is executed as part of
the (early) boot process. Pluggable wifi USB devices, which
are inserted at a later time are not automatically
detected and therefore they don't show up in LuCI.
A user has to deal with wifi detection manually, or restart
the router.
However, the current "sleep 1" window - which the boot
process waits for wifi devices to "settle down" - is too
short to detect wifi devices for some routers anyway.
For example, this can happen with USB WLAN devices on the
WNDR4700. This is because the usb controller needs to load
its firmware from UBI and initialize, before it can operate.
The issue can be seen on a BT HomeHub 5A as well as soon as
the caldata are on an ubi volume. This is because the ath9k
card has to be initialized by owl-loader first. Which has to
wait for the firmware extraction script to retrieve the pci
initialization values inside the caldata.
This patch moves the wifi configuration to hotplug scripts.
For mac80211, the wifi configuration will now automatically
run any time a "ieee80211" device is added. Likewise
broadcom-wl's script checks for new "net" devices which
have the "wl$NUMBER" moniker.
Issues with spawning multiple interface configuration - in
case the detection script is run concurrently - have been
resolved by using a named section for the initial
configuration. Concurrent configuration scripts will now
simply overwrite the same existing configuration.
A workaround which preserves the "sleep 1" window for just
the first boot has been added. This allows the existing
brcm47xx boot and mvebu uci-default scripts to correctly
setup the initial mac addresses and regulatory domain.
And finally, the patch renames the "wifi detect" into
"wifi config". As the script no longer produces any output
that has to be redirected or appended to the configuration
file.
Thanks to Martin Blumenstingl for helping with the implementation
and testing of the patch.
Acked-by: Jo-Philipp Wich <jo@mein.io>
Signed-off-by: Mathias Kresin <dev@kresin.me>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-10-17 13:59:14 +00:00
|
|
|
$(INSTALL_DIR) $(1)/etc/hotplug.d/ieee80211
|
2018-02-11 21:58:42 +00:00
|
|
|
$(INSTALL_DATA) ./files/mac80211.hotplug $(1)/etc/hotplug.d/ieee80211/10-wifi-detect
|
2014-07-24 10:18:06 +00:00
|
|
|
endef
|
|
|
|
|
2015-09-16 09:37:18 +00:00
|
|
|
define KernelPackage/zd1211rw/install
|
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/zd1211
|
|
|
|
$(INSTALL_DATA) $(PKG_BUILD_DIR)/$(ZD1211FW_NAME)/zd1211* $(1)/lib/firmware/zd1211
|
2012-05-18 15:43:04 +00:00
|
|
|
endef
|
|
|
|
|
2018-09-29 17:44:16 +00:00
|
|
|
$(eval $(foreach drv,$(PKG_DRIVERS),$(call KernelPackage,$(drv))))
|
2015-09-16 09:37:18 +00:00
|
|
|
$(eval $(call KernelPackage,cfg80211))
|
2007-06-21 20:42:32 +00:00
|
|
|
$(eval $(call KernelPackage,mac80211))
|