Changes between Version 14 and Version 15 of WikiStart
- Timestamp:
- Jan 10, 2010, 7:03:46 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v14 v15 24 24 25 25 == Approach == 26 Files will be stored in a dedicated [http://svn.wirelessleiden.nl/svn/projects/proxy/2.0 svn directory]. 27 26 28 We will use the NodeFactory as the basis for this project, based on nanobsd, but build on FreeBSD-8.0. 27 29 Tinyproxy, ntpd, sshd, snmpd are already included in the packagelist. … … 29 31 No surprises here. We do not need the patches to the driver modules, only usbdevs.patch is still required. 30 32 * kernel configuration needs some adjustments for 8.0. 33 notably following options should be commented out: 34 # options CLK_USE_I8254_CALIBRATION 35 # options ADAPTIVE_GIANT # Giant mutex is adaptive. 36 # device wlan_scan_ap # 802.11 AP mode scanning. 37 # device wlan_scan_sta # 802.11 STA mode scanning. 38 # device ppp # Kernel PPP 39 # device ugen # Generic 40 # device sio 41 42 * adjustments of nanobsd.wleiden config file (required for kernel to build): 43 add the option NANO_PARALLEL_MAKE="1" 44 45 31 46 32 47