From a47f2a3dff328b86a040d93b6c58d0504fb6a703 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 11 Jul 2005 20:26:57 +0000 Subject: add a load of fixes from whiterussian to head SVN-Revision: 1410 --- openwrt/target/linux/linux-2.4/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openwrt/target/linux/linux-2.4/Makefile') diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index 4890816..bd25da7 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/target/linux/linux-2.4/Makefile @@ -115,6 +115,9 @@ $(eval $(call KMOD_template,IDE,ide,\ $(MODULES_DIR)/kernel/drivers/ide/*.o \ $(MODULES_DIR)/kernel/drivers/ide/*/*.o \ ,CONFIG_IDE)) +$(eval $(call KMOD_template,LOOP,loop,\ + $(MODULES_DIR)/kernel/drivers/block/loop.o \ +,CONFIG_BLK_DEV_LOOP)) $(eval $(call KMOD_template,EXT2,ext2,\ $(MODULES_DIR)/kernel/fs/ext2/*.o \ ,CONFIG_EXT2_FS)) -- cgit v1.1