From e0dd249ede887d762b691e90abdc3dfe4ca5ed1f Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Mon, 30 Mar 2009 11:48:26 +0200 Subject: hook-functions: MODULES=most fb add all available agp modules this was proposed in patch on #416063 by Maik Zumstrull but don't hardcode the list, just add all build ones: ls /lib/modules/2.6.29-1-amd64/kernel/drivers/char/agp/ intel-agp.ko sis-agp.ko via-agp.ko --- hook-functions | 1 + 1 file changed, 1 insertion(+) diff --git a/hook-functions b/hook-functions index 368924d..b869ce6 100644 --- a/hook-functions +++ b/hook-functions @@ -390,6 +390,7 @@ auto_add_modules() ;; fb) copy_modules_dir kernel/drivers/video + copy_modules_dir kernel/drivers/char/agp ;; ide) copy_modules_dir kernel/drivers/ide -- cgit v1.2.3