summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tools/xz: add some upstream patchesAlexandros C. Couloumbis2011-03-102-0/+137
| | | | SVN-Revision: 26018
* package/redboot-ar231x: fix some compile issuesAlexandros C. Couloumbis2011-03-101-0/+181
| | | | SVN-Revision: 26017
* mac80211: redirect EAP frames on AP VLAN interfaces to the main AP interface ↵Felix Fietkau2011-03-101-0/+67
| | | | | | to fix a bridging related race condition SVN-Revision: 26016
* kernel: allow EAP frames to pass through bridges even in learning state - ↵Felix Fietkau2011-03-107-0/+77
| | | | | | fixes issues with WDS SVN-Revision: 26015
* kernel: further fixes to kmod-gre packagingJo-Philipp Wich2011-03-101-6/+8
| | | | SVN-Revision: 26012
* gumstix: Modify vpp profileHamish Guthrie2011-03-101-1/+1
| | | | SVN-Revision: 26011
* kernel: fix usage of CompareKernelPatchVer for kmod-greJo-Philipp Wich2011-03-101-3/+3
| | | | SVN-Revision: 26010
* iptables: add support for ipt_recent --reap optionJo-Philipp Wich2011-03-102-2/+124
| | | | SVN-Revision: 26008
* Âbackport upstream commit 0079c5aee34880bcee7feee9960f0502c73dc5fa ↵Jo-Philipp Wich2011-03-104-0/+284
| | | | | | (xt_recent entry reaper) to kernels 2.6.30, 2.6.31, 2.6.32 and 2.6.34 SVN-Revision: 26007
* toolchain: fix r26004Felix Fietkau2011-03-101-8/+5
| | | | SVN-Revision: 26006
* ath9k: improve tx dma fixes based on review feedbackFelix Fietkau2011-03-103-20/+79
| | | | SVN-Revision: 26005
* toolchain: fix r25969Alexandros C. Couloumbis2011-03-101-0/+3
| | | | SVN-Revision: 26004
* base-files: make library relinking uclibc specific and fix libpthread ↵Felix Fietkau2011-03-101-2/+5
| | | | | | installation for the non-relinked variant SVN-Revision: 26003
* gumstix: Update GCC versionHamish Guthrie2011-03-101-1/+1
| | | | SVN-Revision: 25998
* Add new profile for vpp platformHamish Guthrie2011-03-103-1/+60
| | | | SVN-Revision: 25997
* ath9k: get rid of most of those annoying dma tx stop issuesFelix Fietkau2011-03-104-0/+306
| | | | SVN-Revision: 25988
* kernel: package kmod-pptp, autoload kmod-greJo-Philipp Wich2011-03-091-0/+15
| | | | SVN-Revision: 25987
* kernel: fix kmod-gre for Kernel >= 2.6.37 (#9009)Jo-Philipp Wich2011-03-091-2/+4
| | | | SVN-Revision: 25985
* add two missing symbol for Kernel >= 2.6.37Jo-Philipp Wich2011-03-092-0/+2
| | | | SVN-Revision: 25984
* base-files: only relink libraries if the linaro toolchain is selectedFelix Fietkau2011-03-091-1/+3
| | | | SVN-Revision: 25983
* omap24xx: Update to 2.6.38-rc8Michael Büsch2011-03-091-1/+1
| | | | SVN-Revision: 25982
* omap24xx: Split up tahvo usb fixesMichael Büsch2011-03-095-160/+207
| | | | SVN-Revision: 25979
* package xfce-macros, required for autoreconf in xfce4 packagesJo-Philipp Wich2011-03-092-1/+34
| | | | SVN-Revision: 25974
* Revert "[include] provide mipsel-openwrt-linux-uclibcgnueabi site script, ↵Felix Fietkau2011-03-091-5/+0
| | | | | | fixes the majority of configure problems" SVN-Revision: 25970
* fix target name mixup caused by r25928Felix Fietkau2011-03-091-2/+10
| | | | SVN-Revision: 25969
* provide mipsel-openwrt-linux-uclibcgnueabi site script, fixes the majority ↵Jo-Philipp Wich2011-03-091-0/+5
| | | | | | of configure problems SVN-Revision: 25968
* zd1211rw: fix #define collision for register names triggered by compat patchesFelix Fietkau2011-03-091-0/+14
| | | | SVN-Revision: 25965
* mac80211: fix minstrel_ht sampling intervals (patch by Daniel Halperin)Felix Fietkau2011-03-091-0/+50
| | | | SVN-Revision: 25964
* ath9k: remove support for in-bss promisc mode, the rx filter flag is too ↵Felix Fietkau2011-03-091-0/+13
| | | | | | broad and in-bss promisc mode is not particularly useful. should fix most (or all) instances of "ath: Could not stop RX..." error messages SVN-Revision: 25963
* gcc: move the optimized assembler helpers back into the static libgcc and ↵Felix Fietkau2011-03-082-26/+32
| | | | | | skip relinking for this arch. due to relocation constraints, the assembler functions cannot be in the shared libgcc and must always be linked in statically SVN-Revision: 25952
* madwifi: Add support for multiple interfacesVasilis Tsiligiannis2011-03-081-15/+69
| | | | SVN-Revision: 25951
* base-files: the relinked libpthread needs to be linked against libdl, ↵Felix Fietkau2011-03-081-1/+1
| | | | | | otherwise calls to dlopen() fail (fixes #8978) SVN-Revision: 25950
* upgrade to the 2011.03-0 release from LinaroImre Kaloz2011-03-081-5/+5
| | | | SVN-Revision: 25948
* site: cache ac_cv_func_malloc_0_nonnull and ac_cv_func_realloc_0_nonnullJo-Philipp Wich2011-03-081-0/+2
| | | | SVN-Revision: 25946
* uClibc: add back R_PPC_REL24 relocation support, the dynamic libgcc changes ↵Felix Fietkau2011-03-071-0/+26
| | | | | | depend on it for powerpc SVN-Revision: 25944
* madwifi: fix logic error in r25929Felix Fietkau2011-03-071-1/+1
| | | | SVN-Revision: 25942
* n810: Add workaround for bluetooth IRQ issueMichael Büsch2011-03-072-5/+63
| | | | SVN-Revision: 25939
* bcm63xx: Really fix the flash driver in 2.6.37Florian Fainelli2011-03-071-0/+45
| | | | | | | | Read back the actual rootfs length from the image tag. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 25938
* n810 bluetooth compile fixesMichael Büsch2011-03-071-0/+52
| | | | SVN-Revision: 25937
* n810 profile: Add bluetooth related optionsMichael Büsch2011-03-071-0/+1
| | | | SVN-Revision: 25936
* omap24xx: Update bluetooth kconfig optionsMichael Büsch2011-03-071-1/+3
| | | | SVN-Revision: 25935
* omap24xx: Add config option for n810 bluetooth driverMichael Büsch2011-03-071-0/+16
| | | | SVN-Revision: 25934
* omap24xx: Add bluetooth firmwareMichael Büsch2011-03-071-0/+0
| | | | SVN-Revision: 25933
* mac80211: Add scan race fixMichael Büsch2011-03-071-0/+141
| | | | SVN-Revision: 25930
* use the xscale hal by default for arm, override it where neededImre Kaloz2011-03-071-14/+11
| | | | SVN-Revision: 25929
* only support EABI on ARM targetsImre Kaloz2011-03-0737-82/+27
| | | | SVN-Revision: 25928
* mac80211: print message on hw restartMichael Büsch2011-03-071-0/+14
| | | | SVN-Revision: 25926
* mac80211: Don't include p54spi default eepromMichael Büsch2011-03-071-3/+2
| | | | SVN-Revision: 25925
* upgrade to 2.6.37.1Imre Kaloz2011-03-071-2/+2
| | | | SVN-Revision: 25922
* ppp: drop 402-use_uclibc_utils.patch, it breaks ip address conversionJo-Philipp Wich2011-03-071-365/+0
| | | | SVN-Revision: 25921