bcm53xx: Fix Generic profile description
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 25 Oct 2017 01:08:25 +0000 (18:08 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Wed, 25 Oct 2017 01:39:17 +0000 (18:39 -0700)
Fix the sentence describing the bcm53xx generic profile.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
target/linux/bcm53xx/profiles/100-Generic.mk

index d7e9005aa7628be34283c849acd2142de3678f5b..b57258666ee20c0d97a6168371219c52085a010d 100644 (file)
@@ -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))