[source] bcm53xx: Fix Generic profile description

LEDE Commits lede-commits at lists.infradead.org
Tue Oct 24 18:39:40 PDT 2017


florian pushed a commit to source.git, branch master:
https://git.lede-project.org/5df1f4113bd89542a804308d5890823876878918

commit 5df1f4113bd89542a804308d5890823876878918
Author: Florian Fainelli <f.fainelli at gmail.com>
AuthorDate: Tue Oct 24 18:08:25 2017 -0700

    bcm53xx: Fix Generic profile description
    
    Fix the sentence describing the bcm53xx generic profile.
    
    Signed-off-by: Florian Fainelli <f.fainelli at gmail.com>
---
 target/linux/bcm53xx/profiles/100-Generic.mk | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/target/linux/bcm53xx/profiles/100-Generic.mk b/target/linux/bcm53xx/profiles/100-Generic.mk
index d7e9005..b572586 100644
--- a/target/linux/bcm53xx/profiles/100-Generic.mk
+++ b/target/linux/bcm53xx/profiles/100-Generic.mk
@@ -11,8 +11,9 @@ define Profile/Generic
 endef
 
 define Profile/Generic/Description
-	Package set compatible with hardware any Broadcom BCM47xx or BCM535x 
-	SoC with a ARM CPU like the BCM4707, BCM4708, BCM4709, BCM53010
+	Package set compatible with any hardware using Broadcom BCM47xx or
+	BCM535x SoCs with an ARM CPU like the BCM4707, BCM4708, BCM4709,
+	BCM53010
 endef
 
 $(eval $(call Profile,Generic))



More information about the lede-commits mailing list