diff options
author | Huangbin Zhan <zhanhb88@gmail.com> | 2022-04-21 05:40:40 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-04-23 20:46:25 +0200 |
commit | b8ed98b10004d5de25c1b4b2d2b59b15fc04f794 (patch) | |
tree | 48bb09d38556650d7260b505dfdb5904f27c46c5 /target/linux/bcm63xx | |
parent | 8a1003c5986514d7a78f78b3ee94003837d82582 (diff) | |
download | upstream-b8ed98b10004d5de25c1b4b2d2b59b15fc04f794.tar.gz upstream-b8ed98b10004d5de25c1b4b2d2b59b15fc04f794.tar.bz2 upstream-b8ed98b10004d5de25c1b4b2d2b59b15fc04f794.zip |
bcm63xx: fix description fix name case
The `Description` should be capital.
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
Diffstat (limited to 'target/linux/bcm63xx')
-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 |