The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libnetfilter_conntrack / 0001-uclinux.patch
1 From bdf4afdcb68f62fcd05536b8cb68478d3ea31c68 Mon Sep 17 00:00:00 2001
2 From: Gustavo Zacarias <gustavo@zacarias.com.ar>
3 Date: Tue, 10 Sep 2013 15:46:19 -0300
4 Subject: [PATCH] configure: uclinux is also linux
5
6 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
7 ---
8  configure.ac | 2 +-
9  1 file changed, 1 insertion(+), 1 deletion(-)
10
11 diff --git a/configure.ac b/configure.ac
12 index 12e1d16..1edfd66 100644
13 --- a/configure.ac
14 +++ b/configure.ac
15 @@ -19,7 +19,7 @@ AC_PROG_INSTALL
16  AC_PROG_LN_S
17  
18  case "$host" in 
19 -*-*-linux*) ;;
20 +*-*-linux* | *-*-uclinux*) ;;
21  *) AC_MSG_ERROR([Linux only, dude!]);;
22  esac
23  
24 -- 
25 1.8.1.5
26