summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuangbin Zhan2022-04-20 21:40:40 +0000
committerHauke Mehrtens2022-05-01 11:23:12 +0000
commit18649fbff04a4bf700a15f6f2198c225deacb3c9 (patch)
tree299e2ad9d462f1a753b03c550dc1edba4a2a0e37
parentd79380ac1dff9e672450805ab0f325717fea7169 (diff)
downloadopenwrt-18649fbff04a4bf700a15f6f2198c225deacb3c9.tar.gz
bcm63xx: fix description fix name case
The `Description` should be capital. Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com> (cherry picked from commit b8ed98b10004d5de25c1b4b2d2b59b15fc04f794)
-rw-r--r--target/linux/bcm63xx/profiles/default.mk2
1 files changed, 1 insertions, 1 deletions
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