Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mips: do not use the prefetch instruction on R4K (MIPS32_R1), the ISA does ↵ | Felix Fietkau | 2009-07-11 | 3 | -2/+22 |
| | | | | | | not implement it SVN-Revision: 16771 | ||||
* | ar8216: rename the vlan attribute to enable_vlan to keep it consistent with ↵ | Felix Fietkau | 2009-07-11 | 1 | -1/+1 |
| | | | | | | other drivers SVN-Revision: 16770 | ||||
* | remove hotplug2-old | Felix Fietkau | 2009-07-11 | 5 | -2478/+0 |
| | | | | SVN-Revision: 16769 | ||||
* | ucitrigger depends on lua | Felix Fietkau | 2009-07-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 16768 | ||||
* | fix a bug in the SPI driver (closes #5485) | Gabor Juhos | 2009-07-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 16767 | ||||
* | atheros: disable CONFIG_LEDS_GPIO by default, it causes flash access errors ↵ | Felix Fietkau | 2009-07-10 | 2 | -2/+2 |
| | | | | | | on devices that use a non-standard gpio line to control the spi flash chip select SVN-Revision: 16765 | ||||
* | PS3: Add some HID quirks to the PS3 kernel config | Geoff Levand | 2009-07-10 | 1 | -0/+7 |
| | | | | SVN-Revision: 16761 | ||||
* | PS3: Add joystick support to the PS3 kernel config | Geoff Levand | 2009-07-10 | 1 | -0/+1 |
| | | | | SVN-Revision: 16760 | ||||
* | PS3: Fix gelic network RX hang | Geoff Levand | 2009-07-10 | 1 | -0/+89 |
| | | | | SVN-Revision: 16759 | ||||
* | PS3: Cleanup kernel config | Geoff Levand | 2009-07-10 | 1 | -41/+14 |
| | | | | SVN-Revision: 16758 | ||||
* | PS3: Enable kernel command line editing | Geoff Levand | 2009-07-10 | 1 | -1/+2 |
| | | | | | | | To allow for kernel command line editing add an empty comand line to the PS3 kernel config. SVN-Revision: 16757 | ||||
* | PS3: Enable kernel patches | Geoff Levand | 2009-07-10 | 1 | -6/+0 |
| | | | | SVN-Revision: 16756 | ||||
* | PS3: Revert kexec kernel patch | Geoff Levand | 2009-07-10 | 1 | -187/+0 |
| | | | | | | | | Remove the uneeded PS3 kernel patch 0006-powerpc-Remove-default-kexec-crash_kernel-ops-assig.patch This patch causes the exec system call to fail. SVN-Revision: 16755 | ||||
* | add board setup code for the RB-450G/RB-433UAH boards * based on a patch ↵ | Gabor Juhos | 2009-07-09 | 3 | -2/+30 |
| | | | | | | from http://forum.openwrt.org/viewtopic.php?pid=91127#p91127 SVN-Revision: 16754 | ||||
* | package/lua: implement memory limits, scripts can use get_memory_limit() and ↵ | Jo-Philipp Wich | 2009-07-09 | 3 | -17/+294 |
| | | | | | | set_memory_limit() to cap the maximum ram usage SVN-Revision: 16753 | ||||
* | register a GPIO LEDs and buttons on the PB44 board | Gabor Juhos | 2009-07-09 | 1 | -1/+55 |
| | | | | SVN-Revision: 16748 | ||||
* | register a I2C GPIO expander on the PB44 board | Gabor Juhos | 2009-07-09 | 1 | -0/+37 |
| | | | | SVN-Revision: 16747 | ||||
* | firmware-utils/mktplinkfw: add option for combined images | Gabor Juhos | 2009-07-08 | 1 | -22/+40 |
| | | | | SVN-Revision: 16742 | ||||
* | create firmware image for the TL-WR741ND | Gabor Juhos | 2009-07-07 | 2 | -0/+15 |
| | | | | SVN-Revision: 16741 | ||||
* | firmware-utils/mktplinkfw: add board definitions for TL-WR741ND v1 | Gabor Juhos | 2009-07-07 | 1 | -1/+10 |
| | | | | SVN-Revision: 16740 | ||||
* | add initial support for the TL-WR741ND board | Gabor Juhos | 2009-07-07 | 8 | -0/+162 |
| | | | | SVN-Revision: 16739 | ||||
* | do not allow overriding the init argument by bootloaders | Mirko Vogt | 2009-07-07 | 1 | -0/+19 |
| | | | | SVN-Revision: 16738 | ||||
* | add AR7240 specific fixes for the ag71xx driver | Gabor Juhos | 2009-07-07 | 5 | -1/+57 |
| | | | | SVN-Revision: 16737 | ||||
* | make irq_chip definitions static | Gabor Juhos | 2009-07-07 | 1 | -2/+2 |
| | | | | SVN-Revision: 16736 | ||||
* | uClibc: fix build error on ARM targets (closes #5473) | Gabor Juhos | 2009-07-07 | 1 | -24/+38 |
| | | | | SVN-Revision: 16735 | ||||
* | AR7240 requires different IRQ unmasking code | Gabor Juhos | 2009-07-07 | 1 | -0/+19 |
| | | | | SVN-Revision: 16734 | ||||
* | wprobe: the bpf code expects direct-access fields to be in big endian, not ↵ | Felix Fietkau | 2009-07-07 | 1 | -1/+5 |
| | | | | | | cpu endian SVN-Revision: 16733 | ||||
* | wprobe: fix some endianness fail in the l2 filter code | Felix Fietkau | 2009-07-07 | 1 | -4/+7 |
| | | | | SVN-Revision: 16732 | ||||
* | wprobe: fix uninitialized variable | Felix Fietkau | 2009-07-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 16731 | ||||
* | rename the wprobe init script to /etc/init.d/wprobe | Felix Fietkau | 2009-07-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 16730 | ||||
* | fix kexec-tools builds when libc != uClibc, strip quotes from ↵ | Nicolas Thill | 2009-07-07 | 1 | -2/+4 |
| | | | | | | KEXEC_TARGET_NAME config option SVN-Revision: 16729 | ||||
* | add a config option to select the binary stripping method to use (between ↵ | Nicolas Thill | 2009-07-07 | 3 | -8/+38 |
| | | | | | | none, strip & sstrip) SVN-Revision: 16728 | ||||
* | fix wprobe-export | Felix Fietkau | 2009-07-07 | 2 | -3/+5 |
| | | | | SVN-Revision: 16727 | ||||
* | use .$(LINUX_KMOD_SUFFIX) instead of .ko in AutoLoad (closes: #5452) | Nicolas Thill | 2009-07-07 | 1 | -2/+2 |
| | | | | SVN-Revision: 16726 | ||||
* | update the init script and config for the new wprobe | Felix Fietkau | 2009-07-07 | 2 | -9/+21 |
| | | | | SVN-Revision: 16724 | ||||
* | fix df -h output (closes: #5290) | Nicolas Thill | 2009-07-07 | 1 | -0/+13 |
| | | | | SVN-Revision: 16723 | ||||
* | add more gcc-4.4 patches from uclibc's mailing-list | Florian Fainelli | 2009-07-06 | 1 | -0/+902 |
| | | | | SVN-Revision: 16720 | ||||
* | upgrade to the new version of wprobe - includes reconfigurable layer 2 ↵ | Felix Fietkau | 2009-07-06 | 16 | -831/+2358 |
| | | | | | | statistics, remote access, more configuration options and many bugfixes SVN-Revision: 16719 | ||||
* | ucitrigger: add options to force enable/disable specific triggers | Felix Fietkau | 2009-07-06 | 2 | -4/+62 |
| | | | | SVN-Revision: 16718 | ||||
* | Baltic language support in kernel | Gabor Juhos | 2009-07-06 | 1 | -0/+34 |
| | | | | | | | | Add Baltic langugae support in kernel package Signed-off-by: zintis.petersons@e-mail.lv SVN-Revision: 16717 | ||||
* | Add the gpio_keys input module to menuconfig | Gabor Juhos | 2009-07-06 | 1 | -0/+17 |
| | | | | | | Signed-off-by: Ferenc Wagner <wferi@niif.hu> SVN-Revision: 16716 | ||||
* | Add config file for 2.6.31 kernels in preparation for 2.6.31 | Hamish Guthrie | 2009-07-06 | 1 | -0/+2420 |
| | | | | SVN-Revision: 16713 | ||||
* | add bcm47xx lzma initramfs patch which is useful to workaround some CFE ↵ | Florian Fainelli | 2009-07-06 | 1 | -0/+125 |
| | | | | | | limitations when ramdisk kernels are too big SVN-Revision: 16709 | ||||
* | add a profile with no Wi-Fi drivers enabled, useful for bcm6338 | Florian Fainelli | 2009-07-06 | 1 | -0/+17 |
| | | | | SVN-Revision: 16708 | ||||
* | make i2c-gpio-custom selectable (#5458) | Florian Fainelli | 2009-07-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 16707 | ||||
* | avoid overriding CONFIG_TUN with a couple of targets | Florian Fainelli | 2009-07-06 | 4 | -4/+0 |
| | | | | SVN-Revision: 16705 | ||||
* | sync kernel config | Gabor Juhos | 2009-07-05 | 3 | -0/+3 |
| | | | | SVN-Revision: 16703 | ||||
* | fix kmod-ip6tables modules (#5274) | Florian Fainelli | 2009-07-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 16702 | ||||
* | add missing break statement | Gabor Juhos | 2009-07-05 | 1 | -0/+1 |
| | | | | SVN-Revision: 16701 | ||||
* | automatically mount sd-card as it's possible (might be done via hotplug later) | Mirko Vogt | 2009-07-05 | 1 | -0/+6 |
| | | | | SVN-Revision: 16700 |