diff options
| author | Matt Weber <matthew.weber@rockwellcollins.com> | 2016-05-19 09:38:13 -0500 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-06-09 23:59:57 +0200 |
| commit | 4115ea6f31e5092d812ab5f14784b870ac97bd33 (patch) | |
| tree | fac07633b196ede0efeccd97799c49de999e6b79 /package/igmpproxy/igmpproxy.mk | |
| parent | b81a4c131336cc256c54f5c5fe2abd8128c2f2eb (diff) | |
| download | buildroot-4115ea6f31e5092d812ab5f14784b870ac97bd33.tar.gz buildroot-4115ea6f31e5092d812ab5f14784b870ac97bd33.zip | |
igmpproxy: bump version to a731683d1a65956fa05024b0597b105fe6a3a122
Adds uclinux support.
Fixes the following musl use standard unsigned integer
types autobuilder failures.
http://autobuild.buildroot.net/results/c6a/c6a6eec34cffb2c7876595b36fb8a01f475583f9/
http://autobuild.buildroot.net/results/943/9432748bf7b1e24db9fcb0a8cce6942fcdf6be5b/
http://autobuild.buildroot.net/results/083/083c61f43c2f1f0dec69d44583b447a0520933b7/
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/igmpproxy/igmpproxy.mk')
| -rw-r--r-- | package/igmpproxy/igmpproxy.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/igmpproxy/igmpproxy.mk b/package/igmpproxy/igmpproxy.mk index cdf3774bdf..98168721f8 100644 --- a/package/igmpproxy/igmpproxy.mk +++ b/package/igmpproxy/igmpproxy.mk @@ -4,9 +4,8 @@ # ################################################################################ -IGMPPROXY_VERSION = 0.1 -IGMPPROXY_SITE = http://downloads.sourceforge.net/project/igmpproxy/igmpproxy/$(IGMPPROXY_VERSION) -# igmpproxy-01-uclinux.patch +IGMPPROXY_VERSION = a731683d1a65956fa05024b0597b105fe6a3a122 +IGMPPROXY_SITE = $(call github,pali,igmpproxy,$(IGMPPROXY_VERSION)) IGMPPROXY_AUTORECONF = YES IGMPPROXY_LICENSE = GPLv2+ IGMPPROXY_LICENSE_FILES = COPYING |

