diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-16 09:49:24 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-16 09:49:24 +0000 |
commit | f1ec3cf1276ff0bae1b58e6db55d48ade93c4a47 (patch) | |
tree | 96d25d6a70fd2bad1598acccc950281bfd405cd4 /openwrt/target/linux/linux-2.4/ar7.mk | |
parent | ea76c54e405c3d3bc52727d7909d827f68a9432b (diff) |
add modules.d to kernel modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1454 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 c5e4b32ed..a4aa76fd4 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/ \ )) |