summaryrefslogtreecommitdiffstats
path: root/package/bmon/0001-build-uclinux-is-also-linux.patch
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2015-02-22 15:11:32 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-22 22:22:25 +0100
commit7525923c2f1851be2d29c88edd3a8d43b185f852 (patch)
tree7318054008fe3e595261aa7f43ad170ec54917d6 /package/bmon/0001-build-uclinux-is-also-linux.patch
parentc0da6bcf85e594fbca70726d9e2c6189e08700cc (diff)
downloadbuildroot-7525923c2f1851be2d29c88edd3a8d43b185f852.tar.gz
buildroot-7525923c2f1851be2d29c88edd3a8d43b185f852.zip
bmon: bump version to 3.6
- Bump version to 3.6 - Update the hash file - Remove upstreamed patch Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/bmon/0001-build-uclinux-is-also-linux.patch')
-rw-r--r--package/bmon/0001-build-uclinux-is-also-linux.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/package/bmon/0001-build-uclinux-is-also-linux.patch b/package/bmon/0001-build-uclinux-is-also-linux.patch
deleted file mode 100644
index 18f517ece9..0000000000
--- a/package/bmon/0001-build-uclinux-is-also-linux.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From adcf320db5cc2844209d001f9484b0ff0cab4e0b Mon Sep 17 00:00:00 2001
-From: Gustavo Zacarias <gustavo@zacarias.com.ar>
-Date: Tue, 11 Nov 2014 20:22:37 -0300
-Subject: [PATCH] build: uclinux is also linux
-
-Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
----
-Status: pull request in github
-
-diff --git a/configure.ac b/configure.ac
-index 3059e52..10388fd 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -70,7 +70,7 @@ fi
- PKG_CHECK_MODULES([CONFUSE], [libconfuse], [], AC_MSG_ERROR([requires libconfuse]))
-
- case ${target_os} in
-- linux*)
-+ linux*|uclinux*)
- PKG_CHECK_MODULES([LIBNL], [libnl-3.0], [], AC_MSG_ERROR([requires libnl3-dev]))
- PKG_CHECK_MODULES([LIBNL_ROUTE], [libnl-route-3.0], [], AC_MSG_ERROR([requires libnl3-route]))
- ;;
---
-2.0.4
-
OpenPOWER on IntegriCloud