mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-22 22:53:11 +00:00
mac80211: allow to select the rt2x00-soc module for the ramips/rt3883 subtarget
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40560
This commit is contained in:
parent
ca27248c9f
commit
0a1f564381
@ -321,7 +321,7 @@ endef
|
|||||||
|
|
||||||
define KernelPackage/rt2800-soc
|
define KernelPackage/rt2800-soc
|
||||||
$(call KernelPackage/rt2x00/Default)
|
$(call KernelPackage/rt2x00/Default)
|
||||||
DEPENDS += @(TARGET_ramips_rt288x||TARGET_ramips_rt305x) +kmod-rt2800-mmio +kmod-rt2800-lib
|
DEPENDS += @(TARGET_ramips_rt288x||TARGET_ramips_rt305x||TARGET_ramips_rt3883) +kmod-rt2800-mmio +kmod-rt2800-lib
|
||||||
TITLE += (RT28xx/RT3xxx SoC)
|
TITLE += (RT28xx/RT3xxx SoC)
|
||||||
FILES := \
|
FILES := \
|
||||||
$(PKG_BUILD_DIR)/drivers/net/wireless/rt2x00/rt2x00soc.ko \
|
$(PKG_BUILD_DIR)/drivers/net/wireless/rt2x00/rt2x00soc.ko \
|
||||||
|
Loading…
Reference in New Issue
Block a user