summaryrefslogtreecommitdiff
path: root/package/base-files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-12-07 16:53:30 +0000
committerJohn Crispin <john@openwrt.org>2014-12-07 16:53:30 +0000
commitf76755da3f909425407b5467670d180ca741238b (patch)
tree6b3e5580e90aaf9aca4c89c4f5acfd887af22a97 /package/base-files
parent8a123f6f6646f68ebd209caa5e7ef5b8ed61c325 (diff)
downloadmtk-20170518-f76755da3f909425407b5467670d180ca741238b.zip
mtk-20170518-f76755da3f909425407b5467670d180ca741238b.tar.gz
mtk-20170518-f76755da3f909425407b5467670d180ca741238b.tar.bz2
packages: fix typo in OpenWrt name
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 43542
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/files/lib/preinit/10_indicate_preinit2
-rw-r--r--package/base-files/image-config.in6
2 files changed, 4 insertions, 4 deletions
diff --git a/package/base-files/files/lib/preinit/10_indicate_preinit b/package/base-files/files/lib/preinit/10_indicate_preinit
index dc22f57..9009116 100644
--- a/package/base-files/files/lib/preinit/10_indicate_preinit
+++ b/package/base-files/files/lib/preinit/10_indicate_preinit
@@ -41,7 +41,7 @@ pi_indicate_led() {
}
pi_indicate_preinit() {
- preinit_net_echo "Doing OpenWRT Preinit\n"
+ preinit_net_echo "Doing OpenWrt Preinit\n"
pi_indicate_led
}
diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in
index c679a5b..8859eb6 100644
--- a/package/base-files/image-config.in
+++ b/package/base-files/image-config.in
@@ -18,11 +18,11 @@ config TARGET_PREINIT_SUPPRESS_STDERR
default y
help
Sends stderr to null during preinit. This is the default behaviour
- in previous versions of OpenWRT. This also prevents init process
+ in previous versions of OpenWrt. This also prevents init process
itself from displaying stderr, however processes launched by init
in multiuser through inittab will use the current terminal (e.g.
the ash shell launched by inittab will display stderr). That's
- the same behaviour as seen in previous version of OpenWRT.
+ the same behaviour as seen in previous version of OpenWrt.
config TARGET_PREINIT_TIMEOUT
int
@@ -128,7 +128,7 @@ menuconfig INITOPT
help
Prevents showing stderr messages for init command if not already
suppressed during preinit. This is the default behaviour in
- previous versions of OpenWRT. Removing this does nothing if
+ previous versions of OpenWrt. Removing this does nothing if
stderr is suppressed during preinit (which is the default).