Technical data
B. Appendixes to optional packages
Parameter check
The parameters which can be entered in HWSUPP_BUTTON_x_PARAM will be checked using
check/myopt.ext .
Example:
if (opt_hwsupp)
then
depends on hwsupp version 4.0
foreach i in hwsupp_button_n
do
set action=hwsupp_buttonn_%[i]
set param=hwsupp_button_%_param[i]
if (action == "myopt")
then
add_to_opt "files/usr/bin/myopt_keyprog" "mode=555 flags=sh"
if (!(param =~ "(RE:MYOPT_BUTTON_PARAM)"))
then
error "When HWSUPP_BUTTON_\${i}='myopt', ...
must be entered in HWSUPP_BUTTON_\${i}_PARAM"
fi
fi
done
fi
Button function
When a button is pressed the script file /usr/bin/myopt_keyprog will be executed.
The content of HWSUPP_BUTTON_x_PARAM is passed as a parameter.
Example:
##TODO## example
B.11. IPV6 - Connection to IPv6-Internet using a SixXS-Tunnel
This section describes how the package IPv6 can be used to connect your home network to the
IPv6 Internet by using a tunnel from the provider SixXS (https://www.sixxs.net/).
B.11.1. Get An Account
First, apply for a SixXS account under “Signup for new users”. After that you have a user
name in the form YYYYY-Sixxs and an associated password. This data is needed later for
the tunnel configuration.
360










