diff options
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi.inc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 00f2df5..4fd623a 100644 --- a/recipes-kernel/linux/linux-raspberrypi.inc +++ b/recipes-kernel/linux/linux-raspberrypi.inc | |||
@@ -109,20 +109,6 @@ do_configure_prepend() { | |||
109 | # Localversion | 109 | # Localversion |
110 | kernel_configure_variable LOCALVERSION "\"\"" | 110 | kernel_configure_variable LOCALVERSION "\"\"" |
111 | 111 | ||
112 | # root-over-nfs-over-usb-eth support. Limited, but should cover some cases | ||
113 | # Enable this by setting a proper CMDLINE_NFSROOT_USB. | ||
114 | if [ ! -z "${CMDLINE_NFSROOT_USB}" ]; then | ||
115 | oenote "Configuring the kernel for root-over-nfs-over-usb-eth with CMDLINE ${CMDLINE_NFSROOT_USB}" | ||
116 | kernel_configure_variable INET y | ||
117 | kernel_configure_variable IP_PNP y | ||
118 | kernel_configure_variable USB_GADGET y | ||
119 | kernel_configure_variable USB_GADGET_SELECTED y | ||
120 | kernel_configure_variable USB_ETH y | ||
121 | kernel_configure_variable NFS_FS y | ||
122 | kernel_configure_variable ROOT_NFS y | ||
123 | kernel_configure_variable ROOT_NFS y | ||
124 | kernel_configure_variable CMDLINE "\"${CMDLINE_NFSROOT_USB}\"" | ||
125 | fi | ||
126 | if [ ! -z "${KERNEL_INITRAMFS}" ]; then | 112 | if [ ! -z "${KERNEL_INITRAMFS}" ]; then |
127 | kernel_configure_variable OVERLAY_FS y | 113 | kernel_configure_variable OVERLAY_FS y |
128 | kernel_configure_variable SQUASHFS y | 114 | kernel_configure_variable SQUASHFS y |