Fixed typo.
This commit is contained in:
parent
9424e6db6c
commit
b6f18566c8
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ cat << EOF
|
||||||
bool "$META_PKG $PKG_VER $INST_STRING"
|
bool "$META_PKG $PKG_VER $INST_STRING"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
menu $(echo ${PKG_NAME} | tr [a-z] [A-Z]) components"
|
menu "$(echo ${PKG_NAME} | tr [a-z] [A-Z]) components"
|
||||||
depends CONFIG_$META_PKG
|
depends CONFIG_$META_PKG
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
Reference in a new issue