summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make lzo compressed initramfs selectable, tookaloz2009-11-212-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18457 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: sysupgrade: restrict find command to plain files to ↵jow2009-11-202-2/+3
| | | | | | avoid duplicates when generating the conffiles tgz archive git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18455 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do not use the wrapper scripts for exportable toolchains internally. on some ↵nbd2009-11-193-6/+10
| | | | | | systems the wrapper scripts are broken, and their use should be opt-in git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18454 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix compiler warning without debug enablednbd2009-11-181-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18452 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: build images for ubnt bullet-m, rocket-m and nano-mnbd2009-11-181-0/+43
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18451 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use a separate board id for rocket mnbd2009-11-183-5/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18450 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: enable command-line mtd map parsingnbd2009-11-183-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18449 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mkfwimage: add support for the XM layout (bullet/rocket/nano M)nbd2009-11-181-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18448 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add Ubiquiti Rocket M and Nanostation M supportmatteo2009-11-183-33/+55
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18447 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix grub image target dependencykaloz2009-11-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18446 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix bisectability of rc patchesnbd2009-11-182-117/+548
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18445 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: split up and adjust rc cleanup patch according to upstream feedback, ↵nbd2009-11-182-516/+539
| | | | | | also fix tx status reporting for minstrel compatibility git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18444 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: add fstype to combined image file namenico2009-11-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18443 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change ext2/ext3 load order so that lazy mount tries ext3 before ext2nico2009-11-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18442 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change x86 image generation handling to treat only olpc speciallykaloz2009-11-172-6/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18441 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh 2.6.32 patches with -rc7kaloz2009-11-1712-19/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18440 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace our arm LZMA loader with the one that goes upstreamkaloz2009-11-1715-1420/+1746
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mklibs: fix missing __pack_f symbol in uclibc after relinknbd2009-11-171-0/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18438 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: setup platform data for ath9k on the TL-WR741ND, Bullet M and on the ↵juhosg2009-11-163-5/+96
| | | | | | WNDR3700 boards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18437 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211: use platform_data on PCI devices in ath9kjuhosg2009-11-164-5/+106
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18436 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: register LEDs and buttons on the WNDR3700juhosg2009-11-162-1/+63
| | | | | | | Thanks to aorlinks (https://forum.openwrt.org/viewtopic.php?pid=97415#p97415) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18435 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use __init for ar{71,91}xx_usb_setupjuhosg2009-11-161-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18434 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath: use GFP_DMA for rx buffer allocations to fix allocation errors on ↵nbd2009-11-161-0/+11
| | | | | | ixp4xx devices with more than 64 MB RAM git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18433 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] add migration code to automatically convert old to new switch ↵jow2009-11-151-1/+35
| | | | | | config on first boot, this will be removed at some point in the future git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18432 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: adjust patches based on upstream feedbacknbd2009-11-152-32/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18431 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add some missing patch chunks that were accidentally left out in ↵nbd2009-11-151-0/+59
| | | | | | the previous commit git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18430 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: work-in-progress patch to adapt ath9k to the mac80211 rate control apinbd2009-11-151-0/+1199
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18429 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix massive packet loss issue introduced by upstream cleanupsnbd2009-11-151-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18428 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: sync with changes to patches submitted upstreamnbd2009-11-152-10/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18427 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the lzma version kernel version dependent, and only build the one we do ↵kaloz2009-11-152-2/+7
| | | | | | need git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18426 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] change switch config to swconfig style format to remain ↵jow2009-11-152-29/+44
| | | | | | consistent accross platforms git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18425 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] fix image create after the conversion to subtargetsflorian2009-11-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18424 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iproute2: honour when building libnetlink.a, completes r18323 and ↵jow2009-11-141-0/+7
| | | | | | fixes #6160 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18422 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a target (CONFIG_MAKE_CONFIG) that creates an exportable toolchain. The ↵nbd2009-11-147-2/+161
| | | | | | | | toolchain will zipped and saved under $(TOPDIR)/bin directory. Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [hostapd-utils] fix build of hostapd-utilshauke2009-11-141-1/+1
| | | | | | | | This fixes #6158. Thank you Will Dyson for your patch. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e1000: add CONFIG_E1000_NAPI=y for older kernelsnbd2009-11-141-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to 2009-11-13 and add some of my new performance ↵nbd2009-11-1413-385/+528
| | | | | | improvement patches. fixes excessive cpu usage of hostapd in ap mode, should also fix the ath9k memleak git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make fpu emulation support configurable through kernel_menuconfig by adding ↵nbd2009-11-135-10/+10
| | | | | | a prompt for it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18414 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] fix problem with 128MB ram.hauke2009-11-134-0/+60
| | | | | | | This patch is out of broadcoms official source code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18413 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211: add config option to enable Atheros wireless debuggingjuhosg2009-11-131-2/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add preliminary support for the Netgear WNDR3700juhosg2009-11-1310-0/+163
| | | | | | | | Based on patches by Marco Porsch from: https://forum.openwrt.org/viewtopic.php?id=22311 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18411 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: increase max size of RouterStation and RouterStation Pro firmware imagesjuhosg2009-11-131-2/+2
| | | | | | | Thanks to riskable! (closes #5860) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18410 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add profile for the TL-WR841ND v5 boardjuhosg2009-11-131-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18409 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix endian bugs in STA HT capability handlingnbd2009-11-121-0/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18405 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix HT40 BSS scan checksnbd2009-11-121-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: add a config option for using the gcc graphite framework (disabled by ↵nbd2009-11-123-3/+8
| | | | | | default) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18403 3c298f89-4303-0410-b956-a3cf2f4a3e73
* neither avr32 or coldfire has a shared libgcckaloz2009-11-121-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18402 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update openssl to 0.9.8l -- thanks puchukaloz2009-11-125-3/+122
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18398 3c298f89-4303-0410-b956-a3cf2f4a3e73
* metadata.pl: fix menuconfig code for package featuresnbd2009-11-121-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18386 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] opkg: forgot to remove two obsolete patches in last commitjow2009-11-112-23/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18381 3c298f89-4303-0410-b956-a3cf2f4a3e73