aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-11 20:26:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-11 20:26:57 +0000
commit50d0001e66bb4f284fb5c032a1c05df0d49a5815 (patch)
tree78e74a68ff1be8e8ed5c79adbbb603c7ea9281c8 /target
parentf7849e2020c813d2f5f521c7071bc3f1a48555f8 (diff)
downloadupstream-50d0001e66bb4f284fb5c032a1c05df0d49a5815.tar.gz
upstream-50d0001e66bb4f284fb5c032a1c05df0d49a5815.tar.bz2
upstream-50d0001e66bb4f284fb5c032a1c05df0d49a5815.zip
add a load of fixes from whiterussian to head
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1410 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/linux-2.4/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/linux-2.4/Makefile b/target/linux/linux-2.4/Makefile
index 4890816049..bd25da73e4 100644
--- a/target/linux/linux-2.4/Makefile
+++ b/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))