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:
Anirudha Sarangi 2015-09-30 01:24:17 +05:30 committed by Nava kishore Manne
parent cc92596e56
commit 179719fb7c

View file

@ -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;