15 lines
312 B
INI
Executable File
15 lines
312 B
INI
Executable File
#
|
|
# Air-IQ Interface Configuration.
|
|
#
|
|
# This file specifies the mapping between the Air-IQ interface name and the linux network
|
|
# device name. In the example below Air-IQ "interface0" is mapped to linux network device
|
|
# "eth1".
|
|
|
|
rc:
|
|
{
|
|
interface0 = "wl0";
|
|
interface1 = "wl1";
|
|
interface2 = "wl2";
|
|
};
|
|
|