dde_linux: move usb_net -> legacy_usb_net

issue #4958
This commit is contained in:
Sebastian Sumpf 2023-07-05 13:24:21 +02:00 committed by Christian Helmuth
parent 8f34c27ca5
commit 9a6423b4ef
17 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
ifeq ($(called_from_lib_mk),yes)
USB_NET_CONTRIB_DIR := $(call select_from_ports,dde_linux)/src/drivers/usb_net
LX_EMUL_H := $(REP_DIR)/src/drivers/usb_net/lx_emul.h
LX_EMUL_H := $(REP_DIR)/src/drivers/legacy_usb_net/lx_emul.h
#
# Determine the header files included by the contrib code. For each

View File

@ -1,6 +1,6 @@
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/dde_linux)
MIRROR_FROM_REP_DIR := src/drivers/usb_net \
MIRROR_FROM_REP_DIR := src/drivers/legacy_usb_net \
src/drivers/nic/linux_network_session_base.cc \
src/drivers/nic/linux_network_session_base.h \
src/lib/legacy/lx_kit \

View File

@ -0,0 +1 @@
2023-08-21 1a1be9d8df290e48fdb5539bef1c23367b596955

View File

@ -1 +0,0 @@
2023-08-21 7cdff135234dbdde78e50a5f761b6059863c49bc

View File

@ -10,7 +10,7 @@
create_boot_directory
import_from_depot [depot_user]/src/[base_src] \
[depot_user]/pkg/test_usb_host_drv-[board] \
[depot_user]/src/usb_net_drv \
[depot_user]/src/legacy_usb_net_drv \
[depot_user]/src/nic_router \
[depot_user]/src/libc \
[depot_user]/src/vfs \