diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-04-14 21:46:13 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-04-14 21:57:21 +0200 |
commit | 5f97fcad85f0d14f1067e793a4218de95c70f436 (patch) | |
tree | beee3a19aa3b1fc4b82bfba2e277ba0f349829e0 /recipes/linux/linux_2.6.29.bb | |
parent | f6e91a7ccaf49b0153e47fa2f0a72675581e7181 (diff) |
linux: enabled lot of options for Atmel NGW100 device
- netfilter support (everything)
- 8MB Dataflash chip is now recognized
- power management
- watchdog
- dma engine
- ipv6
- i2c
- spi
- i2c/spi eeproms
- leds (built-in)
- userspace drivers
- dnotify
- fat/ntfs/iso/udf/cramfs/squashfs filesystems
- crypto
- ext2/ext3 are now built-in
Diffstat (limited to 'recipes/linux/linux_2.6.29.bb')
-rw-r--r-- | recipes/linux/linux_2.6.29.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.29.bb b/recipes/linux/linux_2.6.29.bb index ad099407c2..1ba739b325 100644 --- a/recipes/linux/linux_2.6.29.bb +++ b/recipes/linux/linux_2.6.29.bb @@ -1,6 +1,6 @@ require linux.inc -PR = "r1" +PR = "r2" S = "${WORKDIR}/linux-2.6.29" |