mirror of
				https://github.com/Ysurac/openmptcprouter.git
				synced 2025-03-09 15:40:20 +00:00 
			
		
		
		
	Update openwrt and remove mvebu patch
This commit is contained in:
		
							parent
							
								
									e1ff515aac
								
							
						
					
					
						commit
						d9b5100b7d
					
				
					 3 changed files with 28 additions and 7729 deletions
				
			
		
							
								
								
									
										13
									
								
								patches/download-ipv4.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								patches/download-ipv4.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,13 @@ | |||
| --- a/scripts/download.pl	2020-04-12 21:41:19.548645048 +0200
 | ||||
| +++ b/scripts/download.pl	2020-04-12 21:41:28.752479609 +0200
 | ||||
| @@ -82,8 +82,8 @@
 | ||||
|  	} | ||||
|   | ||||
|  	return $have_curl | ||||
| -		? (qw(curl -f --connect-timeout 20 --retry 5 --location --insecure), shellwords($ENV{CURL_OPTIONS} || ''), $url)
 | ||||
| -		: (qw(wget --tries=5 --timeout=20 --no-check-certificate --output-document=-), shellwords($ENV{WGET_OPTIONS} || ''), $url)
 | ||||
| +		? (qw(curl -4 -f --connect-timeout 20 --retry 5 --location --insecure), shellwords($ENV{CURL_OPTIONS} || ''), $url)
 | ||||
| +		: (qw(wget -4 --tries=5 --timeout=20 --no-check-certificate --output-document=-), shellwords($ENV{WGET_OPTIONS} || ''), $url)
 | ||||
|  	; | ||||
|  } | ||||
|   | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue