mac80211: include brcmfmac USB firmware only if support was enabled
[15.05/openwrt.git] / target / linux / x86 / geos / base-files / etc / config / network
1 # Copyright (C) 2011 OpenWrt.org
2
3 config interface loopback
4         option ifname   lo
5         option proto    static
6         option ipaddr   127.0.0.1
7         option netmask  255.0.0.0
8
9 config interface lan
10         option ifname   "eth0 eth1"
11         option type     bridge
12         option proto    static
13         option ipaddr   192.168.1.1
14         option netmask  255.255.255.0
15         option ip6assign 60
16
17 config atm-bridge
18         option unit     0
19         option atmdev   0
20         option vpi      0
21         option vci      35
22         option encaps   llc
23         option payload  bridged
24         option sendsize 2040
25
26 config interface wan
27         option proto    dhcp
28         option ifname   nas0
29         # clone your eth0 address here
30         # option macaddr '00:0A:FA:22:00:80'
31
32 config interface wan6
33         option ifname   nas0
34         option proto    dhcpv6
35
36 config globals globals
37         option ula_prefix auto
38
39
40 # 2nd interface on Geos2
41 #config interface wan
42 #       option proto    pppoa
43 #       option atmdev   1
44 #       option vpi      8
45 #       option vci      32
46 #       option encaps   vc
47 #       option username 'username@myisp.net'
48 #       option password 'password'
49 #       option keepalive        3
50 #       option defaultroute     1
51 #       option peerdns  1
52 #       option pppd_options     'kdebug 1 debug noccp'
53