From 41007d7490e798f6276b8f12d4cac41d791d1d56 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 11 Dec 2006 16:01:34 +0000 Subject: [PATCH] Change ide kernel modules loading order (#1042) SVN-Revision: 5757 --- openwrt/target/linux/linux-2.4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index c07e8f4fa3..82b8ae510b 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/target/linux/linux-2.4/Makefile @@ -185,7 +185,7 @@ $(eval $(call KMOD_template,USB_ACM,usb-acm,\ $(eval $(call KMOD_template,IDE,ide,\ $(MODULES_DIR)/kernel/drivers/ide/*.o \ $(MODULES_DIR)/kernel/drivers/ide/*/*.o \ -,CONFIG_IDE,,20,pdc202xx_old ide-core ide-detect ide-disk)) +,CONFIG_IDE,,20,ide-core pdc202xx_old ide-detect ide-disk)) $(eval $(call KMOD_template,LOOP,loop,\ $(MODULES_DIR)/kernel/drivers/block/loop.o \ ,CONFIG_BLK_DEV_LOOP,,20,loop)) -- 2.30.2