ar71xx: rename mach-rb-4xx.c to mach-rb4xx.c, and change Kconfig symbol
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 7 Mar 2010 05:40:56 +0000 (05:40 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 7 Mar 2010 05:40:56 +0000 (05:40 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20027 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/config-2.6.32
target/linux/ar71xx/config-2.6.33
target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig
target/linux/ar71xx/files/arch/mips/ar71xx/Makefile
target/linux/ar71xx/files/arch/mips/ar71xx/mach-rb4xx.c [moved from target/linux/ar71xx/files/arch/mips/ar71xx/mach-rb-4xx.c with 100% similarity]

index 1479a1f4d55cb559a0ea3764ab53b025b609aac3..036718cd93b9fa8d4de63d6aaab6a5110a5e8614 100644 (file)
@@ -26,7 +26,7 @@ CONFIG_AR71XX_MACH_MZK_W04NU=y
 CONFIG_AR71XX_MACH_MZK_W300NH=y
 CONFIG_AR71XX_MACH_PB42=y
 CONFIG_AR71XX_MACH_PB44=y
-CONFIG_AR71XX_MACH_RB_4XX=y
+CONFIG_AR71XX_MACH_RB4XX=y
 CONFIG_AR71XX_MACH_TEW_632BRP=y
 CONFIG_AR71XX_MACH_TL_WR1043ND=y
 CONFIG_AR71XX_MACH_TL_WR741ND=y
index 0916293576ccf5c91aa67fa2961213b52ff2e3af..006ff03c72c4082821c31c5318f87dff3e8d4cab 100644 (file)
@@ -27,7 +27,7 @@ CONFIG_AR71XX_MACH_MZK_W04NU=y
 CONFIG_AR71XX_MACH_MZK_W300NH=y
 CONFIG_AR71XX_MACH_PB42=y
 CONFIG_AR71XX_MACH_PB44=y
-CONFIG_AR71XX_MACH_RB_4XX=y
+CONFIG_AR71XX_MACH_RB4XX=y
 CONFIG_AR71XX_MACH_TEW_632BRP=y
 CONFIG_AR71XX_MACH_TL_WR1043ND=y
 CONFIG_AR71XX_MACH_TL_WR741ND=y
index c8e192671768442763eef17c2b94d3275f2e58ee..ee17f73fb794f7cd31a17d681d6db37e43367843 100644 (file)
@@ -106,7 +106,7 @@ config AR71XX_MACH_WRT400N
        select AR71XX_DEV_LEDS_GPIO
        default n
 
-config AR71XX_MACH_RB_4XX
+config AR71XX_MACH_RB4XX
        bool "MikroTik RouterBOARD 4xx series support"
        select AR71XX_DEV_GPIO_BUTTONS
        select AR71XX_DEV_LEDS_GPIO
index d8449f921bcf47fdcc845493628c5692e9114692..2547ef7e41a3717967ea5fa8131aea0b96b42892 100644 (file)
@@ -36,7 +36,7 @@ obj-$(CONFIG_AR71XX_MACH_MZK_W04NU)   += mach-mzk-w04nu.o
 obj-$(CONFIG_AR71XX_MACH_MZK_W300NH)   += mach-mzk-w300nh.o
 obj-$(CONFIG_AR71XX_MACH_PB42)         += mach-pb42.o
 obj-$(CONFIG_AR71XX_MACH_PB44)         += mach-pb44.o
-obj-$(CONFIG_AR71XX_MACH_RB_4XX)       += mach-rb-4xx.o
+obj-$(CONFIG_AR71XX_MACH_RB4XX)                += mach-rb4xx.o
 obj-$(CONFIG_AR71XX_MACH_TEW_632BRP)   += mach-tew-632brp.o
 obj-$(CONFIG_AR71XX_MACH_TL_WR741ND)   += mach-tl-wr741nd.o
 obj-$(CONFIG_AR71XX_MACH_TL_WR841N_V1) += mach-tl-wr841n.o