You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/network/config
John Crispin 2ae05c57f8 package/*: remove useless explicit set of function returncode
somebody started to set a function returncode in the validation
stuff and everybody copies it, e.g.

myfunction()
{
	fire_command

	return $?
}

a function automatically returns with the last returncode,
so we can safely remove the command 'return $?'. reference:

http://tldp.org/LDP/abs/html/exit-status.html
"The last command executed in the function or script determines the exit status."

Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>

SVN-Revision: 42278
10 years ago
..
firewall package/*: remove useless explicit set of function returncode 10 years ago
gre gre: Change hostdependcy to remote endpoint tunnel address 10 years ago
ltq-adsl-app lantiq-dsl: add 2 ugly workarounds for the IB to work 10 years ago
ltq-vdsl-app lantiq-dsl: add 2 ugly workarounds for the IB to work 10 years ago
netifd package/*: remove useless explicit set of function returncode 10 years ago
qos-scripts qos-scripts: convert to procd 10 years ago
soloscli soloscli: upgrade to 1.04 10 years ago
swconfig package: swconfig: let variable name be local 10 years ago