소스 검색

bcm53xx: Fix Generic profile description

Fix the sentence describing the bcm53xx generic profile.

Signed-off-by: Florian Fainelli <[email protected]>
Florian Fainelli 8 년 전
부모
커밋
5df1f4113b
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      target/linux/bcm53xx/profiles/100-Generic.mk

+ 3 - 2
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))