source: rtems-source-builder/rtems/config/net/lwip-1-1.cfg @ 3a3069e

4.104.95
Last change on this file since 3a3069e was 3a3069e, checked in by ragunath <ragunath3252@…>, on 08/09/15 at 09:43:43

lwIP configuration & build files

Patch to build lwip with RTEMS Resource builder. It builds the lwip sources and creates a library.

  • Property mode set to 100644
File size: 531 bytes
Line 
1#
2#  LWIP MASTER
3#
4
5%if %{release} == %{nil}
6 %define release 1
7%endif
8
9%include %{_configdir}/rtems-bsp.cfg
10
11#
12# LWIP Version
13#
14%define lwip_version lwip-c2ebf5544b4268eac9b32c7f3a689ff646d96eef
15
16#Will be modified to be pointing to RTEMS repo
17%define rtems_ragu_git https://raw.githubusercontent.com/ragunath3252/lwip-nodrv/master
18#
19# Patch for RTEMS support.
20#
21%patch add lwip %{rtems_ragu_git}/rtems.patch
22%hash  md5 rtems.patch 489c0def3a89e538fb526a5396bf27ca
23
24#
25# LWIP Build configuration
26#
27%include %{_configdir}/lwip-1.cfg
Note: See TracBrowser for help on using the repository browser.