Changeset 7339


Ignore:
Timestamp:
Jan 9, 2010, 6:32:56 PM (15 years ago)
Author:
richardvm
Message:

Fixed, until install kernel, still some errors in customize_cmd (no image created)

Location:
2.0/nanobsd/nanobsd
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 2.0/nanobsd/nanobsd/cfg/kernel.wleiden

    r7338 r7339  
    2424ident           WLEIDEN
    2525
    26 options         CLK_USE_I8254_CALIBRATION
     26# options       CLK_USE_I8254_CALIBRATION
    2727
    2828options         CPU_ELAN                # (mandatory) The ElanSC520 cpu has a number of quirks that needs to
     
    7070options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
    7171options         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 IPI
     72# options       ADAPTIVE_GIANT          # Giant mutex is adaptive.
     73# options       STOP_NMI                # Stop CPUS using NMI instead of IPI
    7474options         DEVICE_POLLING          # Enable support for device polling
    7575options         TMPFS
     
    8888
    8989# Serial (COM) ports
    90 device          sio             # 8250, 16[45]50 based serial ports
     90# device                sio             # 8250, 16[45]50 based serial ports
    9191device          uart            # Generic UART driver
    9292
     
    122122device          wlan_tkip       # 802.11 TKIP support.
    123123device          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.
    126126device          ath             # Atheros pci/cardbus NIC's.
    127127device          ath_hal         # Atheros HAL (Hardware Access Layer).
     
    133133device          random          # Entropy device
    134134device          ether           # Ethernet support
    135 device          ppp             # Kernel PPP
     135# device                ppp             # Kernel PPP
    136136device          tun             # Packet tunnel.
    137137device          pty             # Pseudo-ttys (telnet etc)
     
    152152device          usb           # USB Bus (required)
    153153#device         udbp          # USB Double Bulk Pipe devices
    154 device          ugen          # Generic
     154#device          ugen          # Generic
    155155#device          uhid          # “Human Interface Devices”
    156156#device          ukbd          # Keyboard
  • 2.0/nanobsd/nanobsd/cfg/nanobsd.wleiden

    r7338 r7339  
    4040  # Default 2 times number of CPU's inside machine
    4141  NANO_PARALLEL_MAKE=`expr $(sysctl -n hw.ncpu) \* 2`
     42  NANO_PARALLEL_MAKE="1"
    4243  NANO_PMAKE="make -j ${NANO_PARALLEL_MAKE}"   
    4344fi
  • 2.0/nanobsd/nanobsd/tools/package-build.sh

    r7338 r7339  
    1919
    2020# www/py-cherrypy
    21 MAKE_ARGS="${MAKE_ARGS} WITH_APACHE=yes"
     21MAKE_ARGS="${MAKE_ARGS} WITH_APACHE=no"
    2222# net-mgmt/net-snmp
    2323MAKE_ARGS="${MAKE_ARGS} WITHOUT_PERL=yes"
     
    7070# Dirty quirk to allow comments in part below
    7171PACKAGE_LIST=`cat <<EOF | sed 's/#.*$//g'
    72 $PORTSDIR/dns/dnsmasq
    73 $PORTSDIR/www/py-cherrypy
     72# $PORTSDIR/dns/dnsmasq
     73# $PORTSDIR/www/py-cherrypy
    7474$PORTSDIR/www/tinyproxy
    7575$PORTSDIR/editors/vim-lite
     
    7878$PORTSDIR/net-mgmt/nrpe2
    7979$PORTSDIR/benchmarks/iperf
    80 $PORTSDIR/net/pen
     80# $PORTSDIR/net/pen
    8181$PORTSDIR/net/rsync
    8282
    8383# Wireless Leiden ports at $WL_PORTSDIR
    84 $WL_PORTSDIR/net/lvrouted
    85 $WL_PORTSDIR/net/transproxy
     84# $WL_PORTSDIR/net/lvrouted
     85# $WL_PORTSDIR/net/transproxy
    8686`
    8787
Note: See TracChangeset for help on using the changeset viewer.