www.kraun.it
24
Quick Guide
5.3.1 Directory Structure
The directory Structure is as follows.
monaco_linux
|
|---ModemDrv
|
|---gpatm
|
|---Gti
|
|---cpl
5.3.2 Compiling the Driver
Step 1: Run make in the folder monaco_linux/ModemDrv/src
to compile the driver.
Step 2: The Makefile contains following important options:
DEBUG - Output driver debug messages [n]
LAN - Create LAN interface [y]
WAN - Create WAN interfaces [y]
Step 3: Compiling the Control Panel Application. The Makefile
understands following target(s).
% make
- This is to create the Control panel application.
(Command to be executed from directory monaco_linux/
cpl.)