Skip to content
Snippets Groups Projects
  1. Apr 07, 2014
  2. Dec 27, 2013
  3. Nov 25, 2013
  4. Nov 14, 2013
    • Gabor Juhos's avatar
      base-files: add macaddr_canonicalize helper function · b7914344
      Gabor Juhos authored
      In commit r38690, the MAC address canonicalization
      has been converted to use 'tr' instead of 'printf'.
      This only works if with MAC addresses which uses
      the 'xx:xx:xx:xx:xx:xx' format.
      
      However on some boards, the MAC addresses are stored
      in different format in the mtd partition. Some vendors
      are using hyphens or dots as separators instead of
      colons. Also the leading zeroes may be missing from the
      individual octets or those are replaced with spaces.
      
      Add a new function which can be used to convert these
      into the 'xx:xx:xx:xx:xx:xx' format. Also update the
      'mtd_get_mac_ascii' function to use the new helper.
      
      The helper function is based on this code:
        http://isquared.nl/blog/2010/08/11/Bash-function-to-canonicalize-MAC-addresses/
      
      
      
      Signed-off-by: default avatarGabor Juhos <juhosg@openwrt.org>
      
      SVN-Revision: 38803
      b7914344
  5. Nov 08, 2013
  6. Jul 20, 2013
  7. Jun 22, 2013
  8. Jun 21, 2013
  9. Feb 17, 2013
  10. Feb 16, 2013
  11. Dec 27, 2012
  12. Dec 19, 2012
  13. Dec 12, 2012
  14. Jun 05, 2012
  15. Apr 21, 2012
  16. Mar 20, 2012
  17. Mar 02, 2012
  18. Nov 12, 2011
  19. Nov 09, 2011
  20. Nov 08, 2011
  21. Apr 05, 2011
    • Daniel Dickinson's avatar
      block-mount base-files: Added additional check to pi_include to ensure that a... · d5542b4f
      Daniel Dickinson authored
      block-mount base-files: Added additional check to pi_include to ensure that a directory used with pi_include actually contains files matching the souring pattern because if not the shell dies due to an empty string in for statement. Added /lib/functions/fsck as an empty dir to block-mount. This combination fixes a warning which generates a lot of bug reports, without panicking the kernel like the last attempt.
      
      SVN-Revision: 26479
      d5542b4f
  22. Sep 23, 2010
    • Daniel Dickinson's avatar
      base/block-extroot, base/block-mount: Modified preinit and block-extroot and... · 18b473ca
      Daniel Dickinson authored
      base/block-extroot, base/block-mount: Modified preinit and block-extroot and block-mount so that use of block-mount and block-extroot do not require that block-extroot, block-mount, nor the kernel modules they depend, on are required to included in the image. That is block-extroot and dependencies may now be installed as modules onto the jffs2 part of a squashfs system and it will work. In addition packages which are installed into the jffs2 of a squashfs system may now affect preinit, so long as they do not require execution of commands that occur before the merging of the jffs2 and built-in (squashfs) preinit scripts is done.
      
      Thanks jow for the preinit merge stuff!
      
      SVN-Revision: 23110
      18b473ca
  23. Sep 19, 2010
  24. Aug 14, 2010
  25. Dec 09, 2009
  26. Aug 07, 2009
  27. Aug 25, 2008
Loading