Magellan Linux

Diff of /alx-src/trunk/tinyalxconfig-ng/functions/config_modules.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 473 by niro, Thu Jun 5 19:40:18 2008 UTC revision 474 by niro, Fri Jun 6 23:31:00 2008 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/functions/config_modules.sh,v 1.4 2008-06-05 19:40:18 niro Exp $  # $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/functions/config_modules.sh,v 1.5 2008-06-06 23:31:00 niro Exp $
2  # configures printing on the host via mysql db settings  # configures printing on the host via mysql db settings
3  # Note must be the first configure script which will be startet  # Note must be the first configure script which will be startet
4    
# Line 39  config_modules() Line 39  config_modules()
39    
40   # fixme: does udev handle this already?? i think so!   # fixme: does udev handle this already?? i think so!
41   # special agp and drm modules needed by some graphic drivers   # special agp and drm modules needed by some graphic drivers
42   evaluate_table cfg_graphic   evaluate_table_xml cfg_graphic
43   case ${cfg_grafic_module} in   case ${cfg_grafic_module} in
44   # intel i810 needs intel-agp module to work probably   # intel i810 needs intel-agp module to work probably
45   i810) add_modules intel-agp ;;   i810) add_modules intel-agp ;;

Legend:
Removed from v.473  
changed lines
  Added in v.474