projects
/
openwrt
/
staging
/
mkresin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a1003c
)
bcm63xx: fix description fix name case
author
Huangbin Zhan
<zhanhb88@gmail.com>
Wed, 20 Apr 2022 21:40:40 +0000
(
05:40
+0800)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 23 Apr 2022 18:46:25 +0000
(20:46 +0200)
The `Description` should be capital.
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
target/linux/bcm63xx/profiles/default.mk
patch
|
blob
|
history
diff --git
a/target/linux/bcm63xx/profiles/default.mk
b/target/linux/bcm63xx/profiles/default.mk
index 6928cdb764cbbc74845ff6edba9f4dcf6076f64a..3e8b07d35f08b0b59d3d5e4b44c4223c509d19de 100644
(file)
--- 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/
d
escription
+define Profile/Default/
D
escription
Package set compatible with most boards.
endef