summaryrefslogtreecommitdiffstats
path: root/rtems/config/net
diff options
context:
space:
mode:
Diffstat (limited to 'rtems/config/net')
-rw-r--r--rtems/config/net/lwip-1-1.cfg27
-rw-r--r--rtems/config/net/lwip.bset15
-rw-r--r--rtems/config/net/ntp-4.2.6p5-1.cfg27
-rw-r--r--rtems/config/net/ntp.bset15
-rw-r--r--rtems/config/net/protobuf-2.6.1-1.cfg21
-rw-r--r--rtems/config/net/protobuf.bset15
6 files changed, 0 insertions, 120 deletions
diff --git a/rtems/config/net/lwip-1-1.cfg b/rtems/config/net/lwip-1-1.cfg
deleted file mode 100644
index cf25963..0000000
--- a/rtems/config/net/lwip-1-1.cfg
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# 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
diff --git a/rtems/config/net/lwip.bset b/rtems/config/net/lwip.bset
deleted file mode 100644
index 79a83e6..0000000
--- a/rtems/config/net/lwip.bset
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Build set for LWIP
-#
-
-%define release 1
-
-#
-# The RTEMS Package defines
-#
-%include rtems-package.bset
-
-#
-# Build LWIP.
-#
-net/lwip-1-1.cfg
diff --git a/rtems/config/net/ntp-4.2.6p5-1.cfg b/rtems/config/net/ntp-4.2.6p5-1.cfg
deleted file mode 100644
index 43afbf3..0000000
--- a/rtems/config/net/ntp-4.2.6p5-1.cfg
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# NTP 4.2.6p5
-#
-
-%if %{release} == %{nil}
- %define release 1
-%endif
-
-%include %{_configdir}/rtems-bsp.cfg
-
-#
-# NTP Version
-#
-%define ntp_version 4.2.6p5
-
-%hash md5 ntp-%{ntp_version}.tar.gz 00df80a84ec9528fcfb09498075525bc
-
-#
-# Patch for RTEMS support.
-#
-%patch add ntp %{rtems_git_tools}/ntp/rtems-ntp-4.2.6p5.diff
-%hash md5 rtems-ntp-4.2.6p5.diff 6fce685a73873f924a48b19d6b1700fc
-
-#
-# NTP Build configuration
-#
-%include %{_configdir}/ntp-4-1.cfg
diff --git a/rtems/config/net/ntp.bset b/rtems/config/net/ntp.bset
deleted file mode 100644
index e7feefa..0000000
--- a/rtems/config/net/ntp.bset
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Build set for NTP
-#
-
-%define release 1
-
-#
-# The RTEMS Package defines
-#
-%include rtems-package.bset
-
-#
-# Build NTP.
-#
-net/ntp-4.2.6p5-1
diff --git a/rtems/config/net/protobuf-2.6.1-1.cfg b/rtems/config/net/protobuf-2.6.1-1.cfg
deleted file mode 100644
index 5218eac..0000000
--- a/rtems/config/net/protobuf-2.6.1-1.cfg
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# Google Protocol Buffers 2.6.1
-#
-
-%if %{release} == %{nil}
- %define release 1
-%endif
-
-%include %{_configdir}/rtems-bsp.cfg
-
-#
-# Google Protocol Buffers Version
-#
-%define protobuf_version 2.6.1
-
-%hash md5 protobuf-%{protobuf_version}.tar.gz f3916ce13b7fcb3072a1fa8cf02b2423
-
-#
-# Protocol Buffers configuration
-#
-%include %{_configdir}/protobuf-2-1.cfg
diff --git a/rtems/config/net/protobuf.bset b/rtems/config/net/protobuf.bset
deleted file mode 100644
index 1f09f6d..0000000
--- a/rtems/config/net/protobuf.bset
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Build set for Google Protocol Buffers
-#
-
-%define release 1
-
-#
-# The RTEMS Package defines
-#
-%include rtems-package.bset
-
-#
-# Build Protocol Buffers.
-#
-net/protobuf-2.6.1-1