projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d79380a
)
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>
Sun, 1 May 2022 11:23:12 +0000
(13:23 +0200)
The `Description` should be capital.
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
(cherry picked from commit
b8ed98b10004d5de25c1b4b2d2b59b15fc04f794
)
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