summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-11mips: replace -mlong-calls with -mno-long-calls to make function calls ↵nbd
faster in kernel modules to achieve this, try to load kernel modules to KSEG0 and if that doesn't work, use vmalloc and fix up relocations with a jump table based on code from a kernel patch by MikroTik git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16772 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-11mips: do not use the prefetch instruction on R4K (MIPS32_R1), the ISA does ↵nbd
not implement it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16771 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-11ar8216: rename the vlan attribute to enable_vlan to keep it consistent with ↵nbd
other drivers git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16770 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-11remove hotplug2-oldnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16769 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-11ucitrigger depends on luanbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16768 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-10[ar71xx] fix a bug in the SPI driver (closes #5485)juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16767 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-10atheros: disable CONFIG_LEDS_GPIO by default, it causes flash access errors ↵nbd
on devices that use a non-standard gpio line to control the spi flash chip select git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16765 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-10PS3: Add some HID quirks to the PS3 kernel configgeoff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16761 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-10PS3: Add joystick support to the PS3 kernel configgeoff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16760 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-10PS3: Fix gelic network RX hanggeoff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16759 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-10PS3: Cleanup kernel configgeoff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16758 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-10PS3: Enable kernel command line editinggeoff
To allow for kernel command line editing add an empty comand line to the PS3 kernel config. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16757 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-10PS3: Enable kernel patchesgeoff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16756 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-10PS3: Revert kexec kernel patchgeoff
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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16755 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-09[ar71xx] add board setup code for the RB-450G/RB-433UAH boardsjuhosg
* based on a patch from http://forum.openwrt.org/viewtopic.php?pid=91127#p91127 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16754 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-09package/lua: implement memory limits, scripts can use get_memory_limit() and ↵jow
set_memory_limit() to cap the maximum ram usage git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16753 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-09[ar71xx] register a GPIO LEDs and buttons on the PB44 boardjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16748 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-09[ar71xx] register a I2C GPIO expander on the PB44 boardjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16747 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-08[tools] firmware-utils/mktplinkfw: add option for combined imagesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16742 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07[ar71xx] create firmware image for the TL-WR741NDjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16741 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07[tools] firmware-utils/mktplinkfw: add board definitions for TL-WR741ND v1 juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16740 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07[ar71xx] add initial support for the TL-WR741ND boardjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16739 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07do not allow overriding the init argument by bootloadersmirko
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16738 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07[ar71xx] add AR7240 specific fixes for the ag71xx driverjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16737 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07[ar71xx] make irq_chip definitions staticjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16736 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07[toolchain] uClibc: fix build error on ARM targets (closes #5473)juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16735 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07[ar71xx] AR7240 requires different IRQ unmasking codejuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16734 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07wprobe: the bpf code expects direct-access fields to be in big endian, not ↵nbd
cpu endian git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16733 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07wprobe: fix some endianness fail in the l2 filter codenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16732 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07wprobe: fix uninitialized variablenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16731 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07rename the wprobe init script to /etc/init.d/wprobenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16730 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07fix kexec-tools builds when libc != uClibc, strip quotes from ↵nico
KEXEC_TARGET_NAME config option git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07add a config option to select the binary stripping method to use (between ↵nico
none, strip & sstrip) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16728 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07fix wprobe-exportnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16727 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07use .$(LINUX_KMOD_SUFFIX) instead of .ko in AutoLoad (closes: #5452)nico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16726 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07update the init script and config for the new wprobenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16724 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07fix df -h output (closes: #5290)nico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16723 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-06[uclibc] add more gcc-4.4 patches from uclibc's mailing-listflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16720 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-06upgrade to the new version of wprobe - includes reconfigurable layer 2 ↵nbd
statistics, remote access, more configuration options and many bugfixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16719 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-06ucitrigger: add options to force enable/disable specific triggersnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16718 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-06Baltic language support in kerneljuhosg
Add Baltic langugae support in kernel package Signed-off-by: zintis.petersons@e-mail.lv git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16717 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-06Add the gpio_keys input module to menuconfigjuhosg
Signed-off-by: Ferenc Wagner <wferi@niif.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16716 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-06Add config file for 2.6.31 kernels in preparation for 2.6.31hcg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16713 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-06[brcm63xx] add bcm47xx lzma initramfs patch which is useful to workaround ↵florian
some CFE limitations when ramdisk kernels are too big git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16709 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-06[brcm63xx] add a profile with no Wi-Fi drivers enabled, useful for bcm6338florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16708 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-06[package] make i2c-gpio-custom selectable (#5458)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16707 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-06[kernel] avoid overriding CONFIG_TUN with a couple of targetsflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16705 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-05[ar71xx] sync kernel configjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16703 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-05[package] fix kmod-ip6tables modules (#5274)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16702 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-05[ar71xx] add missing break statementjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16701 3c298f89-4303-0410-b956-a3cf2f4a3e73