aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a target (CONFIG_MAKE_CONFIG) that creates an exportable toolchain. The ↵Felix Fietkau2009-11-147-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-utilsHauke Mehrtens2009-11-141-1/+1
| | | | | | | This fixes #6158. Thank you Will Dyson for your patch. SVN-Revision: 18417
* e1000: add CONFIG_E1000_NAPI=y for older kernelsFelix Fietkau2009-11-141-1/+2
| | | | SVN-Revision: 18416
* mac80211: update to 2009-11-13 and add some of my new performance ↵Felix Fietkau2009-11-1413-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 Fietkau2009-11-135-10/+10
| | | | | | a prompt for it SVN-Revision: 18414
* fix problem with 128MB ram.Hauke Mehrtens2009-11-134-0/+60
| | | | | | This patch is out of broadcoms official source code SVN-Revision: 18413
* package/mac80211: add config option to enable Atheros wireless debuggingGabor Juhos2009-11-131-2/+11
| | | | SVN-Revision: 18412
* ar71xx: add preliminary support for the Netgear WNDR3700Gabor Juhos2009-11-1310-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 imagesGabor Juhos2009-11-131-2/+2
| | | | | | Thanks to riskable! (closes #5860) SVN-Revision: 18410
* ar71xx: add profile for the TL-WR841ND v5 boardGabor Juhos2009-11-131-0/+11
| | | | SVN-Revision: 18409
* hostapd: fix endian bugs in STA HT capability handlingFelix Fietkau2009-11-121-0/+33
| | | | SVN-Revision: 18405
* hostapd: fix HT40 BSS scan checksFelix Fietkau2009-11-121-0/+11
| | | | SVN-Revision: 18404
* gcc: add a config option for using the gcc graphite framework (disabled by ↵Felix Fietkau2009-11-123-3/+8
| | | | | | default) SVN-Revision: 18403
* neither avr32 or coldfire has a shared libgccImre Kaloz2009-11-121-0/+2
| | | | SVN-Revision: 18402
* update openssl to 0.9.8l -- thanks puchuImre Kaloz2009-11-125-3/+122
| | | | SVN-Revision: 18398
* metadata.pl: fix menuconfig code for package featuresFelix Fietkau2009-11-121-2/+3
| | | | SVN-Revision: 18386
* opkg: forgot to remove two obsolete patches in last commitJo-Philipp Wich2009-11-112-23/+0
| | | | SVN-Revision: 18381
* opkg: bump to r284 - incorporates parsing improvements upstream - fixes a ↵Jo-Philipp Wich2009-11-119-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 Fietkau2009-11-111-0/+3
| | | | SVN-Revision: 18379
* wireless-tools: re-enable support for enabling/disabling powersaveFelix Fietkau2009-11-111-25/+1
| | | | SVN-Revision: 18378
* mac80211: fix a race condition when bringing up wds sta interfaces on the apFelix Fietkau2009-11-112-2/+23
| | | | SVN-Revision: 18377
* e1000: depend on pci support instead of x86 target - some people have ↵Felix Fietkau2009-11-111-1/+1
| | | | | | minipci cards with this chipset SVN-Revision: 18376
* export __cpuc_flush_dcache_page for ARM targetsImre Kaloz2009-11-111-0/+33
| | | | SVN-Revision: 18375
* powerpc: use the in-kernel dtc compilerImre Kaloz2009-11-114-36/+2
| | | | SVN-Revision: 18374
* some more Kconfig symbol move..Imre Kaloz2009-11-1160-91/+24
| | | | SVN-Revision: 18371
* another round of kernel config cleanupsImre Kaloz2009-11-1167-271/+60
| | | | SVN-Revision: 18370
* we don't support the 2.6.27 kernels for a long time nowImre Kaloz2009-11-1111-592/+0
| | | | SVN-Revision: 18369
* move CPUFREQ to generic configsImre Kaloz2009-11-1115-9/+6
| | | | SVN-Revision: 18368
* sort all target config filesImre Kaloz2009-11-1169-1351/+1351
| | | | SVN-Revision: 18367
* move CONFIG_CRASH_DUMP to the generic configsImre Kaloz2009-11-117-5/+2
| | | | SVN-Revision: 18366
* hostapd: automatically add wds sta interfaces of an ap to the right bridgeFelix Fietkau2009-11-112-0/+14
| | | | SVN-Revision: 18365
* hostapd: implement wds ap supportFelix Fietkau2009-11-112-1/+251
| | | | SVN-Revision: 18364
* mac80211: fix a bug in broadcast handling of wds sta interfacesFelix Fietkau2009-11-111-0/+9
| | | | SVN-Revision: 18363
* merge target kernel config files with subtarget config files and add a ↵Felix Fietkau2009-11-113-3/+4
| | | | | | variable override for editing the target kernel config file with make kernel_menuconfig in case the subtarget contains overrides (thx, sn9) SVN-Revision: 18362
* automatically adjust CONFIG_BLK_DEV_INITRD in the kernel config (thx, sn9)Felix Fietkau2009-11-111-1/+2
| | | | SVN-Revision: 18361
* hostapd: update to latest git, remove openssl dependency for hostapd-full, ↵Felix Fietkau2009-11-117-33/+55
| | | | | | it works with internal crypto now SVN-Revision: 18360
* cleanup subtarget kernel configurations to contain only what is requiredFlorian Fainelli2009-11-104-1188/+0
| | | | SVN-Revision: 18359
* hostapd: use the new build variants feature to clean up the makefileFelix Fietkau2009-11-102-63/+26
| | | | SVN-Revision: 18358
* build system: introduce a new feature called build variants. it allows ↵Felix Fietkau2009-11-105-2/+10
| | | | | | building a package multiple times in one pass with different build dirs, based on the same build settings. replaces templating hacks like the one used in the hostapd package SVN-Revision: 18357
* mac80211: implement wds sta support (wds ap support work in progress, needs ↵Felix Fietkau2009-11-106-1/+633
| | | | | | hostapd changes) SVN-Revision: 18356
* mac80211: fix wpa in client modeFelix Fietkau2009-11-101-1/+2
| | | | SVN-Revision: 18355
* convert profiles to become subtargets, compile tested onlyFlorian Fainelli2009-11-1018-632/+1218
| | | | SVN-Revision: 18354
* add preliminary MPC83xx supportImre Kaloz2009-11-096-1/+2272
| | | | SVN-Revision: 18353
* backport a recent version of vsprintf to linux 2.6.28 to fix mac80211 wifi ↵Felix Fietkau2009-11-091-0/+888
| | | | | | interface detection SVN-Revision: 18352
* mac80211: fix wifi detect with 11n cards that have multiple bandsFelix Fietkau2009-11-091-2/+5
| | | | SVN-Revision: 18351
* remove empty wl153 profile after r18349Florian Fainelli2009-11-081-0/+0
| | | | SVN-Revision: 18350
* also support pcmciaFlorian Fainelli2009-11-084-17/+22
| | | | SVN-Revision: 18349
* move headers to arch/x86/include/asm/, patch from sn9Florian Fainelli2009-11-085-19/+8
| | | | SVN-Revision: 18347
* make sure rdc321x specific patches apply (CONFIG_X86_RDC321X), patch from sn9Florian Fainelli2009-11-082-4/+4
| | | | SVN-Revision: 18346
* Add some build fixes for kernel 2.6.21 and the infineon amazon target.Hauke Mehrtens2009-11-088-6/+224
| | | | | | | Now it compiles with the new toolchain. These are mostly backports from mainline linux and newer linux kernels from openwrt. SVN-Revision: 18345