diff options
author | Huangbin Zhan <zhanhb88@gmail.com> | 2022-04-21 05:40:40 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-05-01 13:23:12 +0200 |
commit | 18649fbff04a4bf700a15f6f2198c225deacb3c9 (patch) | |
tree | 299e2ad9d462f1a753b03c550dc1edba4a2a0e37 /target | |
parent | d79380ac1dff9e672450805ab0f325717fea7169 (diff) | |
download | upstream-18649fbff04a4bf700a15f6f2198c225deacb3c9.tar.gz upstream-18649fbff04a4bf700a15f6f2198c225deacb3c9.tar.bz2 upstream-18649fbff04a4bf700a15f6f2198c225deacb3c9.zip |
bcm63xx: fix description fix name case
The `Description` should be capital.
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
(cherry picked from commit b8ed98b10004d5de25c1b4b2d2b59b15fc04f794)
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/bcm63xx/profiles/default.mk | 2 |
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 |