kernel: remove imq support, refresh patches
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-2.6.37 / 650-swconfig.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -13,6 +13,12 @@ menuconfig PHYLIB
4
5 if PHYLIB
6
7 +config SWCONFIG
8 + tristate "Switch configuration API"
9 + ---help---
10 + Switch configuration API using netlink. This allows
11 + you to configure the VLAN features of certain switches.
12 +
13 comment "MII PHY device drivers"
14
15 config MARVELL_PHY
16 --- a/drivers/net/phy/Makefile
17 +++ b/drivers/net/phy/Makefile
18 @@ -3,6 +3,7 @@
19 libphy-objs := phy.o phy_device.o mdio_bus.o
20
21 obj-$(CONFIG_PHYLIB) += libphy.o
22 +obj-$(CONFIG_SWCONFIG) += swconfig.o
23 obj-$(CONFIG_MARVELL_PHY) += marvell.o
24 obj-$(CONFIG_DAVICOM_PHY) += davicom.o
25 obj-$(CONFIG_CICADA_PHY) += cicada.o