From 3b0b8281866bf891465bd4e1d66705a562c3d53d Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Thu, 2 Oct 2014 18:40:44 +0200 Subject: commands: select FILE_LIST for usbgadget Otherwhise we get this error message: commands/built-in.o: In function `do_usbgadget': barebox-2014.10.0/commands/usbgadget.c:77: undefined reference to `file_list_parse' Signed-off-by: Robert Schwebel Signed-off-by: Sascha Hauer --- commands/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/Kconfig b/commands/Kconfig index 6528bf76c7..d73a393885 100644 --- a/commands/Kconfig +++ b/commands/Kconfig @@ -1858,6 +1858,7 @@ config CMD_USB config CMD_USBGADGET bool depends on USB_GADGET + select FILE_LIST prompt "usbgadget" config CMD_WD -- cgit v1.2.3