projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
allow GRE protocol in default firewall settings
[openwrt.git]
/
package
/
linux
/
Makefile
diff --git
a/package/linux/Makefile
b/package/linux/Makefile
index
6ed9837
..
73f8214
100644
(file)
--- 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,IPV6,ipv6,\
$(MODULES_DIR)/kernel/net/ipv6/ipv6.o \
,CONFIG_IPV6))
-$(eval $(call KMOD_template,
SMBFS,smb
fs,\
- $(MODULES_DIR)/kernel/fs/
smbfs/smb
fs.o \
-,CONFIG_
SMB_
FS))
+$(eval $(call KMOD_template,
CIFS,ci
fs,\
+ $(MODULES_DIR)/kernel/fs/
cifs/ci
fs.o \
+,CONFIG_
CI
FS))
$(eval $(call KMOD_template,NFS,nfs,\
$(MODULES_DIR)/kernel/fs/lockd/*.o \
$(MODULES_DIR)/kernel/fs/nfs/*.o \
$(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 \
,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,\
$(MODULES_DIR)/kernel/drivers/char/lp.o \
,CONFIG_PARPORT))
$(eval $(call KMOD_template,VFAT,vfat,\
This page took
0.019658 seconds
and
4
git commands to generate.