1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 18:27:38 +03:00

package/kernel: Mark mvswitch as broken for linux 3.1

mvswitch does not compile because of VLAN API changes.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27936 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jogo 2011-08-09 12:19:32 +00:00
parent bba604186c
commit cd9a1edec9

View File

@ -106,7 +106,7 @@ $(eval $(call KernelPackage,swconfig))
define KernelPackage/mvswitch
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=Marvell 88E6060 switch support
DEPENDS:=+kmod-swconfig
DEPENDS:=+kmod-swconfig @!LINUX_3_1||BROKEN
KCONFIG:=CONFIG_MVSWITCH_PHY
FILES:=$(LINUX_DIR)/drivers/net/phy/mvswitch.ko
AUTOLOAD:=$(call AutoLoad,41,mvswitch)