Merge pull request #9 from openwrt-ninja/bump-rpcd
authorLuka Perkov <luka.perkov@sartura.hr>
Thu, 23 Jun 2016 11:56:57 +0000 (13:56 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Jun 2016 11:56:57 +0000 (13:56 +0200)
rpcd: update to latest version with iwinfo fix

package/kernel/linux/modules/fs.mk
package/kernel/linux/modules/netsupport.mk
target/linux/x86/kvm_guest/target.mk

index a47eea909da1712502b91411bbe9a5281d6ec8eb..4eb5e3ee9990710dc162f21c2aa9de7defcee322 100644 (file)
@@ -26,6 +26,25 @@ endef
 
 $(eval $(call KernelPackage,fs-fscache))
 
+define KernelPackage/fs-9p
+  SUBMENU:=$(FS_MENU)
+  TITLE:=Plan 9 Resource Sharing Support
+  DEFAULT:=n
+  DEPENDS:=+kmod-9pnet
+  KCONFIG:=\
+       CONFIG_9P_FS=m \
+       CONFIG_9P_FS_POSIX_ACL=n \
+       CONFIG_9P_FS_SECURITY=n
+  FILES:=$(LINUX_DIR)/fs/9p/9p.ko
+  AUTOLOAD:=$(call AutoLoad,30,9p)
+endef
+
+define KernelPackage/fs-9p/description
+  Kernel module for Plan 9 Resource Sharing Support support
+endef
+
+$(eval $(call KernelPackage,fs-9p))
+
 define KernelPackage/fs-afs
   SUBMENU:=$(FS_MENU)
   TITLE:=Andrew FileSystem client
index 09fa5951ffae7ba6e4242134afd6f1311d80aa38..538520b2bf255e17977b184991019fdc9173631f 100644 (file)
@@ -1024,3 +1024,24 @@ define KernelPackage/mpls/description
 endef
 
 $(eval $(call KernelPackage,mpls))
+
+define KernelPackage/9pnet
+  SUBMENU:=$(NETWORK_SUPPORT_MENU)
+  TITLE:=Plan 9 Resource Sharing Support (9P2000)
+  DEPENDS:=@PCI_SUPPORT
+  KCONFIG:= \
+       CONFIG_NET_9P=m \
+       CONFIG_NET_9P_DEBUG=n \
+       CONFIG_NET_9P_VIRTIO=m
+  FILES:= \
+       $(LINUX_DIR)/net/9p/9pnet.ko \
+       $(LINUX_DIR)/net/9p/9pnet_virtio.ko
+  AUTOLOAD:=$(call AutoLoad,29,9pnet 9pnet_virtio)
+endef
+
+define KernelPackage/9pnet/description
+  Kernel support support for
+  Plan 9 resource sharing via the 9P2000 protocol.
+endef
+
+$(eval $(call KernelPackage,9pnet))
index 9970d73277bb797019a8209d021aa2552d16a400..9ebb66a5fcdaacf118056a57cda945f46ed5b592 100644 (file)
@@ -1,4 +1,4 @@
 BOARDNAME:=KVM Guest
 FEATURES:=ext4 pci usb
-DEFAULT_PACKAGES += kmod-button-hotplug kmod-virtio-balloon kmod-virtio-net kmod-virtio-random
+DEFAULT_PACKAGES += kmod-button-hotplug kmod-virtio-balloon kmod-virtio-net kmod-virtio-random kmod-fs-9p
 CPU_TYPE := pentium4