usbip : Add usbip support with appropriate dependencies.
authorRISCi_ATOM <bob@bobcall.me>
Fri, 29 Sep 2023 17:24:49 +0000 (13:24 -0400)
committerRISCi_ATOM <bob@bobcall.me>
Fri, 29 Sep 2023 17:24:49 +0000 (13:24 -0400)
commit1fe7cae368036ad16f3ec7b72ccd21349edea4f1
tree5943010c8f0a56b37ef6c7063ff9dc8ddab9c16c
parent19f54c0804e6cea38b217f4f409dad68637ae9f8
usbip : Add usbip support with appropriate dependencies.

This commit adds `libevdev`,`libudev-fbsd`, `tcp_wrappers`, and `usbip`; it addresses the
request made in issue #160
16 files changed:
package/libs/libevdev/Makefile [new file with mode: 0644]
package/libs/libevdev/patches/010-no-clock-monotonic-raw-in-uclibc.patch [new file with mode: 0644]
package/libs/libudev-fbsd/Makefile [new file with mode: 0644]
package/libs/libudev-fbsd/patches/003-add-pkg-config-description.patch [new file with mode: 0644]
package/libs/libudev-fbsd/patches/005-extern-c.patch [new file with mode: 0644]
package/libs/libudev-fbsd/patches/100-add-stub-udev_device_get_driver.patch [new file with mode: 0644]
package/libs/libudev-fbsd/patches/101-add-stub-udev_device_new_from_subsystem_sysname.patch [new file with mode: 0644]
package/libs/libudev-fbsd/patches/102-add-stub-udev_enumerate_add_nomatch_sysattr.patch [new file with mode: 0644]
package/libs/tcp_wrappers/Makefile [new file with mode: 0644]
package/libs/tcp_wrappers/patches/001-debian_subset.patch [new file with mode: 0644]
package/libs/tcp_wrappers/patches/002-opt_cflags.patch [new file with mode: 0644]
package/libs/tcp_wrappers/patches/003-scaffold_malloc.patch [new file with mode: 0644]
package/libs/tcp_wrappers/patches/004-ipv4_prefix.patch [new file with mode: 0644]
package/libs/tcp_wrappers/patches/005-no--lnsl-on-musl.patch [new file with mode: 0644]
package/libs/tcp_wrappers/patches/006-compilation-warnings.patch [new file with mode: 0644]
package/network/services/usbip/Makefile [new file with mode: 0644]