summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-07-05automatically mount sd-card as it's possible (might be done via hotplug later)mirko
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16700 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-05[ar71xx] refresh patchesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16699 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-05[kernel] bump to 2.6.29.6 and refresh patchesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16698 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-05[kernel] update targets to 2.6.30.1, update patchesflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16697 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-05[package] put all filesystem related packages into the Filesystem submenu ↵florian
(#5352) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16696 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-05[s3c24xx] Add ioctls to glamo framebuffer driver to enable/disable glamolars
engines. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16686 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-05purge out config and patches for 2.6.29 as 2.6.30.1 is now default and stablemirko
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16685 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-05[package] configure the IPv6 from /etc/config/network and remove 6scripts's ↵florian
prefix option to set an IPv6 address on the LAN (#5450) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16683 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-05Add mirror for utility e100bootclaudio
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16682 3c298f89-4303-0410-b956-a3cf2f4a3e73