On 2016-09-08 16:47, Tim Harvey wrote:
> clean up usb gadget support:
> - rename gadget modules so that they appear under the usb-gadget sub-menu
> - change deps to auto-select
> 
> Signed-off-by: Tim Harvey <[email protected]>
> ---
> v3:
>  - update targets that use gadgets with new names
> 
> v2:
>  - leave libcomposite so opkg deps don't collide
>  - do not rename modules to match kernel module names to avoid using _ char
>    which is used to separate package name from version
> 
> Signed-off-by: Tim Harvey <[email protected]>
> ---
>  package/kernel/linux/modules/usb.mk        | 34 
> +++++++++++++++---------------
>  target/linux/at91/Makefile                 |  2 +-
>  target/linux/omap24xx/profiles/100-n810.mk |  2 +-
>  3 files changed, 19 insertions(+), 19 deletions(-)
> 
> --- a/target/linux/omap24xx/profiles/100-n810.mk
> +++ b/target/linux/omap24xx/profiles/100-n810.mk
> @@ -16,7 +16,7 @@ define Profile/n810-base
>       kmod-fs-vfat kmod-fs-msdos \
>       kmod-input-evdev \
>       kmod-leds-gpio \
> -     kmod-usb-tahvo kmod-usb-eth-gadget \
> +     kmod-usb-tahvo kmod-usb-gadget-eth \
This is still broken, because kmod-usb-eth-gadget now depends on
kmod-usb-gadget instead of selecting it.
Maybe it would be a good idea to leave the dependencies alone and just
mark kmod-usb-gadget and kmod-usb-lib-composite as hidden.

- Felix

_______________________________________________
Lede-dev mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to