ar71xx: change LED name prefix on the jjplus boards
authorGabor Juhos <juhosg@openwrt.org>
Fri, 16 Mar 2012 18:00:26 +0000 (18:00 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Fri, 16 Mar 2012 18:00:26 +0000 (18:00 +0000)
SVN-Revision: 30956

target/linux/ar71xx/base-files/etc/diag.sh
target/linux/ar71xx/files/arch/mips/ath79/mach-ja76pf.c

index 3d57854afad98dbe0c50f9239ed09d4e8c488fc1..9552b8aa3f44bfcbae37b4de295dc5828b0a20d7 100755 (executable)
@@ -68,7 +68,7 @@ get_status_led() {
                status_led="alfa:blue:wps"
                ;;
        ja76pf)
-               status_led="ja76pf:green:led1"
+               status_led="jjplus:green:led1"
                ;;
        ls-sr71)
                status_led="ubnt:green:d22"
index 46c12c1be32303d6e3460df715613d28351bf5c8..1f170763a4602f01f818ebdf172340cc5c00c17d 100644 (file)
 
 static struct gpio_led ja76pf_leds_gpio[] __initdata = {
        {
-               .name           = "ja76pf:green:led1",
+               .name           = "jjplus:green:led1",
                .gpio           = JA76PF_GPIO_LED_1,
                .active_low     = 1,
        }, {
-               .name           = "ja76pf:green:led2",
+               .name           = "jjplus:green:led2",
                .gpio           = JA76PF_GPIO_LED_2,
                .active_low     = 1,
        }, {
-               .name           = "ja76pf:green:led3",
+               .name           = "jjplus:green:led3",
                .gpio           = JA76PF_GPIO_LED_3,
                .active_low     = 1,
        }