From owner-svn-src-head@freebsd.org Fri Dec 4 23:22:08 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59492A40962; Fri, 4 Dec 2015 23:22:08 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3585E1D8A; Fri, 4 Dec 2015 23:22:08 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB4NM7NC011158; Fri, 4 Dec 2015 23:22:07 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB4NM7k0011157; Fri, 4 Dec 2015 23:22:07 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201512042322.tB4NM7k0011157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Fri, 4 Dec 2015 23:22:07 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r291825 - head/tools/tools/nanobsd/pcengines X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2015 23:22:08 -0000 Author: imp Date: Fri Dec 4 23:22:07 2015 New Revision: 291825 URL: https://svnweb.freebsd.org/changeset/base/291825 Log: Since this is an almost identical copy of ALIX_DSK, just include it and add the bits we need at the end. Modified: head/tools/tools/nanobsd/pcengines/ALIX_NFS Modified: head/tools/tools/nanobsd/pcengines/ALIX_NFS ============================================================================== --- head/tools/tools/nanobsd/pcengines/ALIX_NFS Fri Dec 4 21:11:17 2015 (r291824) +++ head/tools/tools/nanobsd/pcengines/ALIX_NFS Fri Dec 4 23:22:07 2015 (r291825) @@ -2,119 +2,8 @@ # $FreeBSD$ # -cpu I586_CPU -ident ALIX_DSK -makeoptions DEBUG=-g -options CPU_GEODE -options SCHED_ULE -options PREEMPTION -options INET -options INET6 -options FFS -options SOFTUPDATES -options UFS_ACL -options UFS_DIRHASH -options NFSCL # Network Filesystem Client -options NFSLOCKD -options MSDOSFS -options CD9660 -options PROCFS -options PSEUDOFS -options GEOM_PART_GPT -options GEOM_LABEL -options COMPAT_43TTY -options COMPAT_FREEBSD4 # Compatible with FreeBSD4 -options COMPAT_FREEBSD5 # Compatible with FreeBSD5 -options COMPAT_FREEBSD6 # Compatible with FreeBSD6 -options COMPAT_FREEBSD7 # Compatible with FreeBSD7 -options COMPAT_FREEBSD9 # Compatible with FreeBSD9 -options COMPAT_FREEBSD10 # Compatible with FreeBSD10 -options SCSI_DELAY=5000 -options SYSVSHM -options SYSVMSG -options SYSVSEM -options P1003_1B_SEMAPHORES -options _KPOSIX_PRIORITY_SCHEDULING -options PRINTF_BUFR_SIZE=128 -device apic -device pci -device fdc -device ata -device atadisk -device atapicd -device atapist -options ATA_STATIC_ID -device scbus -device da -device sa -device cd -device pass -device uart -device em -device miibus -device vr -device wlan -options IEEE80211_DEBUG -options IEEE80211_AMPDU_AGE -options IEEE80211_SUPPORT_MESH -device wlan_wep -device wlan_ccmp -device wlan_tkip -device wlan_amrr -device an -device ath -device ath_hal -options AH_SUPPORT_AR5416 -device ath_rate_sample -device wi -device loop -device random -device ether -device tun -device pty -device md -device gif -device firmware -device bpf -device uhci -device ohci -device ehci -device usb -device ulpt -device umass -device u3g -device ubsa -device uftdi - -options INCLUDE_CONFIG_FILE - -options ALTQ -options ALTQ_CBQ -options ALTQ_RED -options ALTQ_RIO -options ALTQ_HFSC -options ALTQ_CDNR -options ALTQ_PRIQ - -device pf -device pflog -device pfsync -device carp -device if_bridge - -options DEVICE_POLLING - -options NETGRAPH -options NETGRAPH_BPF -options NETGRAPH_ETHER -options NETGRAPH_IFACE -options NETGRAPH_PPP -options NETGRAPH_PPPOE -options NETGRAPH_PPTPGRE -options NETGRAPH_MPPC_ENCRYPTION -options NETGRAPH_SOCKET -options NETGRAPH_KSOCKET -options NETGRAPH_VJC +include ALIX_DSK +ident ALIX_NFS options NFS_ROOT options BOOTP