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 | fa9d5491b53f5d759b93be6d2303147367f3791c (patch) | |
tree | 406bd29438aec3260c7656033cc271456cb6c856 /target/linux/generic/patches-3.0 | |
parent | 9bf39048561d76a5b0bde5a6be4f7020c0f622b7 (diff) | |
download | upstream-fa9d5491b53f5d759b93be6d2303147367f3791c.tar.gz upstream-fa9d5491b53f5d759b93be6d2303147367f3791c.tar.bz2 upstream-fa9d5491b53f5d759b93be6d2303147367f3791c.zip |
kernel: swconfig: introduce a generic switch LED trigger
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29627 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.0')
-rw-r--r-- | target/linux/generic/patches-3.0/700-swconfig.patch | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.0/700-swconfig.patch b/target/linux/generic/patches-3.0/700-swconfig.patch index 6825037ce9..48cb64372e 100644 --- a/target/linux/generic/patches-3.0/700-swconfig.patch +++ b/target/linux/generic/patches-3.0/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 |