[source] ar71xx: Fix PowerCloud CAP324 No Cloud title
LEDE Commits
lede-commits at lists.infradead.org
Mon Jul 11 05:20:00 PDT 2016
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=a775c5db46abce9eb51e1dca645df59b1069d8ca
commit a775c5db46abce9eb51e1dca645df59b1069d8ca
Author: Daniel Dickinson <lede at daniel.thecshore.com>
AuthorDate: Thu Jul 7 04:24:03 2016 -0400
ar71xx: Fix PowerCloud CAP324 No Cloud title
CAP324 nocloud was missing (No-Cloud) in description
Signed-off-by: Daniel Dickinson <lede at daniel.thecshore.com>
---
target/linux/ar71xx/image/generic.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk
index 96b5a58..ea3273e 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
More information about the lede-commits
mailing list