summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* move the toolchain_install stampfile to the right place to fix spurious ↵nbd2009-07-112-3/+3
| | | | | | missing toolchain errors after cleaning stuff git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16776 3c298f89-4303-0410-b956-a3cf2f4a3e73
* seems like the pages that mentioned mips 4k cores not having prefetch were ↵nbd2009-07-112-20/+0
| | | | | | wrong. back out that patch. thx, juhosg git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16775 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename <gsm0710muxd> to <fso-gsm0710muxd>, as it's fso-specificmirko2009-07-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16773 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mips: replace -mlong-calls with -mno-long-calls to make function calls ↵nbd2009-07-112-0/+650
| | | | | | | | | 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
* mips: do not use the prefetch instruction on R4K (MIPS32_R1), the ISA does ↵nbd2009-07-113-2/+22
| | | | | | not implement it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16771 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar8216: rename the vlan attribute to enable_vlan to keep it consistent with ↵nbd2009-07-111-1/+1
| | | | | | other drivers git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16770 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove hotplug2-oldnbd2009-07-115-2478/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16769 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ucitrigger depends on luanbd2009-07-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] fix a bug in the SPI driver (closes #5485)juhosg2009-07-101-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16767 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: disable CONFIG_LEDS_GPIO by default, it causes flash access errors ↵nbd2009-07-102-2/+2
| | | | | | 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
* PS3: Add some HID quirks to the PS3 kernel configgeoff2009-07-101-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16761 3c298f89-4303-0410-b956-a3cf2f4a3e73
* PS3: Add joystick support to the PS3 kernel configgeoff2009-07-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16760 3c298f89-4303-0410-b956-a3cf2f4a3e73
* PS3: Fix gelic network RX hanggeoff2009-07-101-0/+89
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16759 3c298f89-4303-0410-b956-a3cf2f4a3e73
* PS3: Cleanup kernel configgeoff2009-07-101-41/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16758 3c298f89-4303-0410-b956-a3cf2f4a3e73
* PS3: Enable kernel command line editinggeoff2009-07-101-1/+2
| | | | | | | | 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
* PS3: Enable kernel patchesgeoff2009-07-101-6/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16756 3c298f89-4303-0410-b956-a3cf2f4a3e73
* PS3: Revert kexec kernel patchgeoff2009-07-101-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16755 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add board setup code for the RB-450G/RB-433UAH boardsjuhosg2009-07-093-2/+30
| | | | | | * 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
* package/lua: implement memory limits, scripts can use get_memory_limit() and ↵jow2009-07-093-17/+294
| | | | | | set_memory_limit() to cap the maximum ram usage git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] register a GPIO LEDs and buttons on the PB44 boardjuhosg2009-07-091-1/+55
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16748 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] register a I2C GPIO expander on the PB44 boardjuhosg2009-07-091-0/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16747 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] firmware-utils/mktplinkfw: add option for combined imagesjuhosg2009-07-081-22/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16742 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] create firmware image for the TL-WR741NDjuhosg2009-07-072-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16741 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] firmware-utils/mktplinkfw: add board definitions for TL-WR741ND v1 juhosg2009-07-071-1/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16740 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add initial support for the TL-WR741ND boardjuhosg2009-07-078-0/+162
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16739 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do not allow overriding the init argument by bootloadersmirko2009-07-071-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16738 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add AR7240 specific fixes for the ag71xx driverjuhosg2009-07-075-1/+57
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16737 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] make irq_chip definitions staticjuhosg2009-07-071-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16736 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] uClibc: fix build error on ARM targets (closes #5473)juhosg2009-07-071-24/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16735 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] AR7240 requires different IRQ unmasking codejuhosg2009-07-071-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16734 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wprobe: the bpf code expects direct-access fields to be in big endian, not ↵nbd2009-07-071-1/+5
| | | | | | cpu endian git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16733 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wprobe: fix some endianness fail in the l2 filter codenbd2009-07-071-4/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16732 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wprobe: fix uninitialized variablenbd2009-07-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16731 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename the wprobe init script to /etc/init.d/wprobenbd2009-07-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16730 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kexec-tools builds when libc != uClibc, strip quotes from ↵nico2009-07-071-2/+4
| | | | | | KEXEC_TARGET_NAME config option git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16729 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a config option to select the binary stripping method to use (between ↵nico2009-07-073-8/+38
| | | | | | none, strip & sstrip) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16728 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix wprobe-exportnbd2009-07-072-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16727 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use .$(LINUX_KMOD_SUFFIX) instead of .ko in AutoLoad (closes: #5452)nico2009-07-071-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16726 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update the init script and config for the new wprobenbd2009-07-072-9/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16724 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix df -h output (closes: #5290)nico2009-07-071-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16723 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uclibc] add more gcc-4.4 patches from uclibc's mailing-listflorian2009-07-061-0/+902
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16720 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to the new version of wprobe - includes reconfigurable layer 2 ↵nbd2009-07-0616-831/+2358
| | | | | | statistics, remote access, more configuration options and many bugfixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16719 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ucitrigger: add options to force enable/disable specific triggersnbd2009-07-062-4/+62
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16718 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Baltic language support in kerneljuhosg2009-07-061-0/+34
| | | | | | | | | 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
* Add the gpio_keys input module to menuconfigjuhosg2009-07-061-0/+17
| | | | | | | Signed-off-by: Ferenc Wagner <wferi@niif.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16716 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add config file for 2.6.31 kernels in preparation for 2.6.31hcg2009-07-061-0/+2420
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16713 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add bcm47xx lzma initramfs patch which is useful to workaround ↵florian2009-07-061-0/+125
| | | | | | some CFE limitations when ramdisk kernels are too big git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16709 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add a profile with no Wi-Fi drivers enabled, useful for bcm6338florian2009-07-061-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16708 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] make i2c-gpio-custom selectable (#5458)florian2009-07-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16707 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] avoid overriding CONFIG_TUN with a couple of targetsflorian2009-07-064-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16705 3c298f89-4303-0410-b956-a3cf2f4a3e73