Delete unneeded mixins
This commit is contained in:
parent
b088c40a87
commit
08c7147e38
|
@ -1,41 +0,0 @@
|
|||
config interface 'loopback'
|
||||
option ifname 'lo'
|
||||
option proto 'static'
|
||||
option ipaddr '127.0.0.1'
|
||||
option netmask '255.0.0.0'
|
||||
|
||||
config interface 'management'
|
||||
option ifname 'eth0'
|
||||
option proto 'static'
|
||||
option ipaddr '<ip>'
|
||||
option netmask '255.255.255.0'
|
||||
option gateway '10.100.0.1'
|
||||
option dns '10.100.0.1'
|
||||
option ipv6 'no'
|
||||
|
||||
config interface 'wireless'
|
||||
option ifname 'eth1'
|
||||
option proto 'none'
|
||||
option ipv6 'no'
|
||||
option force_link '1'
|
||||
option type 'bridge'
|
||||
|
||||
config switch
|
||||
option name 'switch0'
|
||||
option reset '1'
|
||||
option enable_vlan '1'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '25'
|
||||
option ports '1 2 3'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '100'
|
||||
option ports '1t 2t 3t 6'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '102'
|
||||
option ports '0 1t 2t 3t'
|
|
@ -1,22 +0,0 @@
|
|||
|
||||
config interface 'loopback'
|
||||
option ifname 'lo'
|
||||
option proto 'static'
|
||||
option ipaddr '127.0.0.1'
|
||||
option netmask '255.0.0.0'
|
||||
|
||||
config interface 'management'
|
||||
option ifname 'eth0.100'
|
||||
option proto 'static'
|
||||
option ipaddr '<ip>'
|
||||
option netmask '255.255.255.0'
|
||||
option gateway '10.100.0.1'
|
||||
option dns '10.100.0.1'
|
||||
option ipv6 'no'
|
||||
|
||||
config interface 'wireless'
|
||||
option ifname 'eth1.102'
|
||||
option proto 'none'
|
||||
option ipv6 'no'
|
||||
option force_link '1'
|
||||
option type 'bridge'
|
|
@ -1,15 +0,0 @@
|
|||
|
||||
config system
|
||||
option hostname '<hostname>'
|
||||
option zonename 'Europe/Sofia'
|
||||
option timezone 'EET-2EEST,M3.5.0/3,M10.5.0/4'
|
||||
option log_ip '10.100.0.1'
|
||||
option log_remote '1'
|
||||
|
||||
config timeserver 'ntp'
|
||||
list server '0.openwrt.pool.ntp.org'
|
||||
list server '1.openwrt.pool.ntp.org'
|
||||
list server '2.openwrt.pool.ntp.org'
|
||||
list server '3.openwrt.pool.ntp.org'
|
||||
option enabled '1'
|
||||
option enable_server '0'
|
|
@ -1,27 +0,0 @@
|
|||
config wifi-device 'radio0'
|
||||
option type 'mac80211'
|
||||
option hwmode '11g'
|
||||
option path 'pci0000:00/0000:00:12.0'
|
||||
# option channel <radio1-channel>
|
||||
# option txpower '20'
|
||||
option htmode 'HT20'
|
||||
option distance '20'
|
||||
list basic_rate '54000'
|
||||
option require_mode 'g'
|
||||
option beacon_int 250
|
||||
option log_level '-1'
|
||||
option country 'BG'
|
||||
option country_ie '1'
|
||||
# option doth '1'
|
||||
# option pwr_constraint 4
|
||||
# option spectrum_mgmt 1
|
||||
|
||||
config wifi-iface
|
||||
option device radio0
|
||||
option network 'wireless'
|
||||
option mode 'ap'
|
||||
option ssid 'OpenFest'
|
||||
option encryption 'none'
|
||||
# option macaddr '<wlan0-macaddr>'
|
||||
option isolate '1'
|
||||
option iapp_interface 'management'
|
|
@ -1,43 +0,0 @@
|
|||
|
||||
|
||||
config interface 'loopback'
|
||||
option ifname 'lo'
|
||||
option proto 'static'
|
||||
option ipaddr '127.0.0.1'
|
||||
option netmask '255.0.0.0'
|
||||
|
||||
config interface 'management'
|
||||
option ifname 'eth0.100'
|
||||
option proto 'static'
|
||||
option ipaddr '<ip>'
|
||||
option netmask '255.255.255.0'
|
||||
option gateway '10.100.0.1'
|
||||
option dns '10.100.0.1'
|
||||
option ipv6 'no'
|
||||
|
||||
config interface 'wireless'
|
||||
option ifname 'eth0.102'
|
||||
option proto 'none'
|
||||
option ipv6 'no'
|
||||
option force_link '1'
|
||||
option type 'bridge'
|
||||
|
||||
config switch
|
||||
option name 'switch0'
|
||||
option reset '1'
|
||||
option enable_vlan '1'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '25'
|
||||
option ports '0 1'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '100'
|
||||
option ports '0t 1t'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '102'
|
||||
option ports '0t 1t'
|
Loading…
Reference in New Issue