lwip: Create a new version of lwip141
Created a new version lwip141_v1_3. Signed-off-by: Anirudha Sarangi <anirudh@xilinx.com> Acked-by: Harini Katakam <harinik@xilinx.com>
This commit is contained in:
parent
cc92596e56
commit
179719fb7c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ BEGIN LIBRARY lwip141
|
|||
OPTION desc = "lwIP TCP/IP Stack library: lwIP v1.4.1";
|
||||
OPTION app_linker_flags = "-Wl,--start-group,-lxil,-llwip4,-lgcc,-lc,--end-group";
|
||||
OPTION requires_os = (standalone xilkernel freertos821_xilinx);
|
||||
OPTION VERSION = 1.2;
|
||||
OPTION VERSION = 1.3;
|
||||
OPTION NAME = lwip141;
|
||||
|
||||
PARAM name = api_mode, desc = "Mode of operation for lwIP (RAW API/Sockets API)", type = enum, values = ("RAW API" = RAW_API, "SOCKET API" = SOCKET_API), default = RAW_API;
|
||||
|
|
Loading…
Add table
Reference in a new issue