diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-06-06 19:16:49 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-06-06 19:16:49 +0000 |
commit | a289ee48caca19e2ee0f21e2b6efab1a22592abd (patch) | |
tree | 737aec868c59314ca19dae89a116c3c8efdf49ca /target | |
parent | 04a4638910a452169a55faa2f9e1c4b3c4ad582d (diff) | |
download | upstream-a289ee48caca19e2ee0f21e2b6efab1a22592abd.tar.gz upstream-a289ee48caca19e2ee0f21e2b6efab1a22592abd.tar.bz2 upstream-a289ee48caca19e2ee0f21e2b6efab1a22592abd.zip |
titan board also have CYWL as a product id
SVN-Revision: 21690
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar7/patches-2.6.32/930-titan-platform.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar7/patches-2.6.32/930-titan-platform.patch b/target/linux/ar7/patches-2.6.32/930-titan-platform.patch index 484ce2d193..cf6966dd10 100644 --- a/target/linux/ar7/patches-2.6.32/930-titan-platform.patch +++ b/target/linux/ar7/patches-2.6.32/930-titan-platform.patch @@ -208,7 +208,7 @@ } else if (strstr(prid, "DG834")) { ar7_led_data.num_leds = ARRAY_SIZE(dg834g_leds); ar7_led_data.leds = dg834g_leds; -+ } else if (strstr(prid, "CYWM")) { ++ } else if (strstr(prid, "CYWM") || strstr(prid, "CYWL")) { + ar7_led_data.num_leds = ARRAY_SIZE(titan_leds); + ar7_led_data.leds = titan_leds; } |