mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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:
parent
51d2c32e24
commit
d84ffdf5b4
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user