summaryrefslogtreecommitdiffstats
path: root/rtems/config/net/lwip-1-1.cfg
blob: cf259634561a76bf0faeba8bc724922125aac3ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
#  LWIP MASTER
#

%if %{release} == %{nil}
 %define release 1
%endif

%include %{_configdir}/rtems-bsp.cfg

#
# LWIP Version
#
%define lwip_version lwip-c2ebf5544b4268eac9b32c7f3a689ff646d96eef

#Will be modified to be pointing to RTEMS repo
%define rtems_ragu_git https://raw.githubusercontent.com/ragunath3252/lwip-nodrv/master
#
# Patch for RTEMS support.
#
%patch add lwip %{rtems_ragu_git}/rtems.patch
%hash  md5 rtems.patch 489c0def3a89e538fb526a5396bf27ca

#
# LWIP Build configuration
#
%include %{_configdir}/lwip-1.cfg