diff options
author | Daniel F. Dickinson <cshored@thecshore.com> | 2018-07-29 07:17:19 -0400 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-08-01 11:23:54 +0200 |
commit | b6c8bc0981855b50b7bf22f0743bb9a75fc2b341 (patch) | |
tree | 03561fd9120aaf7c5c5e206afb96959951fd8b77 /target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | |
parent | e38520cd50f3316e411b6210b6a258cdec81c88a (diff) | |
download | upstream-b6c8bc0981855b50b7bf22f0743bb9a75fc2b341.tar.gz upstream-b6c8bc0981855b50b7bf22f0743bb9a75fc2b341.tar.bz2 upstream-b6c8bc0981855b50b7bf22f0743bb9a75fc2b341.zip |
ar71xx: cr3000: Use correct company name
It's 'PowerCloud Systems' not 'PowerCloud'.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt index 7b82b42e0a..f60825a6dd 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt +++ b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt @@ -1486,7 +1486,7 @@ config ATH79_MACH_CAP4200AG select ATH79_DEV_WMAC config ATH79_MACH_CR3000 - bool "PowerCloud CR3000 support" + bool "PowerCloud Systems CR3000 support" select SOC_AR934X select ATH79_DEV_AP9X_PCI if PCI select ATH79_DEV_ETH |