Message ID | e76ac139a4f3841535e1ee306e912fd758dee957.1718638104.git.jerome.forissier@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | Introduce the lwIP network stack | expand |
On Mon, 17 Jun 2024 at 18:33, Jerome Forissier <jerome.forissier@linaro.org> wrote: > > Add qemu_arm64_lwip_defconfig which #include's qemu_arm64_defconfig and > selects NET_LWIP instead of NET. This config has all the supported net > commands enabled. > > Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> > --- > configs/qemu_arm64_lwip_defconfig | 4 ++++ > 1 file changed, 4 insertions(+) > create mode 100644 configs/qemu_arm64_lwip_defconfig > > diff --git a/configs/qemu_arm64_lwip_defconfig b/configs/qemu_arm64_lwip_defconfig > new file mode 100644 > index 00000000000..1f5fd097f0e > --- /dev/null > +++ b/configs/qemu_arm64_lwip_defconfig > @@ -0,0 +1,4 @@ > +#include <configs/qemu_arm64_defconfig> > +CONFIG_NET_LWIP=y > +CONFIG_CMD_DNS=y > +CONFIG_CMD_WGET=y > -- > 2.40.1 > Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
diff --git a/configs/qemu_arm64_lwip_defconfig b/configs/qemu_arm64_lwip_defconfig new file mode 100644 index 00000000000..1f5fd097f0e --- /dev/null +++ b/configs/qemu_arm64_lwip_defconfig @@ -0,0 +1,4 @@ +#include <configs/qemu_arm64_defconfig> +CONFIG_NET_LWIP=y +CONFIG_CMD_DNS=y +CONFIG_CMD_WGET=y
Add qemu_arm64_lwip_defconfig which #include's qemu_arm64_defconfig and selects NET_LWIP instead of NET. This config has all the supported net commands enabled. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> --- configs/qemu_arm64_lwip_defconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 configs/qemu_arm64_lwip_defconfig