Move buildroot to bsp directory.
This commit is contained in:
16
bsp/buildroot/package/igmpproxy/0001-uclinux.patch
Normal file
16
bsp/buildroot/package/igmpproxy/0001-uclinux.patch
Normal 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;;
|
||||
13
bsp/buildroot/package/igmpproxy/Config.in
Normal file
13
bsp/buildroot/package/igmpproxy/Config.in
Normal 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
|
||||
2
bsp/buildroot/package/igmpproxy/igmpproxy.hash
Normal file
2
bsp/buildroot/package/igmpproxy/igmpproxy.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 ee18ff3d8c3ae3a29dccb7e5eedf332337330020168bd95a11cece8d7d7ee6ae igmpproxy-0.1.tar.gz
|
||||
14
bsp/buildroot/package/igmpproxy/igmpproxy.mk
Normal file
14
bsp/buildroot/package/igmpproxy/igmpproxy.mk
Normal 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))
|
||||
Reference in New Issue
Block a user