X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/59c00de570c33921a4364f864da0ff79784ef633..9651e741ab17645e75d82bb0fef3a2a0441eb544:/openwrt/package/linux/Makefile diff --git a/openwrt/package/linux/Makefile b/openwrt/package/linux/Makefile index 099bf819d..6823d535f 100644 --- a/openwrt/package/linux/Makefile +++ b/openwrt/package/linux/Makefile @@ -98,6 +98,9 @@ $(eval $(call KMOD_template,LP,lp,\ $(MODULES_DIR)/kernel/drivers/parport/parport_splink.o \ $(MODULES_DIR)/kernel/drivers/char/lp.o \ ,CONFIG_PARPORT)) +$(eval $(call KMOD_template,IDE,ide,\ + $(MODULES_DIR)/kernel/drivers/ide/*.o \ +,CONFIG_IDE)) $(eval $(call KMOD_template,EXT2,ext2,\ $(MODULES_DIR)/kernel/fs/ext2/*.o \ ,CONFIG_EXT2_FS))