build fixes
This commit is contained in:
parent
ad070a0631
commit
943177dfc7
1
build.sh
1
build.sh
@ -47,6 +47,7 @@ popd
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
# Copy packet forwarder to where it'll be expected
|
# Copy packet forwarder to where it'll be expected
|
||||||
|
cp $BUILD_DIR/packet_forwarder/poly_pkt_fwd/reset_pkt_fwd.sh $INSTALL_DIR/reset_pkt_fwd.sh
|
||||||
cp $BUILD_DIR/packet_forwarder/poly_pkt_fwd/poly_pkt_fwd $INSTALL_DIR/poly_pkt_fwd
|
cp $BUILD_DIR/packet_forwarder/poly_pkt_fwd/poly_pkt_fwd $INSTALL_DIR/poly_pkt_fwd
|
||||||
|
|
||||||
# Delete the build folder if we need space,
|
# Delete the build folder if we need space,
|
||||||
|
2
run.sh
2
run.sh
@ -146,7 +146,7 @@ echo -e "{\n\
|
|||||||
# Set gateway_ID in local_conf.json to the gateway's MAC address
|
# Set gateway_ID in local_conf.json to the gateway's MAC address
|
||||||
|
|
||||||
echo "******************"
|
echo "******************"
|
||||||
../packet_forwarder/reset_pkt_fwd.sh start ./local_conf.json
|
./reset_pkt_fwd.sh start ./local_conf.json
|
||||||
echo "******************"
|
echo "******************"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user