On Thu, Apr 06, 2023 at 04:50:16PM +0200, Robin van der Gracht wrote:
> Signed-off-by: Robin van der Gracht <ro...@protonic.nl>
> ---
>  rules/pcsc-lite.in   | 5 +++++
>  rules/pcsc-lite.make | 2 +-
>  2 files changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/rules/pcsc-lite.in b/rules/pcsc-lite.in
> index 016a70037..de1c288c3 100644
> --- a/rules/pcsc-lite.in
> +++ b/rules/pcsc-lite.in
> @@ -18,6 +18,11 @@ menuconfig PCSC_LITE
>  
>  if PCSC_LITE
>  
> +config PCSC_LITE_USB
> +        bool "USB Support"
> +        help
> +          Add USB support.

Wrong indention. This should be tabs instead of spaces. I've fixed this
while applying the patch. In the future, please run 'ptxdist lint' before
sending patches. It will complain about all the small stuff like this.

Michael

> +
>  config PCSC_LITE_LIBUDEV
>       bool "libudev support"
>  
> diff --git a/rules/pcsc-lite.make b/rules/pcsc-lite.make
> index d773a8bb6..0c6edcbfe 100644
> --- a/rules/pcsc-lite.make
> +++ b/rules/pcsc-lite.make
> @@ -38,7 +38,7 @@ PCSC_LITE_CONF_OPT := \
>       $(CROSS_AUTOCONF_USR) \
>       --$(call ptx/endis, PTXCONF_PCSC_LITE_SYSTEMD_UNIT)-libsystemd \
>       --disable-serial \
> -     --disable-usb \
> +     --$(call ptx/endis, PTXCONF_PCSC_LITE_USB)-usb \
>       --$(call ptx/endis, PTXCONF_PCSC_LITE_LIBUDEV)-libudev \
>       --disable-libusb \
>       --disable-polkit \
> -- 
> 2.37.2
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

Reply via email to