From 49e757663db0f8f5e49001501a1ab8e503381dfb Mon Sep 17 00:00:00 2001
From: Lionel Gauthier <lionel.gauthier@eurecom.fr>
Date: Thu, 8 Jan 2015 08:59:59 +0000
Subject: [PATCH] added iptables-devel

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6330 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 targets/build_helper.bash | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/targets/build_helper.bash b/targets/build_helper.bash
index 5e93c62839..c7a336b8aa 100755
--- a/targets/build_helper.bash
+++ b/targets/build_helper.bash
@@ -550,6 +550,7 @@ check_install_epc_software() {
         test_install_package iperf
         test_install_package iproute
         test_install_package iptables
+        test_install_package iptables-dev
         test_install_package libatlas-base-dev
         test_install_package libatlas-dev
         test_install_package libblas
@@ -572,6 +573,7 @@ check_install_epc_software() {
         test_install_package libsctp1
         test_install_package libsctp-dev
         test_install_package libtasn1-3-dev
+        test_install_package libtool 
         test_install_package libxml2
         test_install_package libxml2-dev
 #        test_install_package linux-headers-`uname -r`
@@ -591,7 +593,6 @@ check_install_epc_software() {
         test_install_package unzip
         test_install_package valgrind
         test_install_package vlan
-        test_install_package libtool 
 	
         if [ $OAI_INSTALLED = 1 ]; then 
             touch ./.lock_oaibuild
-- 
GitLab