Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: add symbols, small fixes | Hauke Mehrtens | 2011-04-09 | 1 | -0/+2 |
| | | | | | | | | * Some module should be loaded later to load them after the modules they are depending on * add some more missing config symbols * make CS5535 build again SVN-Revision: 26570 | ||||
* | kernel: add missing config options | Hauke Mehrtens | 2011-04-09 | 1 | -0/+4 |
| | | | | SVN-Revision: 26552 | ||||
* | enable the 'big kernel lock' by default | Imre Kaloz | 2011-03-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 26267 | ||||
* | kernel: replace mini_fo with overlayfs for 2.6.37 | Felix Fietkau | 2011-03-17 | 1 | -3/+6 |
| | | | | SVN-Revision: 26209 | ||||
* | kernel: add a few missing kernel config symbols | Felix Fietkau | 2011-03-16 | 1 | -0/+5 |
| | | | | SVN-Revision: 26189 | ||||
* | add two missing symbol for Kernel >= 2.6.37 | Jo-Philipp Wich | 2011-03-09 | 1 | -0/+1 |
| | | | | SVN-Revision: 25984 | ||||
* | only support EABI on ARM targets | Imre Kaloz | 2011-03-07 | 1 | -0/+2 |
| | | | | SVN-Revision: 25928 | ||||
* | yet another missing symbol | Jo-Philipp Wich | 2011-03-05 | 1 | -0/+1 |
| | | | | SVN-Revision: 25875 | ||||
* | add more missing kernel symbols | Jo-Philipp Wich | 2011-03-03 | 1 | -0/+2 |
| | | | | SVN-Revision: 25846 | ||||
* | add missing symbol | Jo-Philipp Wich | 2011-03-03 | 1 | -0/+1 |
| | | | | SVN-Revision: 25843 | ||||
* | kernel: disable sysctl syscall support - nothing uses it | Felix Fietkau | 2011-02-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 25773 | ||||
* | kernel: disable scheduler actions by default, they will be enabled only when ↵ | Felix Fietkau | 2011-02-27 | 1 | -3/+3 |
| | | | | | | kmod-sched is selected SVN-Revision: 25771 | ||||
* | kernel: disable /proc/kcore | Felix Fietkau | 2011-02-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 25770 | ||||
* | kernel: disable CONFIG_CRYPTO_ALGAPI* by default, it will be built into the ↵ | Felix Fietkau | 2011-02-27 | 1 | -2/+2 |
| | | | | | | kmod-crypto-core package SVN-Revision: 25766 | ||||
* | kernel: disable CONFIG_SYSCTL_SYSCALL_CHECK by default | Felix Fietkau | 2011-02-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 25765 | ||||
* | kernel: disable CONFIG_LEDS_TRIGGER_HEARTBEAT by default, nothing uses it | Felix Fietkau | 2011-02-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 25764 | ||||
* | kernel: disable CONFIG_WIRELESS_EXT_SYSFS by default | Felix Fietkau | 2011-02-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 25763 | ||||
* | kernel: the patch to disable the crypto tests is no longer necessary since ↵ | Felix Fietkau | 2011-02-24 | 1 | -1/+0 |
| | | | | | | 2.6.36, remove it SVN-Revision: 25689 | ||||
* | kernel config: disable the pcomp api + zlib decompressor by default - it has ↵ | Felix Fietkau | 2011-02-24 | 1 | -3/+3 |
| | | | | | | not been used for a while now SVN-Revision: 25684 | ||||
* | kernel config: refresh using kconfig.pl | Felix Fietkau | 2011-02-24 | 1 | -14/+13 |
| | | | | SVN-Revision: 25682 | ||||
* | kernel: add missing config symbols | Felix Fietkau | 2011-02-21 | 1 | -0/+2 |
| | | | | SVN-Revision: 25643 | ||||
* | kernel: remove imq support, refresh patches | Felix Fietkau | 2011-02-21 | 1 | -6/+0 |
| | | | | SVN-Revision: 25641 | ||||
* | add more 2.6.37 missing symbols | Florian Fainelli | 2011-02-14 | 1 | -0/+2 |
| | | | | SVN-Revision: 25534 | ||||
* | add missing 2.6.37 config symbols. | Florian Fainelli | 2011-02-10 | 1 | -0/+5 |
| | | | | SVN-Revision: 25447 | ||||
* | add a few missing kernel config symbols | Felix Fietkau | 2011-02-01 | 1 | -0/+3 |
| | | | | SVN-Revision: 25284 | ||||
* | config symbol cleanup | Imre Kaloz | 2011-02-01 | 1 | -0/+9 |
| | | | | SVN-Revision: 25272 | ||||
* | add missing symbols | Imre Kaloz | 2011-02-01 | 1 | -0/+2 |
| | | | | SVN-Revision: 25271 | ||||
* | Missing symbols for CONFIG_xxx .. Thanks Philip Prindeville | Daniel Dickinson | 2011-01-17 | 1 | -0/+1 |
| | | | | SVN-Revision: 25031 | ||||
* | add missing kernel kernel config symbol | Felix Fietkau | 2011-01-16 | 1 | -0/+1 |
| | | | | SVN-Revision: 25017 | ||||
* | kernel: deactivate ext4 SElinux support and extended attributes support in ↵ | Hauke Mehrtens | 2011-01-09 | 1 | -0/+1 |
| | | | | | | | | general config. This effects the build in kmod-fs-ext4 and when it is build into the kernel in the x86 target. Thank you Philip Prindeville SVN-Revision: 24951 | ||||
* | disable CONFIG_EXT4_FS_XATTR on kernel 2.6.35 and 2.6.37, this exposes a ↵ | Jo-Philipp Wich | 2011-01-05 | 1 | -0/+1 |
| | | | | | | mutex bug in mini_fo leading to hard lockups with various filesystem operations SVN-Revision: 24905 | ||||
* | generic: more CONFIG_KEYBOARD_* symbols | Gabor Juhos | 2010-12-30 | 1 | -0/+1 |
| | | | | SVN-Revision: 24860 | ||||
* | generic: add missing CONFIG_KEYBOARD_* symbols | Gabor Juhos | 2010-12-29 | 1 | -0/+8 |
| | | | | SVN-Revision: 24852 | ||||
* | generic: add CONFIG_DEBUG_ICEDCC symbol | Gabor Juhos | 2010-12-29 | 1 | -0/+1 |
| | | | | SVN-Revision: 24850 | ||||
* | kernel: add config option added in kernel 2.6.37-rc7 to generic and run make ↵ | Hauke Mehrtens | 2010-12-22 | 1 | -0/+1 |
| | | | | | | kernel_oldconfig for brcm47xx. SVN-Revision: 24805 | ||||
* | generic: add LED trigger for USB device presence/activity | Gabor Juhos | 2010-12-17 | 1 | -0/+1 |
| | | | | SVN-Revision: 24646 | ||||
* | revert r24604 | Imre Kaloz | 2010-12-15 | 1 | -110/+111 |
| | | | | SVN-Revision: 24605 | ||||
* | target/linux: clean up non generic & obsolete kernel options for 2.6.36, 2.6.37 | Alexandros C. Couloumbis | 2010-12-15 | 1 | -111/+110 |
| | | | | SVN-Revision: 24604 | ||||
* | generic: yet another missing config symbol for 2.6.37 | Gabor Juhos | 2010-12-01 | 1 | -0/+1 |
| | | | | SVN-Revision: 24208 | ||||
* | kernel: add missing config symbols for 2.6.37-rc3 | Hauke Mehrtens | 2010-11-28 | 1 | -0/+2 |
| | | | | | | Thank you maddes for reporting. (closes #8323) SVN-Revision: 24165 | ||||
* | kernel: add missing config option | Hauke Mehrtens | 2010-11-27 | 1 | -0/+1 |
| | | | | SVN-Revision: 24157 | ||||
* | use ext4 for ext2/3 on 2.6.32+ | Imre Kaloz | 2010-11-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 24083 | ||||
* | target/linux: revert r24014 (further testing is needed) | Alexandros C. Couloumbis | 2010-11-16 | 1 | -1/+0 |
| | | | | SVN-Revision: 24015 | ||||
* | linux/generic: add kernel mppc/mppe for 2.6.37. ↵ | Alexandros C. Couloumbis | 2010-11-16 | 1 | -0/+1 |
| | | | | | | http://yablochkin.net.ru/mppc/ (not enabled by default) SVN-Revision: 24014 | ||||
* | target/linux: add some 2.6.37 missing symbols. (thank you maddes) | Alexandros C. Couloumbis | 2010-11-15 | 1 | -0/+49 |
| | | | | SVN-Revision: 24002 | ||||
* | linux/generic: add a missing symbol. (thank you kaloz) | Alexandros C. Couloumbis | 2010-11-15 | 1 | -0/+1 |
| | | | | SVN-Revision: 24001 | ||||
* | kernel: fix l2tp kernel packages | Hauke Mehrtens | 2010-11-14 | 1 | -0/+3 |
| | | | | | | | l2tp-ip and l2tp-eth should depend on l2tp_netlink fix pppol2tp for kernel >= 2.6.35 SVN-Revision: 23993 | ||||
* | linux/generic: add some missing 2.6.37 USB symbols | Alexandros C. Couloumbis | 2010-11-11 | 1 | -0/+5 |
| | | | | SVN-Revision: 23963 | ||||
* | kernel: disable some config symbols for kernel 2.6.37 | Hauke Mehrtens | 2010-11-10 | 1 | -0/+13 |
| | | | | SVN-Revision: 23951 | ||||
* | linux 2.6.37: Disable DEBUG_ICEDCC | Michael Büsch | 2010-11-05 | 1 | -0/+1 |
| | | | | SVN-Revision: 23887 |