Deleted Added
full compact
RT305X (241892) RT305X (253779)
1# RT305X -- Kernel configuration file for FreeBSD/mips for Ralink RT305xF systems
2#
3# For more information on this file, please read the handbook section on
4# Kernel Configuration Files:
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
1# RT305X -- Kernel configuration file for FreeBSD/mips for Ralink RT305xF systems
2#
3# For more information on this file, please read the handbook section on
4# Kernel Configuration Files:
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
18# $FreeBSD: head/sys/mips/conf/RT305X 241892 2012-10-22 15:04:23Z andre $
18# $FreeBSD: head/sys/mips/conf/RT305X 253779 2013-07-29 20:26:27Z obrien $
19
20ident RT305X
21
22machine mips mipsel
23makeoptions MIPS_LITTLE_ENDIAN=defined
24makeoptions KERNLOADADDR=0x80001000
25
26# Don't build any modules yet.
19
20ident RT305X
21
22machine mips mipsel
23makeoptions MIPS_LITTLE_ENDIAN=defined
24makeoptions KERNLOADADDR=0x80001000
25
26# Don't build any modules yet.
27makeoptions MODULES_OVERRIDE="wlan_xauth wlan_wep wlan_tkip wlan_acl wlan_amrr wlan_ccmp wlan_rssadapt random if_bridge bridgestp msdosfs md ipfw dummynet libalias geom/geom_label ufs usb/uplcom usb/u3g usb/umodem usb/umass usb/ucom cam zlib"
27makeoptions MODULES_OVERRIDE="wlan_xauth wlan_wep wlan_tkip wlan_acl wlan_amrr wlan_ccmp wlan_rssadapt random yarrow_rng if_bridge bridgestp msdosfs md ipfw dummynet libalias geom/geom_label ufs usb/uplcom usb/u3g usb/umodem usb/umass usb/ucom cam zlib"
28makeoptions RT3052F
29
30include "../rt305x/std.rt305x"
31
32hints "RT305X.hints" #Default places to look for devices.
33
34#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
35

--- 49 unchanged lines hidden (view full) ---

85options SCSI_NO_OP_STRINGS
86options RWLOCK_NOINLINE
87options SX_NOINLINE
88options NO_SWAPPING
89options MROUTING # Multicast routing
90options IPFIREWALL_DEFAULT_TO_ACCEPT
91
92device random
28makeoptions RT3052F
29
30include "../rt305x/std.rt305x"
31
32hints "RT305X.hints" #Default places to look for devices.
33
34#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
35

--- 49 unchanged lines hidden (view full) ---

85options SCSI_NO_OP_STRINGS
86options RWLOCK_NOINLINE
87options SX_NOINLINE
88options NO_SWAPPING
89options MROUTING # Multicast routing
90options IPFIREWALL_DEFAULT_TO_ACCEPT
91
92device random
93options YARROW_RNG # Yarrow software RNG
93device loop
94# RT3050F, RT3052F have only pseudo PHYs, so mii not required
95device rt
96
97device ether
98device bpf # Berkeley packet filter
99device vlan
100#device lagg

--- 32 unchanged lines hidden ---
94device loop
95# RT3050F, RT3052F have only pseudo PHYs, so mii not required
96device rt
97
98device ether
99device bpf # Berkeley packet filter
100device vlan
101#device lagg

--- 32 unchanged lines hidden ---