mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 15:59:42 +02:00
Add kmod-nfs package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@360 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
105b8c71d5
commit
7240fe60ee
@ -29,6 +29,13 @@ config BR2_PACKAGE_KMOD_IPT6
|
|||||||
help
|
help
|
||||||
IPv6 firewalling support
|
IPv6 firewalling support
|
||||||
|
|
||||||
|
config BR2_PACKAGE_KMOD_NFS
|
||||||
|
tristate "NFS support"
|
||||||
|
default m
|
||||||
|
help
|
||||||
|
Kernel modules for NFS support
|
||||||
|
Includes lockd, nfs and sunrpc
|
||||||
|
|
||||||
config BR2_PACKAGE_KMOD_USB
|
config BR2_PACKAGE_KMOD_USB
|
||||||
tristate "USB/SCSI support"
|
tristate "USB/SCSI support"
|
||||||
default m
|
default m
|
||||||
|
@ -40,6 +40,11 @@ $(eval $(call KMOD_template,IPT6,ip6tables,\
|
|||||||
$(eval $(call KMOD_template,IPV6,ipv6,\
|
$(eval $(call KMOD_template,IPV6,ipv6,\
|
||||||
$(MODULES_DIR)/kernel/net/ipv6/ipv6.o \
|
$(MODULES_DIR)/kernel/net/ipv6/ipv6.o \
|
||||||
))
|
))
|
||||||
|
$(eval $(call KMOD_template,NFS,nfs,\
|
||||||
|
$(MODULES_DIR)/kernel/fs/lockd/*.o \
|
||||||
|
$(MODULES_DIR)/kernel/fs/nfs/*.o \
|
||||||
|
$(MODULES_DIR)/kernel/net/sunrpc/*.o \
|
||||||
|
))
|
||||||
$(eval $(call KMOD_template,USB,usb,\
|
$(eval $(call KMOD_template,USB,usb,\
|
||||||
$(MODULES_DIR)/kernel/drivers/scsi/*.o \
|
$(MODULES_DIR)/kernel/drivers/scsi/*.o \
|
||||||
$(MODULES_DIR)/kernel/drivers/usb/*.o \
|
$(MODULES_DIR)/kernel/drivers/usb/*.o \
|
||||||
|
8
openwrt/package/linux/control/kmod-nfs.control
Normal file
8
openwrt/package/linux/control/kmod-nfs.control
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
Package: kmod-nfs
|
||||||
|
Priority: optional
|
||||||
|
Section: sys
|
||||||
|
Version: 2.4.29-1
|
||||||
|
Architecture: mipsel
|
||||||
|
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
|
||||||
|
Source: buildroot internal
|
||||||
|
Description: Kernel modules for NFS support
|
Loading…
Reference in New Issue
Block a user