base-files: minor cosmetic corrections for functions.sh
- update copyright header - remove superfluous shebang left-over from changeset 34794 - unify function declaration [juhosg: keep Vertical Communications' copyright notice] Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35646
This commit is contained in:
		@@ -1,6 +1,7 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					#!/bin/sh
 | 
				
			||||||
# Copyright (C) 2006-2011 OpenWrt.org
 | 
					# Copyright (C) 2006-2013 OpenWrt.org
 | 
				
			||||||
# Copyright (C) 2006 Fokus Fraunhofer <carsten.tittel@fokus.fraunhofer.de>
 | 
					# Copyright (C) 2006 Fokus Fraunhofer <carsten.tittel@fokus.fraunhofer.de>
 | 
				
			||||||
 | 
					# Copyright (C) 2010 Vertical Communications
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
debug () {
 | 
					debug () {
 | 
				
			||||||
@@ -406,10 +407,6 @@ pi_include() {
 | 
				
			|||||||
	return 0
 | 
						return 0
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#!/bin/sh
 | 
					 | 
				
			||||||
# Copyright (C) 2006-2010 OpenWrt.org
 | 
					 | 
				
			||||||
# Copyright (C) 2010 Vertical Communications
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
boot_hook_splice_start() {
 | 
					boot_hook_splice_start() {
 | 
				
			||||||
	export -n PI_HOOK_SPLICE=1
 | 
						export -n PI_HOOK_SPLICE=1
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user