summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ramips: specify eeprom file name on RT288XGabor Juhos2011-07-031-1/+4
| | | | SVN-Revision: 27391
* generic: add rt2x00_platform.hGabor Juhos2011-07-031-0/+19
| | | | SVN-Revision: 27390
* ramips: add all supported boards to lib/ramips.shGabor Juhos2011-07-031-5/+20
| | | | SVN-Revision: 27389
* ramips: check the size of the uImage in image generationGabor Juhos2011-07-031-6/+3
| | | | SVN-Revision: 27388
* ramips: use lowercase partiion names on the WCR150GN boardGabor Juhos2011-07-032-5/+5
| | | | SVN-Revision: 27387
* ramips: use different partition names in the DIR-300-B1 imageGabor Juhos2011-07-031-1/+8
| | | | SVN-Revision: 27386
* ramips: force word write on flashes with AMD cmdset (#9252)Gabor Juhos2011-07-031-0/+70
| | | | SVN-Revision: 27385
* ramips: update partition map for DIR-300-B1Gabor Juhos2011-07-031-4/+4
| | | | | | Patch by Layne Edwards from #9252. SVN-Revision: 27384
* ramips: consistently use 'firmware' name for sysupgrade partitionsGabor Juhos2011-07-036-6/+6
| | | | SVN-Revision: 27383
* ramips: fix a section mismatch warningGabor Juhos2011-07-031-1/+1
| | | | SVN-Revision: 27382
* ramips: remove unused include from the common GPIO codeGabor Juhos2011-07-031-1/+0
| | | | SVN-Revision: 27381
* ramips: disable watchdog on sysupgradeGabor Juhos2011-07-031-0/+10
| | | | SVN-Revision: 27380
* ramips: swap target check in image generationGabor Juhos2011-07-031-3/+3
| | | | SVN-Revision: 27379
* ramips: update HW550-3G mtd partitionsGabor Juhos2011-07-031-8/+4
| | | | | | | | This patch updates the mtd partitions for the Aztech HW550-3G Signed-off-by: Layne Edwards <ledwards@astrumtech.net> SVN-Revision: 27378
* ramips: set cp0_perfcount_irq for RT305XGabor Juhos2011-07-031-0/+5
| | | | SVN-Revision: 27377
* download.pl: cope with potential two-digit linux versionsJo-Philipp Wich2011-07-031-2/+2
| | | | SVN-Revision: 27376
* swconfig: make reset and enable_vlan default to 1 (based on patch by Nikolay ↵Felix Fietkau2011-07-031-2/+2
| | | | | | Martynov) SVN-Revision: 27375
* swconfig: avoid setting "NOVAL" attributes if "0" was provided as a valueFelix Fietkau2011-07-031-0/+3
| | | | SVN-Revision: 27374
* target/patches: This has been sent upstream, but might not appear for a ↵Daniel Dickinson2011-07-032-0/+24
| | | | | | | | couple of weeks. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27373
* package/kernel/modules: Alexandros pointed me at this patch, and I noted ↵Daniel Dickinson2011-07-031-2/+20
| | | | | | | | | that not only the MFGPT module but also the new GPIO driver both rely on the mfd_core functionality to operate correctly. Signed-off-by: Alexandros C. Couloumbis <alex@ozo.com> Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27372
* target/patches: Like the earlier mfgpt patch, the new GPIO drivers also ↵Daniel Dickinson2011-07-032-0/+22
| | | | | | | | require the MFD driver to be present for the BAR's to be mapped. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27371
* Revert "Like the earlier mfgpt patch, the new GPIO drivers also require the ↵Daniel Dickinson2011-07-033-42/+2
| | | | | | | | MFD driver to be present for the BAR's to be mapped." This reverts commit c485487b63d1c1de72a375f1278d8a98546ba3af. SVN-Revision: 27370
* Like the earlier mfgpt patch, the new GPIO drivers also require the MFD ↵Daniel Dickinson2011-07-033-2/+42
| | | | | | | | driver to be present for the BAR's to be mapped. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27369
* The Geode CS5535 and CS5536 companion chips are backward compatible with the ↵Daniel Dickinson2011-07-031-0/+1
| | | | | | | | | | SCx200 I2C drivers. Include this on Geos. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27368
* ath5k: fix tx queue limit for the cabq, fixes warning described in #9465Felix Fietkau2011-07-031-0/+23
| | | | SVN-Revision: 27367
* ath5k: disable the 32 khz sleep clock, atheros also does this, might improve ↵Felix Fietkau2011-07-031-0/+18
| | | | | | stability SVN-Revision: 27366
* ath5k: fix restoring the mac timing setting after a sleep clock setting changeFelix Fietkau2011-07-031-0/+27
| | | | SVN-Revision: 27365
* ath5k: delay initial periodic calibration after reset to improve stabilityFelix Fietkau2011-07-031-0/+11
| | | | SVN-Revision: 27364
* tools: always build mpc, now that older gcc versions have been eliminated, ↵Felix Fietkau2011-07-021-2/+1
| | | | | | fixes #9642 SVN-Revision: 27363
* ath9k: clean up pll code for ar9002 to fix 5/10 mhz pll settings for 5ghzFelix Fietkau2011-07-021-0/+42
| | | | SVN-Revision: 27362
* padjffs2: fix a compiler warning that makes the build fail because of -WerrorFelix Fietkau2011-07-021-1/+1
| | | | SVN-Revision: 27361
* eglibc: remove old versionsFelix Fietkau2011-07-0211-243/+0
| | | | SVN-Revision: 27360
* eglibc: fix portability issues rpcgen and zic, fixes compile on darwinFelix Fietkau2011-07-024-0/+196
| | | | SVN-Revision: 27359
* package/mtd: don't append jffs2 data multiple timesGabor Juhos2011-07-022-1/+4
| | | | SVN-Revision: 27358
* ar71xx: use 4k image only for the AP121 boardGabor Juhos2011-07-021-15/+15
| | | | | | | | Create optimized 64K images with the new padjffs2 tool and use that images instead of the 4k ones. The 4k images causes problems on devices where the flash erase size is 64 KB. SVN-Revision: 27357
* generic: use padjffs2 in prepare_generic_squashfsGabor Juhos2011-07-021-9/+1
| | | | SVN-Revision: 27356
* tools: create a new tool for more efficient jffs2 paddingGabor Juhos2011-07-024-1/+207
| | | | SVN-Revision: 27355
* cns21xx belongs to the Econa family, tooImre Kaloz2011-07-021-1/+1
| | | | SVN-Revision: 27354
* simplify configurationImre Kaloz2011-07-022-12/+5
| | | | SVN-Revision: 27353
* ath5k: fix a crash when setting coverage class before the first channel ↵Felix Fietkau2011-07-021-0/+10
| | | | | | change (#9586) SVN-Revision: 27352
* nuke support for older gcc versions, except for 4.4.6 (needed for avr32 and ↵Imre Kaloz2011-07-0245-120789/+1
| | | | | | ubicom32) SVN-Revision: 27351
* both coldfire and etrax are broken and should use a newer gcc when they will ↵Imre Kaloz2011-07-021-1/+0
| | | | | | be fixed SVN-Revision: 27350
* mark it brokenImre Kaloz2011-07-021-1/+1
| | | | SVN-Revision: 27349
* broadcom-wl: fix memory corruption and leakage on remove (patch from #9576 ↵Felix Fietkau2011-07-021-0/+31
| | | | | | by George Kashperko) SVN-Revision: 27348
* base-files: do not use the relinked libgcc, fixes c++ exception handling ↵Felix Fietkau2011-07-021-1/+1
| | | | | | issues (#9185) SVN-Revision: 27347
* add a portable version of sys/sysmacros.h and and let the kernel use the ↵Felix Fietkau2011-07-023-1/+60
| | | | | | host include dir, fixes x86 builds on non-gnu systems SVN-Revision: 27346
* move mkelfimage from tools/ to package/ as it needs a proper i386 toolchain ↵Felix Fietkau2011-07-024-24/+36
| | | | | | - make the package hidden so that it is automatically built without having to be selected SVN-Revision: 27345
* add support for hidden packages that get selected/built but do not show up ↵Felix Fietkau2011-07-024-1/+6
| | | | | | in menuconfig SVN-Revision: 27344
* revert r27043 (#9513)Jo-Philipp Wich2011-07-011-1/+1
| | | | SVN-Revision: 27343
* revert r27341, it introduce wrong behaviour for other modelsJo-Philipp Wich2011-07-011-1/+1
| | | | SVN-Revision: 27342