summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update compat-wireless to 2009-06-25Hauke Mehrtens2009-06-258-274/+67
| | | | SVN-Revision: 16561
* don't use the CRC header in the kernel partition on the WP543 board, so the ↵Gabor Juhos2009-06-251-1/+1
| | | | | | kernel can be flashed directly from OpenWrt SVN-Revision: 16560
* show SoC parameters in /proc/cpuinfoGabor Juhos2009-06-251-7/+13
| | | | SVN-Revision: 16559
* build firmware image for the 5GXi boardGabor Juhos2009-06-251-1/+40
| | | | SVN-Revision: 16558
* firmware-utils: add a tool to compute crc value for the 5gxi firmwareGabor Juhos2009-06-252-0/+310
| | | | SVN-Revision: 16557
* firmware-utils/mkcsysimg: minor bugfixGabor Juhos2009-06-251-1/+1
| | | | SVN-Revision: 16556
* add support for the OSBRiDGE 5GXi/5XLi (thanks to Mattia Aracne for the board)Gabor Juhos2009-06-2511-3/+120
| | | | SVN-Revision: 16555
* firmware-utils/mkcsysimg: add signature for the 5GXi boardGabor Juhos2009-06-242-5/+6
| | | | SVN-Revision: 16551
* firmware-utils: add a file {en,de}cryption tool, based on the PC1 encryption ↵Gabor Juhos2009-06-242-0/+362
| | | | | | algrithm SVN-Revision: 16550
* generate an uImage binary for nowImre Kaloz2009-06-231-0/+5
| | | | SVN-Revision: 16549
* use the proper serial device, change memory layoutImre Kaloz2009-06-231-15/+9
| | | | SVN-Revision: 16548
* use broken-out patches for the coldfire to make it easier to follow ↵Imre Kaloz2009-06-2388-51065/+66817
| | | | | | differences against the bsp SVN-Revision: 16547
* nuke obsolete kernel include dirGabor Juhos2009-06-2319-1628/+0
| | | | SVN-Revision: 16546
* 2.6.28 and 2.6.30 support is enough on ixp4xxImre Kaloz2009-06-2379-14259/+0
| | | | SVN-Revision: 16545
* we don't support 2.6.26 for a long time nowImre Kaloz2009-06-2347-8775/+0
| | | | SVN-Revision: 16544
* coldfire compile error fixImre Kaloz2009-06-231-0/+33
| | | | SVN-Revision: 16542
* add missing patch from the uclibc buildrootImre Kaloz2009-06-231-0/+371
| | | | SVN-Revision: 16541
* add preliminary coldfire v4e supportImre Kaloz2009-06-2114-1/+51268
| | | | SVN-Revision: 16538
* refresh 2.6.25 patchesImre Kaloz2009-06-212-3/+3
| | | | SVN-Revision: 16537
* mac80211/ath5k: add workaround for the AR71xx PCI bugGabor Juhos2009-06-212-1/+33
| | | | SVN-Revision: 16535
* Add ADM6996 switch driverHauke Mehrtens2009-06-205-13/+7
| | | | | | | This fixes #5314 Thanks to Michael Richter SVN-Revision: 16523
* update zImage locationAndy Boyett2009-06-201-2/+2
| | | | SVN-Revision: 16521
* ensure ledtrig-netdev will compile even if CONFIG_COMPAT_NET_DEV_OPS is unsetFlorian Fainelli2009-06-191-1/+4
| | | | SVN-Revision: 16516
* now that we support multiple libc, include the gcc version, libc type and ↵Florian Fainelli2009-06-181-1/+1
| | | | | | libc version in the SDK filename SVN-Revision: 16508
* do not copy all the staging_dir/ directories, only the right toolchain and ↵Florian Fainelli2009-06-181-1/+1
| | | | | | target directories SVN-Revision: 16507
* add imagetag support for BT Voyager 2500V, patch from Daniel Dickinson (#5364)Florian Fainelli2009-06-183-5/+6
| | | | SVN-Revision: 16506
* change sysctl.conf to disable tcp ecn by default (based on discussion with ↵Felix Fietkau2009-06-171-1/+1
| | | | | | marek who stumbled upon this, it creates hard-to-debug connectivity issues with providers/servers that still use buggy equipment) SVN-Revision: 16499
* wireless-tools: fix a bug in iwconfig power commandGabor Juhos2009-06-172-1/+14
| | | | SVN-Revision: 16491
* generate experimental images for bcm6338 boards, thanks to Daniel DickinsonFlorian Fainelli2009-06-171-0/+7
| | | | SVN-Revision: 16490
* sysupgrade: sync *before* mtd write, only fallback to sysrq-trigger if ↵Jo-Philipp Wich2009-06-172-4/+5
| | | | | | standard reboot fails SVN-Revision: 16488
* add missing initramfs symbols to the generic 2.6.30 configImre Kaloz2009-06-172-2/+2
| | | | SVN-Revision: 16487
* use 2.6.27.5Florian Fainelli2009-06-174-6/+6
| | | | SVN-Revision: 16486
* backport some mainline fixes, refresh mtd driverFlorian Fainelli2009-06-162-6/+52
| | | | SVN-Revision: 16485
* add nb5 specific fixups (#5355)Florian Fainelli2009-06-161-0/+21
| | | | SVN-Revision: 16482
* fix up the second minipci slot in the wndap330, tooImre Kaloz2009-06-151-0/+15
| | | | SVN-Revision: 16480
* use the same i/o schedulers for all targetsImre Kaloz2009-06-155-17/+0
| | | | SVN-Revision: 16479
* add a temporary patch to make the wndap330's ethernet workImre Kaloz2009-06-151-0/+62
| | | | SVN-Revision: 16478
* refresh patchesImre Kaloz2009-06-152-3/+3
| | | | SVN-Revision: 16477
* add a more basic generic profileImre Kaloz2009-06-151-0/+17
| | | | SVN-Revision: 16476
* we need CONFIG_NET_SCHED for 802.11nImre Kaloz2009-06-153-3/+0
| | | | SVN-Revision: 16475
* fix unaligned accesses in b43/xmit.c (#5169)Florian Fainelli2009-06-151-0/+52
| | | | SVN-Revision: 16474
* IKCONFIG shouldn't be enabled by defaultImre Kaloz2009-06-157-13/+2
| | | | SVN-Revision: 16473
* don't override CONFIG_NEW_LEDS in target configsImre Kaloz2009-06-154-4/+0
| | | | SVN-Revision: 16472
* rfkill config cleanupImre Kaloz2009-06-1512-20/+1
| | | | SVN-Revision: 16471
* sibyte cleanupsImre Kaloz2009-06-157-10/+1150
| | | | SVN-Revision: 16470
* forgot to commit the change for covalt, tooImre Kaloz2009-06-151-1/+0
| | | | SVN-Revision: 16469
* CONFIG_LOCALVERSION_AUTO isn't something we want on OpenWrtImre Kaloz2009-06-154-4/+0
| | | | SVN-Revision: 16468
* resync kernel configImre Kaloz2009-06-151-49/+0
| | | | SVN-Revision: 16467
* goldfish: add missing kernel config options for power managementFelix Fietkau2009-06-151-0/+19
| | | | SVN-Revision: 16466
* goldfish: fix clocksource api mismatchFelix Fietkau2009-06-151-1/+1
| | | | SVN-Revision: 16465