ar71xx: cap324: Use correct company name
It's 'PowerCloud Systems' not just 'PowerCloud' Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
This commit is contained in:
parent
739eaae9ca
commit
37ab944ac5
4 changed files with 5 additions and 5 deletions
|
@ -1433,7 +1433,7 @@ config ATH79_MACH_RW2458N
|
||||||
select ATH79_DEV_USB
|
select ATH79_DEV_USB
|
||||||
|
|
||||||
config ATH79_MACH_CAP324
|
config ATH79_MACH_CAP324
|
||||||
bool "PowerCloud CAP324 support"
|
bool "PowerCloud Systems CAP324 support"
|
||||||
select SOC_AR934X
|
select SOC_AR934X
|
||||||
select ATH79_DEV_AP9X_PCI if PCI
|
select ATH79_DEV_AP9X_PCI if PCI
|
||||||
select ATH79_DEV_ETH
|
select ATH79_DEV_ETH
|
||||||
|
|
|
@ -129,5 +129,5 @@ static void __init cap324_setup(void)
|
||||||
ath79_register_eth(0);
|
ath79_register_eth(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
MIPS_MACHINE(ATH79_MACH_CAP324, "CAP324", "PowerCloud CAP324",
|
MIPS_MACHINE(ATH79_MACH_CAP324, "CAP324", "PowerCloud Systems CAP324",
|
||||||
cap324_setup);
|
cap324_setup);
|
||||||
|
|
|
@ -60,7 +60,7 @@ enum ath79_mach_type {
|
||||||
ATH79_MACH_BSB, /* Smart Electronics Black Swift board */
|
ATH79_MACH_BSB, /* Smart Electronics Black Swift board */
|
||||||
ATH79_MACH_C55, /* AirTight Networks C-55 */
|
ATH79_MACH_C55, /* AirTight Networks C-55 */
|
||||||
ATH79_MACH_C60, /* AirTight Networks C-60 */
|
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_CAP4200AG, /* Senao CAP4200AG */
|
||||||
ATH79_MACH_CARAMBOLA2, /* 8devices Carambola2 */
|
ATH79_MACH_CARAMBOLA2, /* 8devices Carambola2 */
|
||||||
ATH79_MACH_CF_E316N_V2, /* COMFAST CF-E316N v2 */
|
ATH79_MACH_CF_E316N_V2, /* COMFAST CF-E316N v2 */
|
||||||
|
|
|
@ -629,7 +629,7 @@ endef
|
||||||
TARGET_DEVICES += wndrmacv2
|
TARGET_DEVICES += wndrmacv2
|
||||||
|
|
||||||
define Device/cap324
|
define Device/cap324
|
||||||
DEVICE_TITLE := PowerCloud CAP324 Cloud AP
|
DEVICE_TITLE := PowerCloud Systems CAP324 Cloud AP
|
||||||
BOARDNAME := CAP324
|
BOARDNAME := CAP324
|
||||||
DEVICE_PROFILE := CAP324
|
DEVICE_PROFILE := CAP324
|
||||||
IMAGE_SIZE := 15296k
|
IMAGE_SIZE := 15296k
|
||||||
|
@ -638,7 +638,7 @@ endef
|
||||||
TARGET_DEVICES += cap324
|
TARGET_DEVICES += cap324
|
||||||
|
|
||||||
define Device/cap324-nocloud
|
define Device/cap324-nocloud
|
||||||
DEVICE_TITLE := PowerCloud CAP324 Cloud AP (No-Cloud)
|
DEVICE_TITLE := PowerCloud Systems CAP324 Cloud AP (No-Cloud)
|
||||||
BOARDNAME := CAP324
|
BOARDNAME := CAP324
|
||||||
DEVICE_PROFILE := CAP324
|
DEVICE_PROFILE := CAP324
|
||||||
IMAGE_SIZE := 16000k
|
IMAGE_SIZE := 16000k
|
||||||
|
|
Loading…
Reference in a new issue