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>
Sun, 1 May 2022 11:23:12 +0000 (13:23 +0200)
The `Description` should be capital.

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
(cherry picked from commit b8ed98b10004d5de25c1b4b2d2b59b15fc04f794)

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