packages: fix typo in OpenWrt name
authorJohn Crispin <john@openwrt.org>
Sun, 7 Dec 2014 16:53:30 +0000 (16:53 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 7 Dec 2014 16:53:30 +0000 (16:53 +0000)
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 43542

config/Config-devel.in
package/base-files/files/lib/preinit/10_indicate_preinit
package/base-files/image-config.in
package/boot/apex/patches/100-openwrt_nslu2_armeb_config.patch
package/boot/apex/patches/120-openwrt_nslu2_16mb_armeb_config.patch
package/boot/apex/patches/140-openwrt_fsg3_armeb_config.patch
package/boot/apex/patches/160-openwrt_nas100d_armeb_config.patch
package/boot/uboot-lantiq/patches/0013-net-switchlib-add-driver-for-REALTEK-RTL8306.patch
package/utils/robocfg/src/robocfg.c
scripts/dl_cleanup.py

index 45a7fd93f4eece93b860a44ee79171e7094fecda..d096c18a723d2bfd07b04faa0f9fab31cfbf970a 100644 (file)
@@ -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
index dc22f577ea7627f500266458e295c1a985420b07..900911606a6388d3ba5d76c179fb1ab28b81ec9d 100644 (file)
@@ -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
 }
 
index c679a5b33a9f4fe8d3390458cf5128e4847c370a..8859eb6f6a30c18a45412098888bda5757ea8a4e 100644 (file)
@@ -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).
 
 
index 7e9cfdff16753ce918984f5f105891d408d180da..d598ff32879241d7a628af10b0bae81622564eca 100644 (file)
@@ -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
index 614ef7fe8e6a627f897ce53f95a38ebfec89b74c..5e7ecee27cd65e571f77ee8314edf912b47d831d 100644 (file)
@@ -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
index a1651e69a241f20091218a314d13b59d0ceb71f2..fc0e8b9f3d1de6c6d91552f0b32418613c7becd3 100644 (file)
@@ -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
index 0b0c985e468076afdb90e31466e726ed14bb5b9e..e190964857062f597623cee6c5be6b64ead0b21a 100644 (file)
@@ -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
index 19734256ca2e81dba5c1b81bfd01763fe45e7653..4c01ad024a68b52f35ba8e9d1227e405ee3aa996 100644 (file)
@@ -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>
index 4b7e82583bb031251a1de8caec43d7cce69d4844..1be46ea77193b638a1c48c07b7989d9b2412c6ef 100644 (file)
@@ -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],
index 2d6895e460a7b1290675e7ff8f9162e301efe74e..c2bbbc25bb5d7b35335ae0871edac76332c0482d 100755 (executable)
@@ -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"