summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* change the recursive dependency template to use more make evaluation - the ↵Felix Fietkau2010-11-241-21/+22
| | | | | | shell command got so long that it triggered "Argument list too long" on some systems (#8231) SVN-Revision: 24131
* tools/e2fsprogs: fix freebsd compile issueAlexandros C. Couloumbis2010-11-241-0/+18
| | | | SVN-Revision: 24130
* tools/mtd-utils: update to mtd-utils-20101124Alexandros C. Couloumbis2010-11-243-196/+3
| | | | SVN-Revision: 24129
* tools/e2fsprogs: update to e2fsprogs-1.41.12Alexandros C. Couloumbis2010-11-241-2/+2
| | | | SVN-Revision: 24128
* image Makefile: Removed extraneous tab from Image/LimitName16 macro ↵Daniel Dickinson2010-11-241-1/+1
| | | | | | definition. The solves the strange whitespace in front of the image name in the info1 section SVN-Revision: 24127
* ramips: add support for Belkin F5D8235 v2 boardGabor Juhos2010-11-247-0/+164
| | | | | | | | No support for usb for now. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 24126
* generic: add rtl8366rb switch vlan fid supportGabor Juhos2010-11-243-7/+66
| | | | | | | | | | | Allows to use fids 0 to 7. Default is 0. Those who will use this don't forget to `set vlan fid` every time after `set vlan ports` if you want non default behavior. Minor changes. Version bump. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 24125
* ramips: Use NET_IP_ALIGN instead of hardcoding 2Gabor Juhos2010-11-241-4/+5
| | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 24124
* ramips: DMA map the correct RX skb sizeGabor Juhos2010-11-241-2/+2
| | | | | | | | | | The skb_reserve call prior to DMA mapping the RX skb reduced the skb data len by 2. To not allow DMA to write behind the skb we should pass the correct skb data len to the device. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 24123
* ramips: Don't trigger BUG_ON due to skb allocation failureGabor Juhos2010-11-241-16/+19
| | | | | | | | | Instead just drop the rx'ed frame silently and reuse the already available buffer. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 24122
* ramips: Remove unnecessary skb_putGabor Juhos2010-11-241-1/+1
| | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 24121
* uClibc: add back a few cflags that were being overwritten, might fix a few ↵Felix Fietkau2010-11-241-1/+6
| | | | | | segfauls (thx, framer99) SVN-Revision: 24120
* image: Limited image name put into the info1 field to 16 characters and ↵Daniel Dickinson2010-11-231-4/+8
| | | | | | eliminted the OpenWRT revision. This makes using the image (router) name as the board name possible, so that boards with same real boardid but different GPIOs can be detected and the correct GPIOs used. SVN-Revision: 24118
* linux/brcm47xx: sync yhe BCM4710 fix with the upcoming upstream patch.Alexandros C. Couloumbis2010-11-232-32/+37
| | | | SVN-Revision: 24116
* linux/generic: add 2.6.37 support for the Cisco 7941/7945 IP phones: ↵Alexandros C. Couloumbis2010-11-231-0/+118
| | | | | | http://lkml.org/lkml/2010/11/21/219 (thank you Kevin Cernekee) SVN-Revision: 24114
* linux/brcm47xx: add missing patch on r24112Alexandros C. Couloumbis2010-11-231-21/+34
| | | | SVN-Revision: 24113
* linux/brcm47xx: Broadcom BCM4710 does not belong in the BMIPS4KC family.Alexandros C. Couloumbis2010-11-232-6/+6
| | | | SVN-Revision: 24112
* linux/generic: refresh 2.6.37 patchesAlexandros C. Couloumbis2010-11-2312-22/+22
| | | | SVN-Revision: 24111
* Fix ext4 buildHamish Guthrie2010-11-232-2/+2
| | | | SVN-Revision: 24110
* Bump kernel versionHamish Guthrie2010-11-231-1/+1
| | | | SVN-Revision: 24109
* Remove NAND supportHamish Guthrie2010-11-231-3/+1
| | | | SVN-Revision: 24108
* mac80211: improve station mode nullfunc probingFelix Fietkau2010-11-231-11/+14
| | | | SVN-Revision: 24107
* e2fsprogs: fix libuuid installationFelix Fietkau2010-11-221-0/+1
| | | | SVN-Revision: 24106
* mac80211: improve ad-hoc multicast rate handlingFelix Fietkau2010-11-221-0/+157
| | | | SVN-Revision: 24105
* iw: sync nl80211 header to fix the multicast rate settingFelix Fietkau2010-11-221-11/+49
| | | | SVN-Revision: 24104
* use PREFIX/bin instead of PREFIX/sbin for all host builds (fixes e2fsprogs path)Felix Fietkau2010-11-221-1/+2
| | | | SVN-Revision: 24103
* linux/brcm47xx: properly fix r24096Alexandros C. Couloumbis2010-11-223-195/+36
| | | | SVN-Revision: 24102
* uClibc: fix ubicom32 compile error with 0.9.32Felix Fietkau2010-11-221-0/+32
| | | | SVN-Revision: 24101
* uClibc: fix headers install on prepare with QUILT=1Felix Fietkau2010-11-221-0/+6
| | | | SVN-Revision: 24100
* uClibc: make UCLIBC_HAS_LONG_DOUBLE_MATH genericFelix Fietkau2010-11-226-5/+1
| | | | SVN-Revision: 24099
* ath9k_htc: fix eeprom access breakageFelix Fietkau2010-11-221-0/+10
| | | | SVN-Revision: 24098
* ath9k: fix key search for a-mpdu on ar9300Felix Fietkau2010-11-221-0/+23
| | | | SVN-Revision: 24097
* linux/brcm47xx: mainline 2.6.37 602977b0d672687909b0cb0542ede134ed6ef858 ↵Alexandros C. Couloumbis2010-11-222-4/+197
| | | | | | commit broke CPU revision: 00024000, MIPS (cc 0x805, rev 0x00, vendor 0x4243) functionality. Revert that patch until we get a proper fix. SVN-Revision: 24096
* target/linux: sync kernel patches to 2.6.37-rc3Alexandros C. Couloumbis2010-11-221-18/+0
| | | | SVN-Revision: 24095
* uClibc: fix cris compile on 0.9.32Felix Fietkau2010-11-222-0/+95
| | | | SVN-Revision: 24094
* uClibc: fix compile error on avr32Felix Fietkau2010-11-221-0/+10
| | | | SVN-Revision: 24093
* uClibc: disable nptl on a few targets where it is not supported yetFelix Fietkau2010-11-224-0/+8
| | | | SVN-Revision: 24092
* e2fsprogs: clean up the makefile and install libuuidFelix Fietkau2010-11-221-29/+3
| | | | SVN-Revision: 24091
* cleanupImre Kaloz2010-11-221-6/+1
| | | | SVN-Revision: 24090
* remove 2.6.25 supportImre Kaloz2010-11-2277-128848/+4
| | | | SVN-Revision: 24089
* remove 2.6.25 supportImre Kaloz2010-11-2287-66838/+0
| | | | SVN-Revision: 24088
* 2.6.31 support (WiP)Imre Kaloz2010-11-2261-4/+21947
| | | | SVN-Revision: 24087
* fix typosImre Kaloz2010-11-221-2/+2
| | | | SVN-Revision: 24086
* move x86 back to .32 for nowImre Kaloz2010-11-221-1/+1
| | | | SVN-Revision: 24085
* switch from ext2 to ext4 (w/o) journalingImre Kaloz2010-11-2230-98/+60
| | | | SVN-Revision: 24084
* use ext4 for ext2/3 on 2.6.32+Imre Kaloz2010-11-227-7/+8
| | | | SVN-Revision: 24083
* add 2.6.32 patches to use ext4 for ext2/3Imre Kaloz2010-11-223-0/+202
| | | | SVN-Revision: 24082
* additional Kconfig options for newer kernelsImre Kaloz2010-11-221-0/+4
| | | | SVN-Revision: 24081
* we don't need microcode updatesImre Kaloz2010-11-221-4/+1
| | | | SVN-Revision: 24080
* add ext4 supportImre Kaloz2010-11-221-0/+267
| | | | SVN-Revision: 24079