X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a61846d66b36bb84cd080630e8dbcd06b27318a7..7d91b9bbd43da94e2e2dda3cbf5984a377627f7f:/package/linux/Makefile?ds=inline diff --git a/package/linux/Makefile b/package/linux/Makefile index 6ed983750..73f82148f 100644 --- a/package/linux/Makefile +++ b/package/linux/Makefile @@ -53,9 +53,9 @@ $(eval $(call KMOD_template,IPT6,ip6tables,\ $(eval $(call KMOD_template,IPV6,ipv6,\ $(MODULES_DIR)/kernel/net/ipv6/ipv6.o \ ,CONFIG_IPV6)) -$(eval $(call KMOD_template,SMBFS,smbfs,\ - $(MODULES_DIR)/kernel/fs/smbfs/smbfs.o \ -,CONFIG_SMB_FS)) +$(eval $(call KMOD_template,CIFS,cifs,\ + $(MODULES_DIR)/kernel/fs/cifs/cifs.o \ +,CONFIG_CIFS)) $(eval $(call KMOD_template,NFS,nfs,\ $(MODULES_DIR)/kernel/fs/lockd/*.o \ $(MODULES_DIR)/kernel/fs/nfs/*.o \ @@ -68,6 +68,7 @@ $(eval $(call KMOD_template,USB,usb,\ ,CONFIG_USB)) $(eval $(call KMOD_template,LP,lp,\ $(MODULES_DIR)/kernel/drivers/parport/parport.o \ + $(MODULES_DIR)/kernel/drivers/parport/parport_splink.o \ $(MODULES_DIR)/kernel/drivers/char/lp.o \ ,CONFIG_PARPORT)) $(eval $(call KMOD_template,VFAT,vfat,\