Browse Source

bcm63xx: fix description fix name case

The `Description` should be capital.

Signed-off-by: Huangbin Zhan <[email protected]>
Huangbin Zhan 3 years ago
parent
commit
b8ed98b100
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/bcm63xx/profiles/default.mk

+ 1 - 1
target/linux/bcm63xx/profiles/default.mk

@@ -8,7 +8,7 @@ define Profile/Default
   PRIORITY:=1
   PRIORITY:=1
 endef
 endef
 
 
-define Profile/Default/description
+define Profile/Default/Description
   Package set compatible with most boards.
   Package set compatible with most boards.
 endef
 endef