summaryrefslogtreecommitdiffstats
path: root/rtems/config/net/lwip-1-1.cfg
diff options
context:
space:
mode:
authorragunath <ragunath3252@gmail.com>2015-08-09 04:43:43 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-08-11 09:45:02 -0500
commit3a3069e83c76afb1c51c26d35e54eab09b2aa8ae (patch)
tree4d8e25a1f9d1002c020555b827f4f183f7e2a488 /rtems/config/net/lwip-1-1.cfg
parentRevert "add t1lib patch" (diff)
downloadrtems-source-builder-3a3069e83c76afb1c51c26d35e54eab09b2aa8ae.tar.bz2
lwIP configuration & build files
Patch to build lwip with RTEMS Resource builder. It builds the lwip sources and creates a library.
Diffstat (limited to 'rtems/config/net/lwip-1-1.cfg')
-rw-r--r--rtems/config/net/lwip-1-1.cfg27
1 files changed, 27 insertions, 0 deletions
diff --git a/rtems/config/net/lwip-1-1.cfg b/rtems/config/net/lwip-1-1.cfg
new file mode 100644
index 0000000..cf25963
--- /dev/null
+++ b/rtems/config/net/lwip-1-1.cfg
@@ -0,0 +1,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