diff options
author | Daniel F. Dickinson <cshored@thecshore.com> | 2018-07-29 04:13:25 -0400 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-30 10:43:32 +0200 |
commit | 37ab944ac5752a23fef63b56f6a6d35047d8ac7f (patch) | |
tree | 210794b8e44aea2e16e4973d4f8e2f419ab10620 /target/linux/ar71xx/image | |
parent | 739eaae9ca86b243b81009fc21fb7ecc8a7b5b82 (diff) | |
download | upstream-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/image')
-rw-r--r-- | target/linux/ar71xx/image/generic.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk index f984bf1749..7e0ec7b63a 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -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 |