diff options
author | nyan <nyan@FreeBSD.org> | 2009-03-03 09:04:18 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2009-03-03 09:04:18 +0000 |
commit | 36a2601b9bea96143d358574817b23ca1b795c7c (patch) | |
tree | 8ac149c94b1dfa9a766e703004d416595dabc5b4 /release/sparc64/boot_crunch.conf | |
parent | b34ba23107580dc1edf6e6f2f42589cf68afb58a (diff) | |
download | FreeBSD-src-36a2601b9bea96143d358574817b23ca1b795c7c.zip FreeBSD-src-36a2601b9bea96143d358574817b23ca1b795c7c.tar.gz |
Catch up with USB2 change.
Remove the usbdevs and add the usbconfig.
Spotted by: hrs
Tested on: i386
Diffstat (limited to 'release/sparc64/boot_crunch.conf')
-rw-r--r-- | release/sparc64/boot_crunch.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sparc64/boot_crunch.conf b/release/sparc64/boot_crunch.conf index cbb02ce..4f84bc4 100644 --- a/release/sparc64/boot_crunch.conf +++ b/release/sparc64/boot_crunch.conf @@ -38,8 +38,8 @@ srcdirs /usr/src/usr.sbin progs arp progs ppp progs sysinstall -progs usbdevs +progs usbconfig libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph libs -ldialog -lncurses -ldisk -lcam -lsbuf -lufs -lbsdxml -libs -larchive -lbz2 +libs -larchive -lbz2 -lusb20 |