diff options
author | Adrian Alonso <aalonso00@gmail.com> | 2012-06-05 22:41:18 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-06-06 09:59:36 -0300 |
commit | 8ab734fd6f623268f8f7359c32a7f2639a4ce4d4 (patch) | |
tree | 5a940091acc500e1a2311950be98df2f0edace05 /meta-fsl-arm | |
parent | 8ad9938cb6776deb0a4743b787a3ff12a8be3ca9 (diff) | |
download | meta-freescale-8ab734fd6f623268f8f7359c32a7f2639a4ce4d4.tar.gz |
linux-linaro-3.2 imx53qsb defconfig: enable udev-182 config opts
* Enable udev-182 config options
* Bump PR
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Diffstat (limited to 'meta-fsl-arm')
-rw-r--r-- | meta-fsl-arm/recipes-kernel/linux/linux-linaro-3.2/imx53qsb/defconfig | 2 | ||||
-rw-r--r-- | meta-fsl-arm/recipes-kernel/linux/linux-linaro_3.2.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-linaro-3.2/imx53qsb/defconfig b/meta-fsl-arm/recipes-kernel/linux/linux-linaro-3.2/imx53qsb/defconfig index 663695479..e4830d1bc 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-linaro-3.2/imx53qsb/defconfig +++ b/meta-fsl-arm/recipes-kernel/linux/linux-linaro-3.2/imx53qsb/defconfig | |||
@@ -704,7 +704,7 @@ CONFIG_MAC80211_LEDS=y | |||
704 | # | 704 | # |
705 | # Generic Driver Options | 705 | # Generic Driver Options |
706 | # | 706 | # |
707 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 707 | CONFIG_UEVENT_HELPER_PATH="" |
708 | CONFIG_DEVTMPFS=y | 708 | CONFIG_DEVTMPFS=y |
709 | CONFIG_DEVTMPFS_MOUNT=y | 709 | CONFIG_DEVTMPFS_MOUNT=y |
710 | CONFIG_STANDALONE=y | 710 | CONFIG_STANDALONE=y |
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-linaro_3.2.bb b/meta-fsl-arm/recipes-kernel/linux/linux-linaro_3.2.bb index c5eaea31c..65702f745 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-linaro_3.2.bb +++ b/meta-fsl-arm/recipes-kernel/linux/linux-linaro_3.2.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Linaor's Linux kernel for imx platforms" | 1 | DESCRIPTION = "Linaor's Linux kernel for imx platforms" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
4 | PR = "r0" | 4 | PR = "r1" |
5 | 5 | ||
6 | inherit kernel | 6 | inherit kernel |
7 | COMPATIBLE_MACHINE = "(imx53qsb)" | 7 | COMPATIBLE_MACHINE = "(imx53qsb)" |