aboutsummaryrefslogtreecommitdiffstats
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
parent8a123f6f6646f68ebd209caa5e7ef5b8ed61c325 (diff)
downloadupstream-f76755da3f909425407b5467670d180ca741238b.tar.gz
upstream-f76755da3f909425407b5467670d180ca741238b.tar.bz2
upstream-f76755da3f909425407b5467670d180ca741238b.zip
packages: fix typo in OpenWrt name
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 43542
-rw-r--r--config/Config-devel.in2
-rw-r--r--package/base-files/files/lib/preinit/10_indicate_preinit2
-rw-r--r--package/base-files/image-config.in6
-rw-r--r--package/boot/apex/patches/100-openwrt_nslu2_armeb_config.patch2
-rw-r--r--package/boot/apex/patches/120-openwrt_nslu2_16mb_armeb_config.patch2
-rw-r--r--package/boot/apex/patches/140-openwrt_fsg3_armeb_config.patch2
-rw-r--r--package/boot/apex/patches/160-openwrt_nas100d_armeb_config.patch2
-rw-r--r--package/boot/uboot-lantiq/patches/0013-net-switchlib-add-driver-for-REALTEK-RTL8306.patch2
-rw-r--r--package/utils/robocfg/src/robocfg.c2
-rwxr-xr-xscripts/dl_cleanup.py4
10 files changed, 13 insertions, 13 deletions
diff --git a/config/Config-devel.in b/config/Config-devel.in
index 45a7fd93f4..d096c18a72 100644
--- a/config/Config-devel.in
+++ b/config/Config-devel.in
@@ -27,7 +27,7 @@ menuconfig DEVEL
If not set then defaults to './dl', which is removed by operations such as
'git clean -xdf' or 'make distclean'.
This option is useful if you have a low bandwidth Internet connection, and by
- setting a path outside the OpenWRT tree downloads will be saved.
+ setting a path outside the OpenWrt tree downloads will be saved.
config LOCALMIRROR
string "Local mirror for source packages" if DEVEL
diff --git a/package/base-files/files/lib/preinit/10_indicate_preinit b/package/base-files/files/lib/preinit/10_indicate_preinit
index dc22f577ea..900911606a 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 c679a5b33a..8859eb6f6a 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).
diff --git a/package/boot/apex/patches/100-openwrt_nslu2_armeb_config.patch b/package/boot/apex/patches/100-openwrt_nslu2_armeb_config.patch
index 7e9cfdff16..d598ff3287 100644
--- a/package/boot/apex/patches/100-openwrt_nslu2_armeb_config.patch
+++ b/package/boot/apex/patches/100-openwrt_nslu2_armeb_config.patch
@@ -5,7 +5,7 @@
# General Setup
#
-CONFIG_TARGET_DESCRIPTION="SlugOS NSLU2 (bigendian)"
-+CONFIG_TARGET_DESCRIPTION="OpenWRT NSLU2 (8MiB Flash)"
++CONFIG_TARGET_DESCRIPTION="OpenWrt NSLU2 (8MiB Flash)"
CONFIG_CROSS_COMPILE=""
CONFIG_AEABI=y
# CONFIG_DRIVER_LONG_LONG_SIZE is not set
diff --git a/package/boot/apex/patches/120-openwrt_nslu2_16mb_armeb_config.patch b/package/boot/apex/patches/120-openwrt_nslu2_16mb_armeb_config.patch
index 614ef7fe8e..5e7ecee27c 100644
--- a/package/boot/apex/patches/120-openwrt_nslu2_16mb_armeb_config.patch
+++ b/package/boot/apex/patches/120-openwrt_nslu2_16mb_armeb_config.patch
@@ -5,7 +5,7 @@
# General Setup
#
-CONFIG_TARGET_DESCRIPTION="SlugOS NSLU2/BE (16MiB Flash)"
-+CONFIG_TARGET_DESCRIPTION="OpenWRT NSLU2 (16MiB Flash)"
++CONFIG_TARGET_DESCRIPTION="OpenWrt NSLU2 (16MiB Flash)"
CONFIG_CROSS_COMPILE=""
CONFIG_AEABI=y
# CONFIG_DRIVER_LONG_LONG_SIZE is not set
diff --git a/package/boot/apex/patches/140-openwrt_fsg3_armeb_config.patch b/package/boot/apex/patches/140-openwrt_fsg3_armeb_config.patch
index a1651e69a2..fc0e8b9f3d 100644
--- a/package/boot/apex/patches/140-openwrt_fsg3_armeb_config.patch
+++ b/package/boot/apex/patches/140-openwrt_fsg3_armeb_config.patch
@@ -5,7 +5,7 @@
# General Setup
#
-CONFIG_TARGET_DESCRIPTION="SlugOS FSG3/BE"
-+CONFIG_TARGET_DESCRIPTION="OpenWRT FSG3"
++CONFIG_TARGET_DESCRIPTION="OpenWrt FSG3"
CONFIG_CROSS_COMPILE=""
CONFIG_AEABI=y
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
diff --git a/package/boot/apex/patches/160-openwrt_nas100d_armeb_config.patch b/package/boot/apex/patches/160-openwrt_nas100d_armeb_config.patch
index 0b0c985e46..e190964857 100644
--- a/package/boot/apex/patches/160-openwrt_nas100d_armeb_config.patch
+++ b/package/boot/apex/patches/160-openwrt_nas100d_armeb_config.patch
@@ -5,7 +5,7 @@
# General Setup
#
-CONFIG_TARGET_DESCRIPTION="SlugOS NAS100D/BE"
-+CONFIG_TARGET_DESCRIPTION="OpenWRT NAS100D"
++CONFIG_TARGET_DESCRIPTION="OpenWrt NAS100D"
CONFIG_CROSS_COMPILE=""
CONFIG_AEABI=y
# CONFIG_DRIVER_LONG_LONG_SIZE is not set
diff --git a/package/boot/uboot-lantiq/patches/0013-net-switchlib-add-driver-for-REALTEK-RTL8306.patch b/package/boot/uboot-lantiq/patches/0013-net-switchlib-add-driver-for-REALTEK-RTL8306.patch
index 19734256ca..4c01ad024a 100644
--- a/package/boot/uboot-lantiq/patches/0013-net-switchlib-add-driver-for-REALTEK-RTL8306.patch
+++ b/package/boot/uboot-lantiq/patches/0013-net-switchlib-add-driver-for-REALTEK-RTL8306.patch
@@ -20,7 +20,7 @@ Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
+++ b/drivers/net/switch/rtl8306.c
@@ -0,0 +1,332 @@
+/*
-+ * Based on OpenWRT linux driver
++ * Based on OpenWrt linux driver
+ *
+ * Copyright (C) 2011-2012 Daniel Schwierzeck, daniel.schwierzeck@gmail.com
+ * Copyright (C) 2009 Felix Fietkau <nbd@openwrt.org>
diff --git a/package/utils/robocfg/src/robocfg.c b/package/utils/robocfg/src/robocfg.c
index 4b7e82583b..1be46ea771 100644
--- a/package/utils/robocfg/src/robocfg.c
+++ b/package/utils/robocfg/src/robocfg.c
@@ -241,7 +241,7 @@ void usage()
"1) ASUS WL-500g Deluxe stock config (eth0 is WAN, eth0.1 is LAN):\n"
"robocfg switch disable vlans enable reset vlan 0 ports \"0 5u\" vlan 1 ports \"1 2 3 4 5t\""
" port 0 state enabled stp none switch enable\n"
- "2) WRT54g, WL-500g Deluxe OpenWRT config (vlan0 is LAN, vlan1 is WAN):\n"
+ "2) WRT54g, WL-500g Deluxe OpenWrt config (vlan0 is LAN, vlan1 is WAN):\n"
"robocfg switch disable vlans enable reset vlan 0 ports \"1 2 3 4 5t\" vlan 1 ports \"0 5t\""
" port 0 state enabled stp none switch enable\n",
rxtx[0], rxtx[1], rxtx[2], rxtx[3], stp[0], stp[1], stp[2], stp[3], stp[4], stp[5],
diff --git a/scripts/dl_cleanup.py b/scripts/dl_cleanup.py
index 2d6895e460..c2bbbc25bb 100755
--- a/scripts/dl_cleanup.py
+++ b/scripts/dl_cleanup.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
"""
-# OpenWRT download directory cleanup utility.
+# OpenWrt download directory cleanup utility.
# Delete all but the very last version of the program tarballs.
#
# Copyright (C) 2010 Michael Buesch <mb@bu3sch.de>
@@ -146,7 +146,7 @@ class Entry:
return self.version >= y.version
def usage():
- print "OpenWRT download directory cleanup utility"
+ print "OpenWrt download directory cleanup utility"
print "Usage: " + sys.argv[0] + " [OPTIONS] <path/to/dl>"
print ""
print " -d|--dry-run Do a dry-run. Don't delete any files"