aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch
diff options
context:
space:
mode:
authorDaniel F. Dickinson <cshored@thecshore.com>2018-07-29 04:13:25 -0400
committerJohn Crispin <john@phrozen.org>2018-07-30 10:43:32 +0200
commit37ab944ac5752a23fef63b56f6a6d35047d8ac7f (patch)
tree210794b8e44aea2e16e4973d4f8e2f419ab10620 /target/linux/ar71xx/files/arch
parent739eaae9ca86b243b81009fc21fb7ecc8a7b5b82 (diff)
downloadupstream-37ab944ac5752a23fef63b56f6a6d35047d8ac7f.tar.gz
upstream-37ab944ac5752a23fef63b56f6a6d35047d8ac7f.tar.bz2
upstream-37ab944ac5752a23fef63b56f6a6d35047d8ac7f.zip
ar71xx: cap324: Use correct company name
It's 'PowerCloud Systems' not just 'PowerCloud' Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Diffstat (limited to 'target/linux/ar71xx/files/arch')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt2
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-cap324.c2
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/machtypes.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt
index 7b454d6504..4ae6e6dcc8 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt
+++ b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt
@@ -1433,7 +1433,7 @@ config ATH79_MACH_RW2458N
select ATH79_DEV_USB
config ATH79_MACH_CAP324
- bool "PowerCloud CAP324 support"
+ bool "PowerCloud Systems CAP324 support"
select SOC_AR934X
select ATH79_DEV_AP9X_PCI if PCI
select ATH79_DEV_ETH
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-cap324.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-cap324.c
index edde8a24bb..dffbb81bd4 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-cap324.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-cap324.c
@@ -129,5 +129,5 @@ static void __init cap324_setup(void)
ath79_register_eth(0);
}
-MIPS_MACHINE(ATH79_MACH_CAP324, "CAP324", "PowerCloud CAP324",
+MIPS_MACHINE(ATH79_MACH_CAP324, "CAP324", "PowerCloud Systems CAP324",
cap324_setup);
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h b/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
index 0bac76e6e7..09b62ddee8 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
+++ b/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
@@ -60,7 +60,7 @@ enum ath79_mach_type {
ATH79_MACH_BSB, /* Smart Electronics Black Swift board */
ATH79_MACH_C55, /* AirTight Networks C-55 */
ATH79_MACH_C60, /* AirTight Networks C-60 */
- ATH79_MACH_CAP324, /* PowerCloud CAP324 */
+ ATH79_MACH_CAP324, /* PowerCloud Systems CAP324 */
ATH79_MACH_CAP4200AG, /* Senao CAP4200AG */
ATH79_MACH_CARAMBOLA2, /* 8devices Carambola2 */
ATH79_MACH_CF_E316N_V2, /* COMFAST CF-E316N v2 */