Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3 1/2] igmpproxy: uclinux support merged upstream
@ 2016-05-19 12:45 Matt Weber
  2016-05-19 12:45 ` [Buildroot] [PATCH v3 2/2] igmpproxy: bump version to a731683d1a65956fa05024b0597b105fe6a3a122 Matt Weber
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Matt Weber @ 2016-05-19 12:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
--
v2 -> v3
 - Upstream version bump now contains this feature
---
 package/igmpproxy/0001-uclinux.patch | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 package/igmpproxy/0001-uclinux.patch

diff --git a/package/igmpproxy/0001-uclinux.patch b/package/igmpproxy/0001-uclinux.patch
deleted file mode 100644
index 7fa4a23..0000000
--- a/package/igmpproxy/0001-uclinux.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-configure.ac: uclinux is also linux
-
-Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
-
-diff -Nura igmpproxy-0.1.orig/configure.ac igmpproxy-0.1/configure.ac
---- igmpproxy-0.1.orig/configure.ac	2014-03-12 18:43:02.369323771 -0300
-+++ igmpproxy-0.1/configure.ac	2014-03-12 18:43:22.129979179 -0300
-@@ -7,7 +7,7 @@
- 
- AC_CANONICAL_HOST
- case $host_os in
--	linux*) os=linux;;
-+	linux*|uclinux*) os=linux;;
- 	freebsd*) os=freebsd;;
- 	netbsd*) os=netbsd;;
- 	openbsd*) os=openbsd;;
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-19 14:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-19 12:45 [Buildroot] [PATCH v3 1/2] igmpproxy: uclinux support merged upstream Matt Weber
2016-05-19 12:45 ` [Buildroot] [PATCH v3 2/2] igmpproxy: bump version to a731683d1a65956fa05024b0597b105fe6a3a122 Matt Weber
2016-05-19 12:55 ` [Buildroot] [PATCH v3 1/2] igmpproxy: uclinux support merged upstream Baruch Siach
2016-05-19 14:22   ` Matthew Weber
2016-05-19 14:03 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox