Felix Fietkau 
							
						 
					 
					
						
						
							
						
						6df2ad3e70 
					 
					
						
						
							
							when changing the mac address of a bridge interface, keep member interface addresses in sync (patch from  #7111 )  
						
						 
						
						... 
						
						
						
						SVN-Revision: 21577 
						
						
					 
					
						2010-05-27 14:04:28 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						d6a142375b 
					 
					
						
						
							
							base-files: fix a preinit hang in jffs2_ready() when no rootfs_data partition is found ( #7362 )  
						
						 
						
						... 
						
						
						
						SVN-Revision: 21511 
						
						
					 
					
						2010-05-20 05:57:54 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						be41fdd01a 
					 
					
						
						
							
							base-files: add add_dns() and remove_dns() helpers to network config, useful to merge dns entries from multiple interfaces  
						
						 
						
						... 
						
						
						
						SVN-Revision: 21391 
						
						
					 
					
						2010-05-07 01:17:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						dd38b15b75 
					 
					
						
						
							
							base-files, ppp: fix interface shutdown  
						
						 
						
						... 
						
						
						
						SVN-Revision: 21386 
						
						
					 
					
						2010-05-06 01:14:24 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						66ab73d01f 
					 
					
						
						
							
							base-files, ppp: remove protocol specific cleanup code from /sbin/ifdown and move it to protocol stop callbacks  
						
						 
						
						... 
						
						
						
						SVN-Revision: 21383 
						
						
					 
					
						2010-05-05 23:24:11 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						163b15f5bb 
					 
					
						
						
							
							base-files: make press key message more explicit in preinit  
						
						 
						
						... 
						
						
						
						SVN-Revision: 20392 
						
						
					 
					
						2010-03-23 22:56:12 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
							
						
						7af8ee0481 
					 
					
						
						
							
							change from /jffs to /overlay, patch from Daniel Dickinson  
						
						 
						
						... 
						
						
						
						SVN-Revision: 20356 
						
						
					 
					
						2010-03-21 17:16:50 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						73f61a64eb 
					 
					
						
						
							
							fix error output of brctl if bridging is not supported.  
						
						 
						
						... 
						
						
						
						The following error is displayed during network configuration on any device that has DEVICE_TYPE set to something else then router, or has brctl functionality disabled through some other method:
"brctl: SIOCGIFBR: Package not installed"
This is due to the unbridge function being called, which uses "brctl show" to determine if the interface is bridged.
Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl >
SVN-Revision: 20218 
						
						
					 
					
						2010-03-14 21:10:07 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						1968fb8da3 
					 
					
						
						
							
							base-files: force preinit to use busybox mount ( #6797 )  
						
						 
						
						... 
						
						
						
						SVN-Revision: 20176 
						
						
					 
					
						2010-03-13 02:59:05 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
							
						
						32be7f7605 
					 
					
						
						
							
							package/base-files: call preinit_ip_deconfig before processing init on initramfs images  
						
						 
						
						... 
						
						
						
						SVN-Revision: 20159 
						
						
					 
					
						2010-03-12 14:37:19 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Thill 
							
						 
					 
					
						
						
							
						
						d08b2b02cf 
					 
					
						
						
							
							base-files: fix preinit code typos  
						
						 
						
						... 
						
						
						
						Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl >
Acked-by: Daniel Dickinson <cshore@csolve.net >
SVN-Revision: 20124 
						
						
					 
					
						2010-03-10 18:09:53 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Thill 
							
						 
					 
					
						
						
							
						
						45f7dc9459 
					 
					
						
						
							
							firstboot: fix typo ( closes :  #6738 )  
						
						 
						
						... 
						
						
						
						SVN-Revision: 19944 
						
						
					 
					
						2010-03-01 23:54:45 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						524303b849 
					 
					
						
						
							
							base-files: fix enter failsafe message  
						
						 
						
						... 
						
						
						
						SVN-Revision: 19937 
						
						
					 
					
						2010-03-01 18:20:39 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						9be4598569 
					 
					
						
						
							
							add block-extroot, a package for using an external filesystem as rootfs (patch by cshore)  
						
						 
						
						... 
						
						
						
						SVN-Revision: 19880 
						
						
					 
					
						2010-02-26 22:46:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						250b52f673 
					 
					
						
						
							
							base-files: revert dhcp state information on ifdown and restore pre-r19530 behaviour in udhcp default.script  
						
						 
						
						... 
						
						
						
						SVN-Revision: 19597 
						
						
					 
					
						2010-02-12 02:06:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						7ad9c8615f 
					 
					
						
						
							
							base-file: revert unrelated change accidentally committed in r19478  
						
						 
						
						... 
						
						
						
						SVN-Revision: 19488 
						
						
					 
					
						2010-02-01 02:00:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						e367f5434a 
					 
					
						
						
							
							base-files: preinit: get rid of /dev/null redirections and use grep -q where applicable  
						
						 
						
						... 
						
						
						
						SVN-Revision: 19478 
						
						
					 
					
						2010-02-01 00:32:46 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
							
						
						b93682af14 
					 
					
						
						
							
							quieten the check for devs, thanks nbd  
						
						 
						
						... 
						
						
						
						SVN-Revision: 19473 
						
						
					 
					
						2010-01-31 21:09:53 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
							
						
						7480065917 
					 
					
						
						
							
							/dev/null was used before it was created, so an empty file was created. This prevented the actual device node from being created. The attached patch fixes that, patch from cshore  
						
						 
						
						... 
						
						
						
						SVN-Revision: 19472 
						
						
					 
					
						2010-01-31 21:01:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						b88fc11e2a 
					 
					
						
						
							
							preinit: Remove Ctrl-C prompt...impossible on /dev/console (patch by cshore)  
						
						 
						
						... 
						
						
						
						SVN-Revision: 19367 
						
						
					 
					
						2010-01-28 19:27:49 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						56bc02a305 
					 
					
						
						
							
							add preinit modularization work by Daniel Dickinson (cshore)  
						
						 
						
						... 
						
						
						
						SVN-Revision: 19331 
						
						
					 
					
						2010-01-25 17:11:17 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						8d0bb8f5dd 
					 
					
						
						
							
							base-files: ensure that the ip6addr of the main interface stays the primary ip by re-adding it after alias setup is completed - patch by Alina Friedrichsen  
						
						 
						
						... 
						
						
						
						SVN-Revision: 19303 
						
						
					 
					
						2010-01-23 22:56:07 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						39f2b6d957 
					 
					
						
						
							
							base-files: sysupgade library coomon.sh has "bug" in glibc enviorement. For some reason ld-linux.so.3 is not installed at ramfs and sysupgrade always fails. Signed-off-by: Zintis Petersons <zintis.petersons@e-mail.lv>  
						
						 
						
						... 
						
						
						
						SVN-Revision: 19167 
						
						
					 
					
						2010-01-16 13:39:13 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hamish Guthrie 
							
						 
					 
					
						
						
							
						
						406a4a885d 
					 
					
						
						
							
							Add udhcpc command-line argument to request rootpath  
						
						 
						
						... 
						
						
						
						SVN-Revision: 18876 
						
						
					 
					
						2009-12-21 10:25:15 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						e9aa394113 
					 
					
						
						
							
							remove obsolete uci validation awk code  
						
						 
						
						... 
						
						
						
						SVN-Revision: 18110 
						
						
					 
					
						2009-10-20 21:48:40 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						2f921cb48d 
					 
					
						
						
							
							base-files: clear ip addresses on interfaces that are about to be added to a bridge  
						
						 
						
						... 
						
						
						
						SVN-Revision: 17596 
						
						
					 
					
						2009-09-16 14:21:19 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						91d40a14af 
					 
					
						
						
							
							Revert "fix nonhotpluggable networks not being brought up.  Closes   #2781 " (r17527) until we've solved the race conditions it creates  
						
						 
						
						... 
						
						
						
						SVN-Revision: 17544 
						
						
					 
					
						2009-09-09 00:16:55 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Travis Kemen 
							
						 
					 
					
						
						
							
						
						27915ac778 
					 
					
						
						
							
							fix nonhotpluggable networks not being brought up.  Closes   #2781  
						
						 
						
						... 
						
						
						
						SVN-Revision: 17527 
						
						
					 
					
						2009-09-06 17:02:14 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						7d1c2a0612 
					 
					
						
						
							
							base-files: fix sysupgrade get_magic_word() function to return proper values if the first two bytes are identical  
						
						 
						
						... 
						
						
						
						SVN-Revision: 17319 
						
						
					 
					
						2009-08-19 19:12:34 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						27da9d1984 
					 
					
						
						
							
							base-files: move ipv6 module loading from setup_interface() to addif() in the hotplug call, this ensures that ipv6 is loaded before any interfaces or aliases with ip6addr option are configured ( #5356 )  
						
						 
						
						... 
						
						
						
						SVN-Revision: 17217 
						
						
					 
					
						2009-08-10 23:48:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						91f98f1756 
					 
					
						
						
							
							base-files: some /lib/network/config.sh refactoring  
						
						 
						
						... 
						
						
						
						* Localize a lot more variables than before.
* Do stuff or localize variables at later points or inner blocks
  so less commands are executed in some cases.
* Use the default option of config_get where it makes sense.
Signed-off-by: Malte S. Stretz <mss@apache.org >
SVN-Revision: 17160 
						
						
					 
					
						2009-08-07 00:08:06 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						3bb5ea71eb 
					 
					
						
						
							
							base-files: ensure that ipv6 is loaded if interfaces have an ip6addr defined, clean trailing whitespace, bump pkg revision ( #5356 )  
						
						 
						
						... 
						
						
						
						SVN-Revision: 17118 
						
						
					 
					
						2009-08-04 00:06:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Vasilis Tsiligiannis 
							
						 
					 
					
						
						
							
						
						baa9053e7a 
					 
					
						
						
							
							base-files: Fix sysupgrade .tar.gz configuration restoring  
						
						 
						
						... 
						
						
						
						SVN-Revision: 16626 
						
						
					 
					
						2009-06-29 21:13:05 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						c6fe201fb6 
					 
					
						
						
							
							sysupgrade: sync *before* mtd write, only fallback to sysrq-trigger if standard reboot fails  
						
						 
						
						... 
						
						
						
						SVN-Revision: 16488 
						
						
					 
					
						2009-06-17 11:09:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Vasilis Tsiligiannis 
							
						 
					 
					
						
						
							
						
						f4a81139b7 
					 
					
						
						
							
							base-files: Add support for bzipped images in sysupgrade  
						
						 
						
						... 
						
						
						
						SVN-Revision: 16408 
						
						
					 
					
						2009-06-10 22:34:14 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Vasilis Tsiligiannis 
							
						 
					 
					
						
						
							
						
						57d7cc7666 
					 
					
						
						
							
							base-files: Detect and decompressed gzipped images automatically when flashing with sysupgrade  
						
						 
						
						... 
						
						
						
						SVN-Revision: 16407 
						
						
					 
					
						2009-06-10 22:22:48 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Vasilis Tsiligiannis 
							
						 
					 
					
						
						
							
						
						d1f5700e78 
					 
					
						
						
							
							base-files: format hexdump output instead of using awk for sysupgrade  
						
						 
						
						... 
						
						
						
						SVN-Revision: 16405 
						
						
					 
					
						2009-06-10 21:52:07 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Vasilis Tsiligiannis 
							
						 
					 
					
						
						
							
						
						5b72dc3d8f 
					 
					
						
						
							
							base-files: fix test experession for sysupgrade  
						
						 
						
						... 
						
						
						
						SVN-Revision: 16310 
						
						
					 
					
						2009-06-03 18:15:04 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						642870d0cc 
					 
					
						
						
							
							network: prevent unnecessary interface down/up cycles if no mac address change is requested  
						
						 
						
						... 
						
						
						
						SVN-Revision: 16269 
						
						
					 
					
						2009-06-01 18:09:05 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						154ebf9380 
					 
					
						
						
							
							network: do not unnecessarily touch interfaces configured as proto=none; bring down old aliases before setting up new ones  
						
						 
						
						... 
						
						
						
						SVN-Revision: 16266 
						
						
					 
					
						2009-06-01 18:07:44 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						af8500e97d 
					 
					
						
						
							
							sysupgrade: use sysrq-trigger if available  
						
						 
						
						... 
						
						
						
						SVN-Revision: 15865 
						
						
					 
					
						2009-05-15 12:10:26 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						d8aee6e471 
					 
					
						
						
							
							base-files: show reboot notification is sysupgrade  
						
						 
						
						... 
						
						
						
						SVN-Revision: 15730 
						
						
					 
					
						2009-05-09 01:54:09 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						71e0f59b80 
					 
					
						
						
							
							Add option in sysupgrade to flash gzipped images  
						
						 
						
						... 
						
						
						
						SVN-Revision: 15672 
						
						
					 
					
						2009-05-07 13:27:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						6397e188af 
					 
					
						
						
							
							do not run hotplug event for aliases  
						
						 
						
						... 
						
						
						
						SVN-Revision: 15224 
						
						
					 
					
						2009-04-13 00:43:23 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						9a72419724 
					 
					
						
						
							
							- fix mac assignment for broadcom vifs in bridging mode - thanks abramoff1 for spotting this - fix possible regression with different interface protocols - bump PKG_RELEASE  
						
						 
						
						... 
						
						
						
						SVN-Revision: 15042 
						
						
					 
					
						2009-03-25 19:13:15 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						7e6c947e4b 
					 
					
						
						
							
							sync macs with vif bssids in broadcom.sh, fixes multi-ssid with wpa  
						
						 
						
						... 
						
						
						
						SVN-Revision: 15028 
						
						
					 
					
						2009-03-24 23:42:09 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						8a6acee2e2 
					 
					
						
						
							
							sysupgrade: install /bin/sleep into ramdisk too and add completition notice ( #4747 )  
						
						 
						
						... 
						
						
						
						SVN-Revision: 14784 
						
						
					 
					
						2009-03-08 00:21:25 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						789848d327 
					 
					
						
						
							
							Prevent "SIOCSIFHWADDR: Device or resource busy" when trying to change mac address  
						
						 
						
						... 
						
						
						
						SVN-Revision: 13258 
						
						
					 
					
						2008-11-17 10:47:02 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Thill 
							
						 
					 
					
						
						
							
						
						ac915623a6 
					 
					
						
						
							
							make network config script work with brctl from both bridge-utils & busybox  
						
						 
						
						... 
						
						
						
						SVN-Revision: 13165 
						
						
					 
					
						2008-11-09 22:48:56 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						9b75b9e35c 
					 
					
						
						
							
							don't bring down interfaces when preparing them  
						
						 
						
						... 
						
						
						
						SVN-Revision: 13079 
						
						
					 
					
						2008-10-29 17:26:59 +00:00