ar71xx: cap324: Use correct company name

It's 'PowerCloud Systems' not just 'PowerCloud'

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
master
Daniel F. Dickinson 6 years ago committed by John Crispin
parent 739eaae9ca
commit 37ab944ac5
  1. 2
      target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt
  2. 2
      target/linux/ar71xx/files/arch/mips/ath79/mach-cap324.c
  3. 2
      target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
  4. 4
      target/linux/ar71xx/image/generic.mk

@ -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

@ -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);

@ -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 */

@ -629,7 +629,7 @@ endef
TARGET_DEVICES += wndrmacv2
define Device/cap324
DEVICE_TITLE := PowerCloud CAP324 Cloud AP
DEVICE_TITLE := PowerCloud Systems CAP324 Cloud AP
BOARDNAME := CAP324
DEVICE_PROFILE := CAP324
IMAGE_SIZE := 15296k
@ -638,7 +638,7 @@ endef
TARGET_DEVICES += cap324
define Device/cap324-nocloud
DEVICE_TITLE := PowerCloud CAP324 Cloud AP (No-Cloud)
DEVICE_TITLE := PowerCloud Systems CAP324 Cloud AP (No-Cloud)
BOARDNAME := CAP324
DEVICE_PROFILE := CAP324
IMAGE_SIZE := 16000k

Loading…
Cancel
Save