diff options
Diffstat (limited to 'openwrt/include/modules-2.6.mk')
-rw-r--r-- | openwrt/include/modules-2.6.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/openwrt/include/modules-2.6.mk b/openwrt/include/modules-2.6.mk index aada707..6e8a2de 100644 --- a/openwrt/include/modules-2.6.mk +++ b/openwrt/include/modules-2.6.mk @@ -112,11 +112,6 @@ $(eval $(call KMOD_template,IP6TABLES,ip6tables,\ # Block devices -$(eval $(call KMOD_template,IDE,ide,\ - $(MODULES_DIR)/kernel/drivers/ide/*.ko \ - $(MODULES_DIR)/kernel/drivers/ide/*/*.ko \ -,CONFIG_IDE)) - $(eval $(call KMOD_template,LOOP,loop,\ $(MODULES_DIR)/kernel/drivers/block/loop.ko \ ,CONFIG_BLK_DEV_LOOP,,20,loop)) |