bcm63xx: fix description fix name case
authorHuangbin Zhan <zhanhb88@gmail.com>
Wed, 20 Apr 2022 21:40:40 +0000 (05:40 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 23 Apr 2022 18:46:25 +0000 (20:46 +0200)
The `Description` should be capital.

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
target/linux/bcm63xx/profiles/default.mk

index 6928cdb764cbbc74845ff6edba9f4dcf6076f64a..3e8b07d35f08b0b59d3d5e4b44c4223c509d19de 100644 (file)
@@ -8,7 +8,7 @@ define Profile/Default
   PRIORITY:=1
 endef
 
-define Profile/Default/description
+define Profile/Default/Description
   Package set compatible with most boards.
 endef