diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2017-10-24 18:08:25 -0700 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-10-24 18:39:17 -0700 |
commit | 5df1f4113bd89542a804308d5890823876878918 (patch) | |
tree | a16f90a5b3daca20fb03bb614edb375034fa26fc /target/linux/bcm53xx | |
parent | 9a6e2d7d09a5c0882c8e3b0a401e79fca30d98fb (diff) | |
download | upstream-5df1f4113bd89542a804308d5890823876878918.tar.gz upstream-5df1f4113bd89542a804308d5890823876878918.tar.bz2 upstream-5df1f4113bd89542a804308d5890823876878918.zip |
bcm53xx: Fix Generic profile description
Fix the sentence describing the bcm53xx generic profile.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'target/linux/bcm53xx')
-rw-r--r-- | target/linux/bcm53xx/profiles/100-Generic.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/bcm53xx/profiles/100-Generic.mk b/target/linux/bcm53xx/profiles/100-Generic.mk index d7e9005aa7..b57258666e 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)) |