diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-31 15:02:30 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-31 15:02:30 +0000 |
commit | 5fa65cba6eef681c962ab43f7ca2834900a214ad (patch) | |
tree | b71020d49347e0c262825cd8ec8ac4be70d2ec2d /target/linux/generic/patches-3.1 | |
parent | 8c2482f76e89e907ec31ea08381394e6eb5d3d46 (diff) | |
download | upstream-5fa65cba6eef681c962ab43f7ca2834900a214ad.tar.gz upstream-5fa65cba6eef681c962ab43f7ca2834900a214ad.tar.bz2 upstream-5fa65cba6eef681c962ab43f7ca2834900a214ad.zip |
kernel: swconfig: introduce a generic switch LED trigger
SVN-Revision: 29627
Diffstat (limited to 'target/linux/generic/patches-3.1')
-rw-r--r-- | target/linux/generic/patches-3.1/700-swconfig.patch | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.1/700-swconfig.patch b/target/linux/generic/patches-3.1/700-swconfig.patch index 6825037ce9..48cb64372e 100644 --- a/target/linux/generic/patches-3.1/700-swconfig.patch +++ b/target/linux/generic/patches-3.1/700-swconfig.patch @@ -1,6 +1,6 @@ --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig -@@ -13,6 +13,12 @@ menuconfig PHYLIB +@@ -13,6 +13,16 @@ menuconfig PHYLIB if PHYLIB @@ -10,6 +10,10 @@ + Switch configuration API using netlink. This allows + you to configure the VLAN features of certain switches. + ++config SWCONFIG_LEDS ++ bool "Switch LED trigger support" ++ depends on (SWCONFIG && LEDS_TRIGGERS) ++ comment "MII PHY device drivers" config MARVELL_PHY |