Răsfoiți Sursa

mac80211: Enable kmod-rt2800-soc package for rt288x target

Trunk and the latest backport to Attitude Adjustment have the
kmod-rt2800-soc package hidden for the ramips_rt288x target.
This makes the dependency match the dependency given in the
TITLE field.

Signed-off-by: Claudio Leite <[email protected]>

SVN-Revision: 39976
Felix Fietkau 11 ani în urmă
părinte
comite
2ba3e0ebe6
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      package/kernel/mac80211/Makefile

+ 1 - 1
package/kernel/mac80211/Makefile

@@ -321,7 +321,7 @@ endef
 
 define KernelPackage/rt2800-soc
 $(call KernelPackage/rt2x00/Default)
-  DEPENDS += @TARGET_ramips_rt305x +kmod-rt2800-mmio +kmod-rt2800-lib
+  DEPENDS += @(TARGET_ramips_rt288x||TARGET_ramips_rt305x) +kmod-rt2800-mmio +kmod-rt2800-lib
   TITLE += (RT28xx/RT3xxx SoC)
   FILES := \
 	$(PKG_BUILD_DIR)/drivers/net/wireless/rt2x00/rt2x00soc.ko \