Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base-files: add support for the usbdev LED trigger | Gabor Juhos | 2010-12-17 | 2 | -5/+11 |
| | | | | SVN-Revision: 24647 | ||||
* | generic: add LED trigger for USB device presence/activity | Gabor Juhos | 2010-12-17 | 10 | -0/+471 |
| | | | | SVN-Revision: 24646 | ||||
* | generic: add usb_find_device_by_name helper | Gabor Juhos | 2010-12-17 | 5 | -0/+420 |
| | | | | SVN-Revision: 24645 | ||||
* | generic: nuke 2.6.33 specific stuff, is not used by any platform | Gabor Juhos | 2010-12-17 | 174 | -53909/+0 |
| | | | | SVN-Revision: 24644 | ||||
* | ar71xx: UBNT Secondary MAC address duplicate fix | Gabor Juhos | 2010-12-17 | 1 | -2/+13 |
| | | | | | | | | | | | | | There is Secondary MAC address duplicate problem with some UBNT RouterStation and RouterStation Pro HW batches as Primary MAC addresses are not increased by 2 per device in board data. Fix is to use 'Locally Administrated bit' for Secondary MAC address instead of increasing Primary MAC addresses by 1 which could overlap with other device Primary MAC address. Signed-off-by: Kestutis Barkauskas<keba@devint.net> SVN-Revision: 24643 | ||||
* | ar71xx: populate LED configuration for WZR-HP-G300NH | Gabor Juhos | 2010-12-17 | 1 | -0/+30 |
| | | | | | | | | Signed-off-by: Dave Lichterman <laviddichterman@gmail.com> [nand-disk trigger has been removed - juhosg] SVN-Revision: 24642 | ||||
* | build flex on the host, some pakcages need it in the newest version | Jo-Philipp Wich | 2010-12-17 | 2 | -1/+34 |
| | | | | SVN-Revision: 24631 | ||||
* | ath9k: update initvals for ar9003 | Felix Fietkau | 2010-12-16 | 2 | -0/+156 |
| | | | | SVN-Revision: 24629 | ||||
* | ath9k: remove code for setting up gpio based baseband rfkill - it was never ↵ | Felix Fietkau | 2010-12-16 | 1 | -0/+103 |
| | | | | | | used, nor configured properly SVN-Revision: 24628 | ||||
* | ath9k: use the number of pending aggregates instead of the queue depth to ↵ | Felix Fietkau | 2010-12-16 | 1 | -0/+89 |
| | | | | | | determine when it is time to form the next A-MPDU SVN-Revision: 24627 | ||||
* | brcm47xx: add ssb debug option. | Hauke Mehrtens | 2010-12-16 | 3 | -0/+3 |
| | | | | | | | | | This fixes a problem with wrt350n. It boots only if this config option is set, otherwise it reboots after "Switching to clocksource MIPS" Thank you sn9 for fixing this problem. SVN-Revision: 24626 | ||||
* | brcm47xx: add some missing pci ID for tg3 driver | Hauke Mehrtens | 2010-12-16 | 2 | -0/+94 |
| | | | | | | | | | Broadcom removed these pci id, but at least the wrt350n has a Ethernet controller with a pci id of 14e4:1676 Thank you sn9 for fixing this problem. SVN-Revision: 24625 | ||||
* | brcm47xx: this patch went upstream | Hauke Mehrtens | 2010-12-16 | 1 | -50/+0 |
| | | | | SVN-Revision: 24624 | ||||
* | libtool: I don't know what crackhead thought that relinking with /usr/lib ↵ | Jo-Philipp Wich | 2010-12-16 | 1 | -0/+10 |
| | | | | | | during cross compilation is a good idea, so just remove this crap. It should solve a few instances of "/usr/lib/libc.a: could not read symbols: File format not recognized" when building stuff. SVN-Revision: 24619 | ||||
* | libtool: prefix command output with "OpenWrt-" to make it immediately ↵ | Jo-Philipp Wich | 2010-12-15 | 2 | -2/+112 |
| | | | | | | obvious whether our libtool is used SVN-Revision: 24613 | ||||
* | ar71xx: add wlan led for the TL-WR941ND | Gabor Juhos | 2010-12-15 | 2 | -0/+27 |
| | | | | SVN-Revision: 24612 | ||||
* | ar71xx: UBNT M-Series MAC address fix | Gabor Juhos | 2010-12-15 | 1 | -3/+4 |
| | | | | | | | | | UBNT M-Series devices have 2 MAC addresses in board data. Fix is to use both entries from board data instead of one entry. Signed-off-by: Kestutis Barkauskas<keba@devint.net> SVN-Revision: 24611 | ||||
* | revert r24604 | Imre Kaloz | 2010-12-15 | 2 | -221/+223 |
| | | | | 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 | 2 | -223/+221 |
| | | | | SVN-Revision: 24604 | ||||
* | autotools.mk: touch NEWS, AUTHORS, COPYING and ChangeLog, automake wants them | Jo-Philipp Wich | 2010-12-15 | 1 | -0/+1 |
| | | | | SVN-Revision: 24588 | ||||
* | autotools.mk: always pass -I m4, some package don't seem to set correct ↵ | Jo-Philipp Wich | 2010-12-15 | 1 | -1/+1 |
| | | | | | | AMFLAGS (or any at all..) SVN-Revision: 24574 | ||||
* | autotools.mk: don't rely on shipped autogen.sh files | Jo-Philipp Wich | 2010-12-15 | 1 | -3/+1 |
| | | | | SVN-Revision: 24573 | ||||
* | mpfr: reenable HOST_FIXUP, it *should* work okay now after r24570 | Jo-Philipp Wich | 2010-12-15 | 1 | -1/+6 |
| | | | | SVN-Revision: 24571 | ||||
* | autotools.mk: explicately pass toolchain versions of automake, autoconf, ↵ | Jo-Philipp Wich | 2010-12-15 | 1 | -2/+12 |
| | | | | | | libtoolize, ... to autoreconf SVN-Revision: 24570 | ||||
* | ar71xx: init the LED pin for ath9k on the TL-MR3[24]20 boards | Gabor Juhos | 2010-12-14 | 1 | -3/+16 |
| | | | | SVN-Revision: 24569 | ||||
* | ar71xx: add helper function to setup LED pin and GPIO on the AP91 based boards | Gabor Juhos | 2010-12-14 | 2 | -0/+15 |
| | | | | SVN-Revision: 24568 | ||||
* | * make the usb gpio configurable * 105-header_xway.patch has a corrupt line ↵ | John Crispin | 2010-12-14 | 2 | -37/+20 |
| | | | | | | count in it SVN-Revision: 24564 | ||||
* | upgrade the linaro gcc to the 2010.12 release | Imre Kaloz | 2010-12-14 | 1 | -3/+3 |
| | | | | SVN-Revision: 24563 | ||||
* | ramips: remove 2.6.3[24] support | Gabor Juhos | 2010-12-14 | 16 | -1174/+0 |
| | | | | SVN-Revision: 24562 | ||||
* | ramips: switch to 2.6.36 | Gabor Juhos | 2010-12-14 | 1 | -2/+2 |
| | | | | SVN-Revision: 24561 | ||||
* | ramips: handle OTG interrupt on the RT305x SoC | Gabor Juhos | 2010-12-14 | 1 | -0/+3 |
| | | | | SVN-Revision: 24560 | ||||
* | bump kernel version, add MAINTAINER entry | Imre Kaloz | 2010-12-14 | 1 | -1/+2 |
| | | | | SVN-Revision: 24559 | ||||
* | add plemininary ultrasparc support | Imre Kaloz | 2010-12-14 | 11 | -0/+265 |
| | | | | SVN-Revision: 24558 | ||||
* | mpfr: disable host fixup for now | Jo-Philipp Wich | 2010-12-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 24557 | ||||
* | reorder dependencies | Jo-Philipp Wich | 2010-12-13 | 1 | -1/+2 |
| | | | | SVN-Revision: 24556 | ||||
* | mpfr: use autoreconf host fixup | Jo-Philipp Wich | 2010-12-13 | 1 | -0/+2 |
| | | | | SVN-Revision: 24555 | ||||
* | opkg: remove manual automake invocations and rely and host and target fixups | Jo-Philipp Wich | 2010-12-13 | 1 | -12/+1 |
| | | | | SVN-Revision: 24554 | ||||
* | opkg: disable output shaving | Jo-Philipp Wich | 2010-12-13 | 1 | -0/+37 |
| | | | | SVN-Revision: 24553 | ||||
* | - implement hooks for hostbuilds - use host build hooks to implement fixups ↵ | Jo-Philipp Wich | 2010-12-13 | 4 | -19/+73 |
| | | | | | | for host build - move separator declaration to rules.mk SVN-Revision: 24551 | ||||
* | autotools.mk: add yet another aclocal path | Jo-Philipp Wich | 2010-12-13 | 1 | -0/+1 |
| | | | | SVN-Revision: 24547 | ||||
* | Update package selection | Hamish Guthrie | 2010-12-13 | 1 | -3/+5 |
| | | | | SVN-Revision: 24544 | ||||
* | enable mach support for OpenRD Base and OpenRD Client (#8417), spare the rest | Jo-Philipp Wich | 2010-12-13 | 1 | -2/+2 |
| | | | | SVN-Revision: 24541 | ||||
* | base-files: use shutdown instead of stop when the system goes down (patch by ↵ | Felix Fietkau | 2010-12-13 | 11 | -11/+11 |
| | | | | | | tripolar) SVN-Revision: 24540 | ||||
* | ath9k: fix some more issues in the paprd changes | Felix Fietkau | 2010-12-13 | 1 | -18/+26 |
| | | | | SVN-Revision: 24539 | ||||
* | ead: fixup some AC_DEFINE() invocations that will make recent automak bail | Jo-Philipp Wich | 2010-12-13 | 2 | -6/+8 |
| | | | | SVN-Revision: 24535 | ||||
* | autotools.mk: support autoreconf at different paths, introduce ↵ | Jo-Philipp Wich | 2010-12-13 | 1 | -10/+13 |
| | | | | | | PKG_AUTOMAKE_PATHS which defaults to '.' SVN-Revision: 24534 | ||||
* | adds new lantiq kernel. once the codebase is fully tested and know to be ↵ | John Crispin | 2010-12-12 | 52 | -0/+40307 |
| | | | | | | working on all the devices previously supported by ifxmips, we will drop ifxmips support. SVN-Revision: 24526 | ||||
* | Revert "[tools] sstrip: Correct include path to really get endian.h" (#8447) | Florian Fainelli | 2010-12-12 | 1 | -1/+1 |
| | | | | | | This reverts commit ac0f793ae985db73caf99916336569c211a759f8. SVN-Revision: 24516 | ||||
* | Makefile: Put lzma before squashfs so compile of squashfs4 succeeds (depends ↵ | Daniel Dickinson | 2010-12-12 | 1 | -2/+2 |
| | | | | | | on lzma) SVN-Revision: 24513 | ||||
* | sstrip: Correct include path to really get endian.h | Daniel Dickinson | 2010-12-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 24512 |