diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-16 09:49:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-16 09:49:24 +0000 |
commit | 6e6a04539395c2f22b4f8d43404b40aeefba739a (patch) | |
tree | 96d25d6a70fd2bad1598acccc950281bfd405cd4 /openwrt/target/linux/linux-2.4/ar7.mk | |
parent | 7a8db50bd56c5fbe26f3440bdbcbd5fe31eb9d7c (diff) | |
download | mtk-20170518-6e6a04539395c2f22b4f8d43404b40aeefba739a.zip mtk-20170518-6e6a04539395c2f22b4f8d43404b40aeefba739a.tar.gz mtk-20170518-6e6a04539395c2f22b4f8d43404b40aeefba739a.tar.bz2 |
add modules.d to kernel modules
SVN-Revision: 1454
Diffstat (limited to 'openwrt/target/linux/linux-2.4/ar7.mk')
-rw-r--r-- | openwrt/target/linux/linux-2.4/ar7.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/linux-2.4/ar7.mk b/openwrt/target/linux/linux-2.4/ar7.mk index c5e4b32..a4aa76f 100644 --- a/openwrt/target/linux/linux-2.4/ar7.mk +++ b/openwrt/target/linux/linux-2.4/ar7.mk @@ -26,7 +26,7 @@ $(LINUX_DIR)/.drivers-unpacked: $(LINUX_DIR)/.unpacked $(eval $(call KMOD_template,SANGAM_ATM,sangam-atm,\ $(MODULES_DIR)/kernel/drivers/atm/tiatm.o \ -,CONFIG_MIPS_SANGAM_ATM,, \ +,CONFIG_MIPS_SANGAM_ATM,kmod-atm,60,tiatm, \ cp $(BUILD_DIR)/$(ATM_FIRMWARE_DIR)/*.bin $$(I_SANGAM_ATM)/lib/modules/ \ )) |