[openwrt/openwrt] bcm63xx: fix description fix name case

LEDE Commits lede-commits at lists.infradead.org
Sat Apr 23 13:03:05 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b8ed98b10004d5de25c1b4b2d2b59b15fc04f794

commit b8ed98b10004d5de25c1b4b2d2b59b15fc04f794
Author: Huangbin Zhan <zhanhb88 at gmail.com>
AuthorDate: Thu Apr 21 05:40:40 2022 +0800

    bcm63xx: fix description fix name case
    
    The `Description` should be capital.
    
    Signed-off-by: Huangbin Zhan <zhanhb88 at gmail.com>
---
 target/linux/bcm63xx/profiles/default.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/bcm63xx/profiles/default.mk b/target/linux/bcm63xx/profiles/default.mk
index 6928cdb764..3e8b07d35f 100644
--- a/target/linux/bcm63xx/profiles/default.mk
+++ b/target/linux/bcm63xx/profiles/default.mk
@@ -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
 




More information about the lede-commits mailing list