diff options
Diffstat (limited to 'target/linux/ppc40x')
-rw-r--r-- | target/linux/ppc40x/modules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc40x/modules.mk b/target/linux/ppc40x/modules.mk index 7a1247672c..8859a27578 100644 --- a/target/linux/ppc40x/modules.mk +++ b/target/linux/ppc40x/modules.mk @@ -10,7 +10,7 @@ define KernelPackage/ata-magicbox-cf TITLE:=Magicbox v2/OpenRB Compact flash support DEPENDS:=@TARGET_ppc40x KCONFIG:=CONFIG_PATA_MAGICBOX_CF - FILES:=$(LINUX_DIR)/drivers/ata/pata_magicbox_cf.$(LINUX_KMOD_SUFFIX) + FILES:=$(LINUX_DIR)/drivers/ata/pata_magicbox_cf.ko AUTOLOAD:=$(call AutoLoad,41,pata_magicbox_cf,1) $(call AddDepends/ata) endef |