Jo-Philipp Wich
9a047b52d4
enable EFI partition support by default, adds ca. 8K uncompressed on ar71xx ( #8672 )
...
SVN-Revision: 30835
2012-03-07 14:14:52 +00:00
Jo-Philipp Wich
fe66f30aae
add some missing 2.6.39 kernel symbols observed on x86/generic builds
...
SVN-Revision: 30718
2012-02-25 13:17:32 +00:00
Felix Fietkau
66895b7115
kernel: disable bridge igmp snooping by default to avoid multicast issues
...
SVN-Revision: 29744
2012-01-14 13:50:25 +00:00
Gabor Juhos
8b567fb508
generic: add driver for the RTL8367R/M switches
...
SVN-Revision: 29678
2012-01-07 19:36:31 +00:00
Gabor Juhos
5fa65cba6e
kernel: swconfig: introduce a generic switch LED trigger
...
SVN-Revision: 29627
2011-12-31 15:02:30 +00:00
Jo-Philipp Wich
9fa33ceee2
add missing config symbol
...
SVN-Revision: 29610
2011-12-25 13:33:18 +00:00
Gabor Juhos
5afedc67e2
generic: disable 'small sector' erase in m25p80 driver
...
This fixes the issues with the jffs2 images on various boards. Using
JFFS2 on devices with 4KiB erase sectors is not safe:
http://lists.infradead.org/pipermail/linux-mtd/2011-June/036591.html
SVN-Revision: 29521
2011-12-13 20:41:22 +00:00
Nicolas Thill
5e83009a52
targets: fix CONFIG_USB_STORAGE_* inconsistency
...
* all options were switched from bool to tristate in 2.6.30
* add/change/move them to generic, disabled by default
* remove extinct CONFIG_USB_STORAGE_DPCM dropped in 2.6.29, merged with CONFIG_USB_STORAGE_SDDR09
* remove extinct CONFIG_USB_STORAGE_SIERRA option in 2.6
* cleanup ordering
SVN-Revision: 29337
2011-11-25 20:47:44 +00:00
Felix Fietkau
b06efd636a
kernel: add a top level menuconfig option for enabling lockdep
...
SVN-Revision: 28848
2011-11-08 00:32:57 +00:00
Jo-Philipp Wich
3d1d93cb0c
target: remove CONFIG_IDE_PROC_FS support as well
...
SVN-Revision: 28586
2011-10-25 16:40:06 +00:00
Jo-Philipp Wich
a9e64493d8
target: globally disable BSD process accounting
...
SVN-Revision: 28584
2011-10-25 16:18:36 +00:00
Florian Fainelli
f7dbf2ef04
add more missing touchscren symbols (3.0+)
...
SVN-Revision: 27956
2011-08-11 11:18:41 +00:00
Hauke Mehrtens
d447cb5164
kernel: add some missing config options
...
These options where found by buildbot
SVN-Revision: 27920
2011-08-06 10:41:15 +00:00
Jonas Gorski
3b36e83a29
generic: Add missing config symbol
...
SVN-Revision: 27887
2011-08-03 23:28:00 +00:00
Jonas Gorski
61e2e03311
kernel: Fix firewire for 2.6.37+
...
The old ieee1394 stack was removed in 2.6.37. The new firewire stack is
available for all kernel versions, but experimental for the older one, so
make both available where appropriate.
SVN-Revision: 27874
2011-08-02 09:53:19 +00:00
Felix Fietkau
62b8cba9c0
kernel: enable inotify by default ( #8055 )
...
SVN-Revision: 27853
2011-07-31 18:12:23 +00:00
Hauke Mehrtens
00dd85d8f6
ocf-linux: version bump to 20110720
...
Fixes problem with TFM allocation in cryptosoft.c
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Hauke:
* remove ubsec_ssb package and take it from ocf-linux
* use patches from ocf-linux package
* refresh all patches
* readd some build fixes for OpenWrt.
* readd CRYPTO_MANAGER dependency
SVN-Revision: 27753
2011-07-24 14:17:58 +00:00
Felix Fietkau
fee32761f3
kernel: backport and enable tmpfs xattr support for 2.6.39
...
SVN-Revision: 27691
2011-07-19 09:00:55 +00:00
Gabor Juhos
01ac07c9b3
generic: add MTD_NAND_ECC_BCH symbol for 2.6.39/3.0
...
SVN-Revision: 27305
2011-06-29 08:57:25 +00:00
Hauke Mehrtens
ca979845cc
kernel: update ssb and bcma to linux-next next-20110627
...
SVN-Revision: 27295
2011-06-27 21:28:40 +00:00
Jo-Philipp Wich
5752efdadd
2.6.39.1: missing kernel symbols If you turn on I2C, you'll need this symbol defined.
...
Signed-off-by: Philip A. Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27182
2011-06-15 18:18:32 +00:00
Felix Fietkau
dcddcfca24
add missing kernel config symbols for usb on powerpc
...
SVN-Revision: 27181
2011-06-15 18:07:26 +00:00
Florian Fainelli
4aaf590909
add more config symbols to 2.6.39
...
SVN-Revision: 27111
2011-06-04 18:27:00 +00:00
Florian Fainelli
de2e05b6f2
add some missing 2.6.39 config symbols
...
SVN-Revision: 27105
2011-06-04 13:36:00 +00:00
Hauke Mehrtens
6769216a64
kernel: generic: Update 2.6.39 to final
...
* Add missing config symbols
* Update package/kernel for 2.6.39
CONFIG_BT_L2CAP=y and CONFIG_BT_SCO=y are set to build them into the bluetooth module.
Thank you Jonas Gorski for the patch
SVN-Revision: 27010
2011-05-25 19:51:40 +00:00
Hauke Mehrtens
c69f2d8788
kernel: some updates for kernel 2.6.39
...
* add md5sum for kernel
* add some missing config symbols
* add some ssb patches to make compat-wireless compile
Thank you Peter Wagner for the patch
SVN-Revision: 27009
2011-05-25 19:32:00 +00:00
Felix Fietkau
127e4ebd32
generic: Add support for 2.6.39
...
Add support for 2.6.39 based on rc3. Runtime tested on bcm63xx.
SVN-Revision: 26615
2011-04-12 19:39:20 +00:00