diff options
author | Michel Pollet <buserror@gmail.com> | 2009-05-20 12:20:44 +0100 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-06-04 17:54:49 +0200 |
commit | ab016cc95118c517ce8179ccd7b3e10c6edd7edc (patch) | |
tree | 5b3936ac32ba8b805022203f6a66517f58de8fde /recipes/linux | |
parent | 8a9c9605a8505b2e154751b23233e12383de2ef7 (diff) |
MINI2440: Bumped Kernels version
MINI2440: Bumped Kernels version
2.6.29.4 and 2.6.30-rc6 -- updated defconfig too.
Signed-off-by: Michel Pollet <buserror@gmail.com>
Diffstat (limited to 'recipes/linux')
-rw-r--r-- | recipes/linux/linux-mini2440-2.6.30+git/defconfig-mini2440 | 19 | ||||
-rw-r--r-- | recipes/linux/linux-mini2440_2.6.29+git.bb | 2 | ||||
-rw-r--r-- | recipes/linux/linux-mini2440_2.6.30+git.bb | 2 |
3 files changed, 12 insertions, 11 deletions
diff --git a/recipes/linux/linux-mini2440-2.6.30+git/defconfig-mini2440 b/recipes/linux/linux-mini2440-2.6.30+git/defconfig-mini2440 index 6fb47f9974..f8912dd72e 100644 --- a/recipes/linux/linux-mini2440-2.6.30+git/defconfig-mini2440 +++ b/recipes/linux/linux-mini2440-2.6.30+git/defconfig-mini2440 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.30-rc5 -# Wed May 13 18:56:45 2009 +# Linux kernel version: 2.6.30-rc6 +# Wed May 20 12:43:12 2009 # CONFIG_ARM=y CONFIG_HAVE_PWM=y @@ -78,7 +78,7 @@ CONFIG_SYSCTL_SYSCALL=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set -# CONFIG_STRIP_ASM_SYMS is not set +CONFIG_STRIP_ASM_SYMS=y CONFIG_HOTPLUG=y CONFIG_PRINTK=y CONFIG_BUG=y @@ -1209,7 +1209,7 @@ CONFIG_USB_GSPCA_ZC3XX=m # CONFIG_USB_STV680 is not set # CONFIG_USB_ZC0301 is not set # CONFIG_USB_PWC is not set -CONFIG_USB_PWC_INPUT_EVDEV=y +# CONFIG_USB_PWC_INPUT_EVDEV is not set # CONFIG_USB_ZR364XX is not set # CONFIG_USB_STKWEBCAM is not set # CONFIG_USB_S2255 is not set @@ -1481,7 +1481,7 @@ CONFIG_USB_SERIAL=m # CONFIG_USB_SERIAL_CH341 is not set # CONFIG_USB_SERIAL_WHITEHEAT is not set # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set -# CONFIG_USB_SERIAL_CP210X is not set +CONFIG_USB_SERIAL_CP210X=m # CONFIG_USB_SERIAL_CYPRESS_M8 is not set # CONFIG_USB_SERIAL_EMPEG is not set CONFIG_USB_SERIAL_FTDI_SIO=m @@ -1627,7 +1627,7 @@ CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_TIMER=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LEDS_TRIGGER_BACKLIGHT=y -# CONFIG_LEDS_TRIGGER_GPIO is not set +CONFIG_LEDS_TRIGGER_GPIO=y CONFIG_LEDS_TRIGGER_DEFAULT_ON=y # @@ -1799,10 +1799,11 @@ CONFIG_CRAMFS=y # CONFIG_HPFS_FS is not set # CONFIG_QNX4FS_FS is not set CONFIG_ROMFS_FS=y -CONFIG_ROMFS_BACKED_BY_BLOCK=y +# CONFIG_ROMFS_BACKED_BY_BLOCK is not set # CONFIG_ROMFS_BACKED_BY_MTD is not set -# CONFIG_ROMFS_BACKED_BY_BOTH is not set +CONFIG_ROMFS_BACKED_BY_BOTH=y CONFIG_ROMFS_ON_BLOCK=y +CONFIG_ROMFS_ON_MTD=y # CONFIG_SYSV_FS is not set # CONFIG_UFS_FS is not set # CONFIG_NILFS2_FS is not set @@ -2069,7 +2070,7 @@ CONFIG_CRYPTO_TWOFISH_COMMON=m # Compression # CONFIG_CRYPTO_DEFLATE=m -# CONFIG_CRYPTO_ZLIB is not set +CONFIG_CRYPTO_ZLIB=m CONFIG_CRYPTO_LZO=m # diff --git a/recipes/linux/linux-mini2440_2.6.29+git.bb b/recipes/linux/linux-mini2440_2.6.29+git.bb index a4d8786b41..a97ee5c4fb 100644 --- a/recipes/linux/linux-mini2440_2.6.29+git.bb +++ b/recipes/linux/linux-mini2440_2.6.29+git.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Linux Kernel for mini2440 development board" SECTION = "kernel" LICENSE = "GPL" -PR = "r7" +PR = "r8" GGSRC = "http://www.xora.org.uk/oe/patches/" diff --git a/recipes/linux/linux-mini2440_2.6.30+git.bb b/recipes/linux/linux-mini2440_2.6.30+git.bb index 5d96f0ac0d..b486d4c76b 100644 --- a/recipes/linux/linux-mini2440_2.6.30+git.bb +++ b/recipes/linux/linux-mini2440_2.6.30+git.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Linux Kernel for mini2440 development board" SECTION = "kernel" LICENSE = "GPL" -PR = "r0" +PR = "r1" GGSRC = "http://www.xora.org.uk/oe/patches/" |