Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not use the wrapper scripts for exportable toolchains internally. on some ↵ | Felix Fietkau | 2009-11-19 | 3 | -6/+10 |
| | | | | | | systems the wrapper scripts are broken, and their use should be opt-in SVN-Revision: 18454 | ||||
* | ath9k: fix compiler warning without debug enabled | Felix Fietkau | 2009-11-18 | 1 | -0/+9 |
| | | | | SVN-Revision: 18452 | ||||
* | ar71xx: build images for ubnt bullet-m, rocket-m and nano-m | Felix Fietkau | 2009-11-18 | 1 | -0/+43 |
| | | | | SVN-Revision: 18451 | ||||
* | ar71xx: use a separate board id for rocket m | Felix Fietkau | 2009-11-18 | 3 | -5/+10 |
| | | | | SVN-Revision: 18450 | ||||
* | ar71xx: enable command-line mtd map parsing | Felix Fietkau | 2009-11-18 | 3 | -0/+3 |
| | | | | SVN-Revision: 18449 | ||||
* | mkfwimage: add support for the XM layout (bullet/rocket/nano M) | Felix Fietkau | 2009-11-18 | 1 | -1/+7 |
| | | | | SVN-Revision: 18448 | ||||
* | ar71xx: add Ubiquiti Rocket M and Nanostation M support | Matteo Croce | 2009-11-18 | 3 | -33/+55 |
| | | | | SVN-Revision: 18447 | ||||
* | fix grub image target dependency | Imre Kaloz | 2009-11-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 18446 | ||||
* | ath9k: fix bisectability of rc patches | Felix Fietkau | 2009-11-18 | 2 | -117/+548 |
| | | | | SVN-Revision: 18445 | ||||
* | ath9k: split up and adjust rc cleanup patch according to upstream feedback, ↵ | Felix Fietkau | 2009-11-18 | 2 | -516/+539 |
| | | | | | | also fix tx status reporting for minstrel compatibility SVN-Revision: 18444 | ||||
* | atheros: add fstype to combined image file name | Nicolas Thill | 2009-11-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 18443 | ||||
* | change ext2/ext3 load order so that lazy mount tries ext3 before ext2 | Nicolas Thill | 2009-11-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 18442 | ||||
* | change x86 image generation handling to treat only olpc specially | Imre Kaloz | 2009-11-17 | 2 | -6/+5 |
| | | | | SVN-Revision: 18441 | ||||
* | refresh 2.6.32 patches with -rc7 | Imre Kaloz | 2009-11-17 | 12 | -19/+29 |
| | | | | SVN-Revision: 18440 | ||||
* | replace our arm LZMA loader with the one that goes upstream | Imre Kaloz | 2009-11-17 | 15 | -1420/+1746 |
| | | | | SVN-Revision: 18439 | ||||
* | mklibs: fix missing __pack_f symbol in uclibc after relink | Felix Fietkau | 2009-11-17 | 1 | -0/+27 |
| | | | | SVN-Revision: 18438 | ||||
* | ar71xx: setup platform data for ath9k on the TL-WR741ND, Bullet M and on the ↵ | Gabor Juhos | 2009-11-16 | 3 | -5/+96 |
| | | | | | | WNDR3700 boards SVN-Revision: 18437 | ||||
* | package/mac80211: use platform_data on PCI devices in ath9k | Gabor Juhos | 2009-11-16 | 4 | -5/+106 |
| | | | | SVN-Revision: 18436 | ||||
* | ar71xx: register LEDs and buttons on the WNDR3700 | Gabor Juhos | 2009-11-16 | 2 | -1/+63 |
| | | | | | | Thanks to aorlinks (https://forum.openwrt.org/viewtopic.php?pid=97415#p97415) SVN-Revision: 18435 | ||||
* | ar71xx: use __init for ar{71,91}xx_usb_setup | Gabor Juhos | 2009-11-16 | 1 | -2/+2 |
| | | | | SVN-Revision: 18434 | ||||
* | ath: use GFP_DMA for rx buffer allocations to fix allocation errors on ↵ | Felix Fietkau | 2009-11-16 | 1 | -0/+11 |
| | | | | | | ixp4xx devices with more than 64 MB RAM SVN-Revision: 18433 | ||||
* | add migration code to automatically convert old to new switch config on ↵ | Jo-Philipp Wich | 2009-11-15 | 1 | -1/+35 |
| | | | | | | first boot, this will be removed at some point in the future SVN-Revision: 18432 | ||||
* | mac80211: adjust patches based on upstream feedback | Felix Fietkau | 2009-11-15 | 2 | -32/+15 |
| | | | | SVN-Revision: 18431 | ||||
* | mac80211: add some missing patch chunks that were accidentally left out in ↵ | Felix Fietkau | 2009-11-15 | 1 | -0/+59 |
| | | | | | | the previous commit SVN-Revision: 18430 | ||||
* | ath9k: work-in-progress patch to adapt ath9k to the mac80211 rate control api | Felix Fietkau | 2009-11-15 | 1 | -0/+1199 |
| | | | | SVN-Revision: 18429 | ||||
* | ath9k: fix massive packet loss issue introduced by upstream cleanups | Felix Fietkau | 2009-11-15 | 1 | -0/+10 |
| | | | | SVN-Revision: 18428 | ||||
* | mac80211: sync with changes to patches submitted upstream | Felix Fietkau | 2009-11-15 | 2 | -10/+26 |
| | | | | SVN-Revision: 18427 | ||||
* | make the lzma version kernel version dependent, and only build the one we do ↵ | Imre Kaloz | 2009-11-15 | 2 | -2/+7 |
| | | | | | | need SVN-Revision: 18426 | ||||
* | change switch config to swconfig style format to remain consistent accross ↵ | Jo-Philipp Wich | 2009-11-15 | 2 | -29/+44 |
| | | | | | | platforms SVN-Revision: 18425 | ||||
* | fix image create after the conversion to subtargets | Florian Fainelli | 2009-11-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 18424 | ||||
* | iproute2: honour when building libnetlink.a, completes r18323 and fixes #6160 | Jo-Philipp Wich | 2009-11-14 | 1 | -0/+7 |
| | | | | SVN-Revision: 18422 | ||||
* | Add a target (CONFIG_MAKE_CONFIG) that creates an exportable toolchain. The ↵ | Felix Fietkau | 2009-11-14 | 7 | -2/+161 |
| | | | | | | | | toolchain will zipped and saved under $(TOPDIR)/bin directory. Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> SVN-Revision: 18419 | ||||
* | fix build of hostapd-utils | Hauke Mehrtens | 2009-11-14 | 1 | -1/+1 |
| | | | | | | | This fixes #6158. Thank you Will Dyson for your patch. SVN-Revision: 18417 | ||||
* | e1000: add CONFIG_E1000_NAPI=y for older kernels | Felix Fietkau | 2009-11-14 | 1 | -1/+2 |
| | | | | SVN-Revision: 18416 | ||||
* | mac80211: update to 2009-11-13 and add some of my new performance ↵ | Felix Fietkau | 2009-11-14 | 13 | -385/+528 |
| | | | | | | improvement patches. fixes excessive cpu usage of hostapd in ap mode, should also fix the ath9k memleak SVN-Revision: 18415 | ||||
* | make fpu emulation support configurable through kernel_menuconfig by adding ↵ | Felix Fietkau | 2009-11-13 | 5 | -10/+10 |
| | | | | | | a prompt for it SVN-Revision: 18414 | ||||
* | fix problem with 128MB ram. | Hauke Mehrtens | 2009-11-13 | 4 | -0/+60 |
| | | | | | | This patch is out of broadcoms official source code SVN-Revision: 18413 | ||||
* | package/mac80211: add config option to enable Atheros wireless debugging | Gabor Juhos | 2009-11-13 | 1 | -2/+11 |
| | | | | SVN-Revision: 18412 | ||||
* | ar71xx: add preliminary support for the Netgear WNDR3700 | Gabor Juhos | 2009-11-13 | 10 | -0/+163 |
| | | | | | | | Based on patches by Marco Porsch from: https://forum.openwrt.org/viewtopic.php?id=22311 SVN-Revision: 18411 | ||||
* | ar71xx: increase max size of RouterStation and RouterStation Pro firmware images | Gabor Juhos | 2009-11-13 | 1 | -2/+2 |
| | | | | | | Thanks to riskable! (closes #5860) SVN-Revision: 18410 | ||||
* | ar71xx: add profile for the TL-WR841ND v5 board | Gabor Juhos | 2009-11-13 | 1 | -0/+11 |
| | | | | SVN-Revision: 18409 | ||||
* | hostapd: fix endian bugs in STA HT capability handling | Felix Fietkau | 2009-11-12 | 1 | -0/+33 |
| | | | | SVN-Revision: 18405 | ||||
* | hostapd: fix HT40 BSS scan checks | Felix Fietkau | 2009-11-12 | 1 | -0/+11 |
| | | | | SVN-Revision: 18404 | ||||
* | gcc: add a config option for using the gcc graphite framework (disabled by ↵ | Felix Fietkau | 2009-11-12 | 3 | -3/+8 |
| | | | | | | default) SVN-Revision: 18403 | ||||
* | neither avr32 or coldfire has a shared libgcc | Imre Kaloz | 2009-11-12 | 1 | -0/+2 |
| | | | | SVN-Revision: 18402 | ||||
* | update openssl to 0.9.8l -- thanks puchu | Imre Kaloz | 2009-11-12 | 5 | -3/+122 |
| | | | | SVN-Revision: 18398 | ||||
* | metadata.pl: fix menuconfig code for package features | Felix Fietkau | 2009-11-12 | 1 | -2/+3 |
| | | | | SVN-Revision: 18386 | ||||
* | opkg: forgot to remove two obsolete patches in last commit | Jo-Philipp Wich | 2009-11-11 | 2 | -23/+0 |
| | | | | SVN-Revision: 18381 | ||||
* | opkg: bump to r284 - incorporates parsing improvements upstream - fixes a ↵ | Jo-Philipp Wich | 2009-11-11 | 9 | -969/+27 |
| | | | | | | couple of memory leaks - fixes some null pointer dereferences - fixes possible crashes during removal of packages - various other corrections SVN-Revision: 18380 | ||||
* | mac80211: disable powersave on the sta by default (for performance reasons) | Felix Fietkau | 2009-11-11 | 1 | -0/+3 |
| | | | | SVN-Revision: 18379 |