diff options
author | Daniel Dickinson <lede@daniel.thecshore.com> | 2016-07-07 04:24:03 -0400 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-07-11 14:19:47 +0200 |
commit | a775c5db46abce9eb51e1dca645df59b1069d8ca (patch) | |
tree | 6d7ee66ff9a346c3e054f6d9af5af56f3a9fc9fe /target/linux | |
parent | 9062c4fe99c54dc117d531143bd981b2c64a50ec (diff) | |
download | upstream-a775c5db46abce9eb51e1dca645df59b1069d8ca.tar.gz upstream-a775c5db46abce9eb51e1dca645df59b1069d8ca.tar.bz2 upstream-a775c5db46abce9eb51e1dca645df59b1069d8ca.zip |
ar71xx: Fix PowerCloud CAP324 No Cloud title
CAP324 nocloud was missing (No-Cloud) in description
Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/image/generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk index 96b5a58711..ea3273e141 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -133,7 +133,7 @@ endef TARGET_DEVICES += cap324 define Device/cap324-nocloud - DEVICE_TITLE := PowerCloud CAP324 Cloud AP + DEVICE_TITLE := PowerCloud CAP324 Cloud AP (No-Cloud) DEVICE_PACKAGES := uboot-envtools BOARDNAME := CAP324 DEVICE_PROFILE := CAP324 |