#!/bin/bash
export HOMEDIR="`pwd`"
. incl_var
if [ "$FIRST_RUN" = "y" ]; then
 echo "You must run the main script first to set the parameters needed!" 
    sleep 8 
    exit 0 
fi
echo "" 
echo "" 
echo "" 
echo "" 

. $inc_DIR/includefunctions
pushconfig "${NEWDIR}" "${OEM}" "${CONFIG_PRODUKT}" "${HWRevision}" "${ETH_IF}" "${IPADDRESS}" "${CONFIG_jffs2_size}" "${kernel_args}" "${ANNEX}"

echo "All done .... Press 'ENTER' to finish"
while !(read -s); do 
 sleep 1 
done