From 18eb47e46e0630638011e05cd549ec5d8e0bf490 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Sat, 25 Jun 2011 13:34:07 -0300 Subject: Fix some install hooks due recent change in all_modules() [fw] Avoid inclusion of kernel/sound/firewire [pcmcia] Avoid inclusion of kernel/sound/pcmcia [usb] and [usbinput] Avoid inclusion of ignored modules (via grep cmd) Signed-off-by: Gerardo Exequiel Pozzi --- install/fw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/fw') diff --git a/install/fw b/install/fw index a5a77cb..7d7f06f 100644 --- a/install/fw +++ b/install/fw @@ -2,7 +2,7 @@ build() { - MODULES=" $(checked_modules "/firewire/") " + MODULES=" $(checked_modules "/drivers/firewire/") " MODULES=$(echo ${MODULES}) #trim whitespace if [ -n "${MODULES}" ]; then -- cgit v1.2.3-24-g4f1b