Changeset 7339
- Timestamp:
- Jan 9, 2010, 6:32:56 PM (15 years ago)
- Location:
- 2.0/nanobsd/nanobsd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
2.0/nanobsd/nanobsd/cfg/kernel.wleiden
r7338 r7339 24 24 ident WLEIDEN 25 25 26 options CLK_USE_I8254_CALIBRATION26 # options CLK_USE_I8254_CALIBRATION 27 27 28 28 options CPU_ELAN # (mandatory) The ElanSC520 cpu has a number of quirks that needs to … … 70 70 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions 71 71 options KBD_INSTALL_CDEV # install a CDEV entry in /dev 72 options ADAPTIVE_GIANT # Giant mutex is adaptive.73 options STOP_NMI # Stop CPUS using NMI instead of IPI72 # options ADAPTIVE_GIANT # Giant mutex is adaptive. 73 # options STOP_NMI # Stop CPUS using NMI instead of IPI 74 74 options DEVICE_POLLING # Enable support for device polling 75 75 options TMPFS … … 88 88 89 89 # Serial (COM) ports 90 device sio # 8250, 16[45]50 based serial ports90 # device sio # 8250, 16[45]50 based serial ports 91 91 device uart # Generic UART driver 92 92 … … 122 122 device wlan_tkip # 802.11 TKIP support. 123 123 device wlan_amrr # AMRR transmit rate control algorithm. 124 device wlan_scan_ap # 802.11 AP mode scanning.125 device wlan_scan_sta # 802.11 STA mode scanning.124 # device wlan_scan_ap # 802.11 AP mode scanning. 125 # device wlan_scan_sta # 802.11 STA mode scanning. 126 126 device ath # Atheros pci/cardbus NIC's. 127 127 device ath_hal # Atheros HAL (Hardware Access Layer). … … 133 133 device random # Entropy device 134 134 device ether # Ethernet support 135 device ppp # Kernel PPP135 # device ppp # Kernel PPP 136 136 device tun # Packet tunnel. 137 137 device pty # Pseudo-ttys (telnet etc) … … 152 152 device usb # USB Bus (required) 153 153 #device udbp # USB Double Bulk Pipe devices 154 device ugen # Generic154 #device ugen # Generic 155 155 #device uhid # âHuman Interface Devicesâ 156 156 #device ukbd # Keyboard -
2.0/nanobsd/nanobsd/cfg/nanobsd.wleiden
r7338 r7339 40 40 # Default 2 times number of CPU's inside machine 41 41 NANO_PARALLEL_MAKE=`expr $(sysctl -n hw.ncpu) \* 2` 42 NANO_PARALLEL_MAKE="1" 42 43 NANO_PMAKE="make -j ${NANO_PARALLEL_MAKE}" 43 44 fi -
2.0/nanobsd/nanobsd/tools/package-build.sh
r7338 r7339 19 19 20 20 # www/py-cherrypy 21 MAKE_ARGS="${MAKE_ARGS} WITH_APACHE= yes"21 MAKE_ARGS="${MAKE_ARGS} WITH_APACHE=no" 22 22 # net-mgmt/net-snmp 23 23 MAKE_ARGS="${MAKE_ARGS} WITHOUT_PERL=yes" … … 70 70 # Dirty quirk to allow comments in part below 71 71 PACKAGE_LIST=`cat <<EOF | sed 's/#.*$//g' 72 $PORTSDIR/dns/dnsmasq73 $PORTSDIR/www/py-cherrypy72 # $PORTSDIR/dns/dnsmasq 73 # $PORTSDIR/www/py-cherrypy 74 74 $PORTSDIR/www/tinyproxy 75 75 $PORTSDIR/editors/vim-lite … … 78 78 $PORTSDIR/net-mgmt/nrpe2 79 79 $PORTSDIR/benchmarks/iperf 80 $PORTSDIR/net/pen80 # $PORTSDIR/net/pen 81 81 $PORTSDIR/net/rsync 82 82 83 83 # Wireless Leiden ports at $WL_PORTSDIR 84 $WL_PORTSDIR/net/lvrouted85 $WL_PORTSDIR/net/transproxy84 # $WL_PORTSDIR/net/lvrouted 85 # $WL_PORTSDIR/net/transproxy 86 86 ` 87 87
Note:
See TracChangeset
for help on using the changeset viewer.