lwip: Make changes in the lwip mld file as part of clean up

Remove redundant or unnecessary information from the lwip mld.

Signed-off-by: Anirudha Sarangi <anirudh@xilinx.com>
This commit is contained in:
Anirudha Sarangi 2015-02-09 18:35:58 +05:30 committed by Nava kishore Manne
parent 4fae300b8b
commit d61a568de4

View file

@ -4,7 +4,7 @@ BEGIN LIBRARY lwip141
OPTION drc = lwip_drc;
OPTION copyfiles = all;
OPTION desc = "lwIP TCP/IP Stack library: lwIP v1.4.1, Xilinx adapter v2.2";
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 freertos_zynq);
OPTION NAME = lwip141;