Commit d310a0ce authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6237 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent ba9d4102
...@@ -725,8 +725,8 @@ compile_epc() { ...@@ -725,8 +725,8 @@ compile_epc() {
echo_error "Build GTPUAH module failed, exiting" echo_error "Build GTPUAH module failed, exiting"
return 1 return 1
else else
cp -f ./Bin/libxt_*.so /lib/xtables cp -fv ./Bin/libxt_*.so /lib/xtables
cp -f ./Bin/*.ko $OPENAIR_TARGETS/bin cp -fv ./Bin/*.ko $OPENAIR_TARGETS/bin
fi fi
cd $OPENAIRCN_DIR/GTPV1-U/GTPURH; cd $OPENAIRCN_DIR/GTPV1-U/GTPURH;
...@@ -735,8 +735,8 @@ compile_epc() { ...@@ -735,8 +735,8 @@ compile_epc() {
echo_error "Build GTPURH module failed, exiting" echo_error "Build GTPURH module failed, exiting"
return 1 return 1
else else
cp -f ./Bin/libxt_*.so /lib/xtables cp -fv ./Bin/libxt_*.so /lib/xtables
cp -f ./Bin/*.ko $OPENAIR_TARGETS/bin cp -fv ./Bin/*.ko $OPENAIR_TARGETS/bin
fi fi
return 0 return 0
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment