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 | ce097a54e02ed4a8a812d937b9bba336698c8b9f (patch) | |
tree | 884f49d919d97adf445399e39cd198c715a69143 /target | |
parent | efe0f8bd76b78e3d1b26862744b5df69edba1873 (diff) | |
download | master-187ad058-ce097a54e02ed4a8a812d937b9bba336698c8b9f.tar.gz master-187ad058-ce097a54e02ed4a8a812d937b9bba336698c8b9f.tar.bz2 master-187ad058-ce097a54e02ed4a8a812d937b9bba336698c8b9f.zip |
[ar7] titan board also have CYWL as a product id
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21690 3c298f89-4303-0410-b956-a3cf2f4a3e73
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; } |