From 6ca2a42ec5d524b02798302e3af2a07d7844c3b9 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 11 Jul 2005 20:26:57 +0000 Subject: add a load of fixes from whiterussian to head git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1410 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/target/linux/linux-2.4/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openwrt/target/linux/linux-2.4') diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index 4890816049..bd25da73e4 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.2.3