|
version 1.1.2.1, 2013/05/07 20:55:21
|
version 1.1.2.2, 2013/05/07 20:59:12
|
|
Line 28 makeoptions DEBUG=-g #Build kernel with gdb(1) debug
|
Line 28 makeoptions DEBUG=-g #Build kernel with gdb(1) debug
|
| makeoptions MODULES_OVERRIDE="random gpio ar71xx if_gif if_gre if_bridge bridgestp usb wlan wlan_xauth wlan_acl wlan_wep wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr ath ath_pci hwpmc cam" |
makeoptions MODULES_OVERRIDE="random gpio ar71xx if_gif if_gre if_bridge bridgestp usb wlan wlan_xauth wlan_acl wlan_wep wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr ath ath_pci hwpmc cam" |
| |
|
| options DDB |
options DDB |
| options KDB | #options KDB |
| |
|
| options SCHED_4BSD #4BSD scheduler |
options SCHED_4BSD #4BSD scheduler |
| options INET #InterNETworking |
options INET #InterNETworking |
| #options INET6 # IPv6 | options INET6 # IPv6 |
| #options NFSCL #Network Filesystem Client | options NFSCL #Network Filesystem Client |
| options PSEUDOFS #Pseudo-filesystem framework |
options PSEUDOFS #Pseudo-filesystem framework |
| options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions |
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions |
| |
|
| #options NFS_LEGACYRPC |
#options NFS_LEGACYRPC |
| # Debugging for use in -current |
# Debugging for use in -current |
| options INVARIANTS | #options INVARIANTS |
| options INVARIANT_SUPPORT | #options INVARIANT_SUPPORT |
| options WITNESS | #options WITNESS |
| options WITNESS_SKIPSPIN | #options WITNESS_SKIPSPIN |
| options DEBUG_REDZONE | #options DEBUG_REDZONE |
| options DEBUG_MEMGUARD | #options DEBUG_MEMGUARD |
| |
|
| # Don't include the SCSI/CAM strings in the default build |
# Don't include the SCSI/CAM strings in the default build |
| options SCSI_NO_SENSE_STRINGS |
options SCSI_NO_SENSE_STRINGS |
|
Line 70 options IEEE80211_SUPPORT_MESH
|
Line 70 options IEEE80211_SUPPORT_MESH
|
| options IEEE80211_SUPPORT_SUPERG |
options IEEE80211_SUPPORT_SUPERG |
| options IEEE80211_SUPPORT_TDMA |
options IEEE80211_SUPPORT_TDMA |
| options IEEE80211_AMPDU_AGE |
options IEEE80211_AMPDU_AGE |
| #device wlan # 802.11 support | device wlan # 802.11 support |
| #device wlan_wep # 802.11 WEP support | device wlan_wep # 802.11 WEP support |
| #device wlan_ccmp # 802.11 CCMP support | device wlan_ccmp # 802.11 CCMP support |
| #device wlan_tkip # 802.11 TKIP support | device wlan_tkip # 802.11 TKIP support |
| #device wlan_xauth # 802.11 hostap support | device wlan_xauth # 802.11 hostap support |
| |
|
| # Atheros wireless NICs |
# Atheros wireless NICs |
| #device ath # Atheros interface support | device ath # Atheros interface support |
| #device ath_pci # Atheros PCI/Cardbus bus | device ath_pci # Atheros PCI/Cardbus bus |
| options ATH_DEBUG |
options ATH_DEBUG |
| options ATH_DIAGAPI |
options ATH_DIAGAPI |
| options ATH_ENABLE_11N |
options ATH_ENABLE_11N |
| options AH_DEBUG |
options AH_DEBUG |
| options AH_DEBUG_ALQ |
options AH_DEBUG_ALQ |
| options ALQ |
options ALQ |
| #device ath_hal | device ath_hal |
| option AH_SUPPORT_AR5416 |
option AH_SUPPORT_AR5416 |
| #device ath_rate_sample | device ath_rate_sample |
| option AH_RXCFG_SDMAMW_4BYTES |
option AH_RXCFG_SDMAMW_4BYTES |
| option AH_AR5416_INTERRUPT_MITIGATION |
option AH_AR5416_INTERRUPT_MITIGATION |
| # There's no DFS radar detection support yet so this won't actually |
# There's no DFS radar detection support yet so this won't actually |
|
Line 123 device loop
|
Line 123 device loop
|
| device ether |
device ether |
| device md |
device md |
| device bpf |
device bpf |
| #device random | device random |
| #device if_bridge | device if_bridge |
| #device gif # ip[46] in ip[46] tunneling protocol | device gif # ip[46] in ip[46] tunneling protocol |
| #device gre # generic encapsulation - only for IPv4 in IPv4 though atm |
#device gre # generic encapsulation - only for IPv4 in IPv4 though atm |
| |
|
| # Enable GPIO |
# Enable GPIO |
| #device gpio | device gpio |
| #device gpioled | device gpioled |