config/options:

- revert r2585
This commit is contained in:
Stephan Raue 2010-04-20 01:05:48 +02:00
parent d5cc6dd6e7
commit afb02829e1

View File

@ -71,7 +71,6 @@ get_graphicdrivers() {
if [ $drv = r200 -o $drv = r300 -o $drv = r600 -o $drv = radeon ]; then
XORG_DRIVERS="$XORG_DRIVERS ati"
DRM_DRIVERS="$DRM_DRIVERS radeon"
KERNEL_FIRMWARE="$KERNEL_FIRMWARE radeon"
fi
if [ $drv = nvidia ]; then