[openwrt/openwrt] bcm63xx: fix description fix name case
LEDE Commits
lede-commits at lists.infradead.org
Sun May 1 05:28:41 PDT 2022
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/18649fbff04a4bf700a15f6f2198c225deacb3c9
commit 18649fbff04a4bf700a15f6f2198c225deacb3c9
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>
(cherry picked from commit b8ed98b10004d5de25c1b4b2d2b59b15fc04f794)
---
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