Browse Source

titan board also have CYWL as a product id

SVN-Revision: 21690
Florian Fainelli 15 years ago
parent
commit
a289ee48ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ar7/patches-2.6.32/930-titan-platform.patch

+ 1 - 1
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;
  	}