Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Untar LATEST release  

    Code Block
    tar xvfz wanpipe-<version>.tgz

  2. Change directory into wanpipe source directory

    Code Block
    cd wanpipe-<version>/

     

  3. Compile and install wanpipe driver

    Code Block
    make
    make install
      

  4. To confirm successful installation run:

    Code Block
    wanrouter hwprobe

...