diff options
author | Roy Marples <uberlord@gentoo.org> | 2006-08-03 09:19:22 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2006-08-03 09:19:22 +0000 |
commit | 6e31238acd09397117071f4c862c799229c255e0 (patch) | |
tree | 985056d284b2b72c1f587cac2cd9d10e944c1a73 /profiles | |
parent | Punt broken version (diff) | |
download | historical-6e31238acd09397117071f4c862c799229c255e0.tar.gz historical-6e31238acd09397117071f4c862c799229c255e0.tar.bz2 historical-6e31238acd09397117071f4c862c799229c255e0.zip |
redo rt2x00
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/make.defaults | 4 | ||||
-rw-r--r-- | profiles/use.local.desc | 11 |
2 files changed, 8 insertions, 7 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index ea8d9408156e..715514bc180f 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.22 2006/07/07 18:22:16 spb Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.23 2006/08/03 09:19:22 uberlord Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -10,7 +10,7 @@ FEATURES="autoconfig strict sfperms" # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@gentoo.org. -USE_EXPAND="FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS LIRC_DEVICES INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC" +USE_EXPAND="FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS LIRC_DEVICES INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC RT2X00_DEVICES" # USE_EXPAND variables whose contents are not shown in package manager # output. Changes need discussion on gentoo-dev. diff --git a/profiles/use.local.desc b/profiles/use.local.desc index f94030c94149..eb6ac557b530 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.2067 2006/08/01 20:32:44 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.2068 2006/08/03 09:19:22 uberlord Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -1379,10 +1379,11 @@ net-wireless/madwifi-old:amrr - Use Adaptive Multi Rate Retry bit rate control a net-wireless/madwifi-old:onoe - Use Atsushi Onoe's bit rate control algorithm net-wireless/rt2x00:asm - Build ASM files net-wireless/rt2x00:rfkill - Enable radio button support -net-wireless/rt2x00:rt2400 - Build rt2400pci driver -net-wireless/rt2x00:rt2500 - Build rt2500pci and rt2500usb driver -net-wireless/rt2x00:rt61 - Build rt61pci driver -net-wireless/rt2x00:rt73 - Build rt73usb driver +net-wireless/rt2x00:rt2400pci - Build rt2400pci driver +net-wireless/rt2x00:rt2500pci - Build rt2500pci driver +net-wireless/rt2x00:rt2500usb - Build rt2500usb driver +net-wireless/rt2x00:rt61pci - Build rt61pci driver +net-wireless/rt2x00:rt73usb - Build rt73usb driver net-wireless/wepattack:john - Build with johntheripper support net-wireless/wifiscanner:wireshark - use wireshark's wtap library net-wireless/wireless-tools:multicall - Build the most commonly used tools as one binary |