Browse Source

linux: enable kmod-bcma on ppc40x after r44230

Signed-off-by: Jo-Philipp Wich <[email protected]>

SVN-Revision: 44231
Jo-Philipp Wich 11 years ago
parent
commit
135bd1d765
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/linux/modules/other.mk

+ 1 - 1
package/kernel/linux/modules/other.mk

@@ -441,7 +441,7 @@ $(eval $(call KernelPackage,ssb))
 define KernelPackage/bcma
   SUBMENU:=$(OTHER_MENU)
   TITLE:=BCMA support
-  DEPENDS:=@PCI_SUPPORT @!TARGET_brcm47xx @!TARGET_ppc40x
+  DEPENDS:=@PCI_SUPPORT @!TARGET_brcm47xx
   KCONFIG:=\
 	CONFIG_BCMA \
 	CONFIG_BCMA_POSSIBLE=y \