Move buildroot to bsp directory.

This commit is contained in:
2016-11-16 22:05:33 +01:00
parent 317c040ea8
commit 807ab03547
7408 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
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;;

View File

@@ -0,0 +1,13 @@
config BR2_PACKAGE_IGMPPROXY
bool "igmpproxy"
depends on BR2_USE_WCHAR
help
A simple dynamic Multicast Routing Daemon
using only IGMP signalling. It's intended
for simple forwarding of Multicast traffic
between networks.
http://sourceforge.net/projects/igmpproxy/
comment "igmpproxy needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 ee18ff3d8c3ae3a29dccb7e5eedf332337330020168bd95a11cece8d7d7ee6ae igmpproxy-0.1.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# igmpproxy
#
################################################################################
IGMPPROXY_VERSION = 0.1
IGMPPROXY_SITE = http://downloads.sourceforge.net/project/igmpproxy/igmpproxy/$(IGMPPROXY_VERSION)
# igmpproxy-01-uclinux.patch
IGMPPROXY_AUTORECONF = YES
IGMPPROXY_LICENSE = GPLv2+
IGMPPROXY_LICENSE_FILES = COPYING
$(eval $(autotools-package))