svn commit: r213238 - in head/usr.sbin: . gpioctl

Niclas Zeising niclas.zeising at gmail.com
Tue Sep 28 07:28:12 UTC 2010


On 2010-09-28 05:28, Oleksandr Tymoshenko wrote:
> Author: gonzo
> Date: Tue Sep 28 03:28:20 2010
> New Revision: 213238
> URL: http://svn.freebsd.org/changeset/base/213238
>
> Log:
>    Add gpioctl(8). Utility for configuring/accessing GPIO pins
>
> Added:
>    head/usr.sbin/gpioctl/
>    head/usr.sbin/gpioctl/Makefile   (contents, props changed)
>    head/usr.sbin/gpioctl/gpioctl.8   (contents, props changed)
>    head/usr.sbin/gpioctl/gpioctl.c   (contents, props changed)
> Modified:
>    head/usr.sbin/Makefile
>
> Modified: head/usr.sbin/Makefile
> ==============================================================================
> --- head/usr.sbin/Makefile	Tue Sep 28 03:24:53 2010	(r213237)
> +++ head/usr.sbin/Makefile	Tue Sep 28 03:28:20 2010	(r213238)
> @@ -27,6 +27,7 @@ SUBDIR= adduser \
>   	fwcontrol \
>   	getfmac \
>   	getpmac \
> +	gpioctl \
>   	gstat \
>   	i2c \
>   	ifmcstat \
>

This should probably be made conditional on MK_GPIO.
Thank you for your work!
Regards!
Niclas


More information about the svn-src-head mailing list