diff options
| -rwxr-xr-x | recipes-kernel/linux/linux-raspberrypi_3.1.9.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb index f790ef5..1bac2f6 100755 --- a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb +++ b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb | |||
| @@ -27,6 +27,8 @@ CMDLINE_raspberrypi = "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA | |||
| 27 | 27 | ||
| 28 | PARALLEL_MAKEINST = "" | 28 | PARALLEL_MAKEINST = "" |
| 29 | 29 | ||
| 30 | UDEV_GE_141 ?= "1" | ||
| 31 | |||
| 30 | do_configure_prepend() { | 32 | do_configure_prepend() { |
| 31 | install -m 0644 ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig || die "No default configuration for ${MACHINE} / ${KERNEL_DEFCONFIG} available." | 33 | install -m 0644 ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig || die "No default configuration for ${MACHINE} / ${KERNEL_DEFCONFIG} available." |
| 32 | } | 34 | } |
