Skip to content
Snippets Groups Projects
  1. Jan 15, 2013
  2. Dec 19, 2012
  3. Dec 17, 2012
  4. Dec 16, 2012
    • Jo-Philipp Wich's avatar
      base-files: rework cache handling in network.sh to keep the entire parsed... · 17acf9bf
      Jo-Philipp Wich authored
      base-files: rework cache handling in network.sh to keep the entire parsed ifstatus, use jshn namespaces to support using it concurrently with other jshn users
      
      SVN-Revision: 34725
      17acf9bf
    • Jo-Philipp Wich's avatar
      base-files: various enhancements to network.sh · 1600ba99
      Jo-Philipp Wich authored
      	- support reading inactive gateways and DNS information in
      	  network_get_gateway(), network_get_dnsserver() and network_get_dnssearch()
      	  by passing "true" as optional last argument
      	- internally cache fetched values to speed up subsequent accesses to the same
      	  data, introduce network_flush_cache() to clear them
      	- add some inline function documentation
      
      SVN-Revision: 34722
      1600ba99
  5. Sep 13, 2012
  6. Aug 13, 2012
  7. Jun 29, 2012
  8. Jun 17, 2012
  9. Jun 07, 2012
  10. May 29, 2012
  11. May 28, 2012
  12. Mar 20, 2012
  13. Mar 02, 2012
  14. Dec 01, 2011
  15. Mar 17, 2011
  16. Feb 20, 2011
  17. Nov 07, 2010
    • Jo-Philipp Wich's avatar
      Fix permissions for /etc and other dirs after clean flash (#6039) · a8efa34d
      Jo-Philipp Wich authored
      
      During the first OpenWrt boot after a clean flash (when the jffs2
      partition is not yet initialized) tmpfs is used instead of the usual
      jffs2 overlay filesystem.  If this tmpfs is mounted with default
      options, all directories created there (/etc, /etc/config, other
      subdirectories in /etc) get permissions 1777 by default, and these
      permissions then persist in the created jffs2 at least until
      subsequent sysupgrade.  Mounting tmpfs with mode=0755 fixes the
      permission problem.
      
      Signed-off-by: default avatarSergey Vlasov <vsu@altlinux.ru>
      
      SVN-Revision: 23906
      a8efa34d
  18. 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
  19. Sep 19, 2010
  20. May 20, 2010
  21. Mar 21, 2010
  22. Mar 13, 2010
  23. Feb 26, 2010
  24. Jan 25, 2010
Loading