diff options
-rw-r--r-- | meta-fsl-extras/recipes/linux/linux-boundary_4.%.bbappend (renamed from meta-fsl-extras/recipes/linux/linux-boundary_3.14.%.bbappend) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-extras/recipes/linux/linux-boundary_3.14.%.bbappend b/meta-fsl-extras/recipes/linux/linux-boundary_4.%.bbappend index fb5280c..001a3c7 100644 --- a/meta-fsl-extras/recipes/linux/linux-boundary_3.14.%.bbappend +++ b/meta-fsl-extras/recipes/linux/linux-boundary_4.%.bbappend | |||
@@ -35,6 +35,6 @@ SRC_URI += " \ | |||
35 | # kernel image files are not needed in the image | 35 | # kernel image files are not needed in the image |
36 | RDEPENDS_kernel-base = "" | 36 | RDEPENDS_kernel-base = "" |
37 | 37 | ||
38 | do_configure_prepend() { | 38 | do_preconfigure_prepend() { |
39 | echo "CONFIG_HID_MULTITOUCH=m" >> ${WORKDIR}/defconfig | 39 | echo "CONFIG_HID_MULTITOUCH=m" >> ${WORKDIR}/defconfig |
40 | } | 40 | } |