diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-06-01 07:21:25 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-06-01 07:21:25 +0000 |
commit | a16a93621ce5e1d9f89ae8c357eb8446120c69b9 (patch) | |
tree | 14a5408465c6fe563752b1ae7a651daa387fe816 /target/linux | |
parent | d45f8cb7f67d12d28d31fcd6061522587d191622 (diff) | |
download | master-187ad058-a16a93621ce5e1d9f89ae8c357eb8446120c69b9.tar.gz master-187ad058-a16a93621ce5e1d9f89ae8c357eb8446120c69b9.tar.bz2 master-187ad058-a16a93621ce5e1d9f89ae8c357eb8446120c69b9.zip |
[cns3xxx]: fixup second led, patch from Chris
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27077 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/cns3xxx/patches/100-laguna_support.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/cns3xxx/patches/100-laguna_support.patch b/target/linux/cns3xxx/patches/100-laguna_support.patch index 73ee42530c..32becc30e9 100644 --- a/target/linux/cns3xxx/patches/100-laguna_support.patch +++ b/target/linux/cns3xxx/patches/100-laguna_support.patch @@ -1,6 +1,6 @@ --- /dev/null +++ b/arch/arm/mach-cns3xxx/laguna.c -@@ -0,0 +1,670 @@ +@@ -0,0 +1,671 @@ +/* + * Gateworks Corporation Laguna Platform + * @@ -653,7 +653,8 @@ + platform_device_register(&laguna_gpio_leds_device); + } else if (strncmp(laguna_info.model, "GW2380", 6) == 0) { + laguna_gpio_leds[0].gpio = 107; -+ laguna_gpio_leds_data.num_leds = 1; ++ laguna_gpio_leds[1].gpio = 106; ++ laguna_gpio_leds_data.num_leds = 2; + platform_device_register(&laguna_gpio_leds_device); + } + } else { |