From faf491ce9257aacf09d436e038d5c3742faecccd Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Fri, 21 May 2021 16:16:29 +0200 Subject: [PATCH] smartcard: replace usb_drv by usb_host_drv --- repos/libports/run/smartcard.run | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/repos/libports/run/smartcard.run b/repos/libports/run/smartcard.run index 6bf412c2a2..379ccffa08 100644 --- a/repos/libports/run/smartcard.run +++ b/repos/libports/run/smartcard.run @@ -24,7 +24,7 @@ proc smartcard_product_id {} { return "0x5116" } set build_components { core init timer - drivers/usb + drivers/usb_host test/smartcard lib/vfs/pipe } @@ -73,14 +73,13 @@ append config { + - - - - + + @@ -114,12 +113,14 @@ install_config $config # generic modules set boot_modules { - core init timer usb_drv test-smartcard + core init timer test-smartcard ld.lib.so pcsc-lite.lib.so ccid.lib.so libusb.lib.so libc.lib.so vfs.lib.so libm.lib.so posix.lib.so Info.plist vfs_pipe.lib.so } +lappend boot_modules [usb_host_drv_binary] + append_platform_drv_boot_modules build_boot_image $boot_modules