summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* remove 2.6.27 we did not use it and went to 2.6.28 directlyFlorian Fainelli2009-04-2426-2057/+0
| | | | SVN-Revision: 15387
* use 2.6.28 and remove uneeded patchFlorian Fainelli2009-04-242-13/+1
| | | | SVN-Revision: 15384
* add support for 2.6.28 and use it as the default kernel version, tested on ↵Florian Fainelli2009-04-2411-2/+4247
| | | | | | Airlink AR525W and RDC8610 eval board SVN-Revision: 15382
* 2.6.27 also needs to hack the command line passed to the kernelFlorian Fainelli2009-04-241-0/+10
| | | | SVN-Revision: 15381
* move files to files-2.6.24, not required with newer kernelsFlorian Fainelli2009-04-2426-0/+0
| | | | SVN-Revision: 15380
* enable yaffs on 2.6.29Gabor Juhos2009-04-241-0/+9
| | | | SVN-Revision: 15378
* r6040 kernel module also needs to set the CONFIG_R6040_NAPI symbolFlorian Fainelli2009-04-241-1/+2
| | | | SVN-Revision: 15377
* also override the default console settings, not all boards set it (e.g: RDC ↵Florian Fainelli2009-04-241-1/+1
| | | | | | 8610 eval board) SVN-Revision: 15376
* resync kernel configurationFlorian Fainelli2009-04-241-63/+7
| | | | SVN-Revision: 15375
* override default i486 CFLAGS, produce smaller executables for these systemsFlorian Fainelli2009-04-241-0/+1
| | | | SVN-Revision: 15374
* add missing configuration symbol (for rdc)Florian Fainelli2009-04-241-0/+1
| | | | SVN-Revision: 15373
* generic/2.6.29: update yaffs codeGabor Juhos2009-04-243-7811/+12344
| | | | SVN-Revision: 15372
* fix ethernet driver on 2.6.29Gabor Juhos2009-04-242-1/+41
| | | | SVN-Revision: 15371
* port the mbsd_multi patch to gcc 4.4.0, refresh the other patchesFelix Fietkau2009-04-247-32/+295
| | | | SVN-Revision: 15369
* uClibc cleanup: - use full version string (0.9.30.1), instead of base ↵Nicolas Thill2009-04-2473-4809/+31
| | | | | | (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) SVN-Revision: 15368
* uClibc NPTL: remove the pthread daemon() fix and revert r15343Nicolas Thill2009-04-242-10/+36
| | | | SVN-Revision: 15367
* add missing $(if) check for build loggingFelix Fietkau2009-04-241-1/+1
| | | | SVN-Revision: 15366
* optimize tools/ directory build order to improve parallel building performanceFelix Fietkau2009-04-241-2/+5
| | | | SVN-Revision: 15365
* add logs/ to .gitignoreFelix Fietkau2009-04-241-0/+1
| | | | SVN-Revision: 15364
* add missing dependencies which broke parallel buildFelix Fietkau2009-04-241-1/+2
| | | | SVN-Revision: 15363
* add BUILD_LOG option to let the build system log all subdir make command ↵Felix Fietkau2009-04-241-1/+2
| | | | | | output to individual files (useful for debugging parallel builds) SVN-Revision: 15362
* generic/2.6.29: add missing Kconfig optionsGabor Juhos2009-04-231-0/+4
| | | | SVN-Revision: 15358
* add initial support for 2.6.29Gabor Juhos2009-04-2321-0/+769
| | | | SVN-Revision: 15357
* uci: upgrade to 0.7.5 - fixes a runtime error with 2.6.29 if flock() does ↵Felix Fietkau2009-04-231-2/+2
| | | | | | not work SVN-Revision: 15356
* kmod-bluetooth includes hidp, which needs input-core. add the missing dependencyFelix Fietkau2009-04-231-1/+1
| | | | SVN-Revision: 15355
* madwifi: fix a header file conflict with iptablesFelix Fietkau2009-04-232-3/+3
| | | | SVN-Revision: 15354
* fix KERNEL_PATCHVER, properly strip -rc* suffixesFelix Fietkau2009-04-231-1/+1
| | | | SVN-Revision: 15353
* emit proper error messages if important kernel config files are missingFelix Fietkau2009-04-231-1/+7
| | | | SVN-Revision: 15352
* brcm47xx: 2.6.28 was accidentally committed with the old (and conceptually ↵Felix Fietkau2009-04-231-34/+16
| | | | | | broken) b44 phy fix. replace it with my cleaned up version from 2.6.25 (thx, netprince) SVN-Revision: 15351
* modules: fix several typos in block.mkGabor Juhos2009-04-231-6/+6
| | | | SVN-Revision: 15350
* enable the synopsys woarkaround in the ehci-ar71xx driverGabor Juhos2009-04-231-0/+1
| | | | SVN-Revision: 15349
* add a workaround for the Synopsys EHCI core * ↵Gabor Juhos2009-04-231-0/+22
| | | | | | http://www.mail-archive.com/linux-usb-devel@lists.sourceforge.net/msg45345.html SVN-Revision: 15348
* refresh kernel patchesGabor Juhos2009-04-232-6/+6
| | | | SVN-Revision: 15347
* gcc-4.4.0 also needs mpfr and gmp to be builtFlorian Fainelli2009-04-231-1/+1
| | | | SVN-Revision: 15346
* add preliminary support for gcc-4.4.0, need to forward port the fhonour-copt ↵Florian Fainelli2009-04-2310-2/+171
| | | | | | patch SVN-Revision: 15345
* uclibc: add the pthread daemon() fix from #4809Felix Fietkau2009-04-233-0/+30
| | | | SVN-Revision: 15344
* uclibc: remove the sockets_throw patch from 0.9.30, as it does not apply to ↵Felix Fietkau2009-04-232-47/+0
| | | | | | 0.9.30.1 SVN-Revision: 15343
* remove 2 old interfering variables, probably missed from [15299]Nicolas Thill2009-04-221-2/+0
| | | | SVN-Revision: 15340
* clean up automake/pkg-config handling, move separate host/package variable ↵Felix Fietkau2009-04-224-20/+24
| | | | | | exports to templates, fix automake path for host builds SVN-Revision: 15339
* build host libtool along with target libtoolFelix Fietkau2009-04-221-0/+2
| | | | SVN-Revision: 15338
* enable tgz for x86 - people are using it for system upgradesFelix Fietkau2009-04-221-1/+1
| | | | SVN-Revision: 15337
* hci_usb.c has been replaced with btusb.c in 2.6.29 - modify makefile to ↵Hamish Guthrie2009-04-221-0/+33
| | | | | | handle this condition based upon kernel revision SVN-Revision: 15336
* atheros: enable swconfig by defaultFelix Fietkau2009-04-211-1/+1
| | | | SVN-Revision: 15331
* atheros: fix up the wlan mac address if the board data is missingFelix Fietkau2009-04-212-3/+5
| | | | SVN-Revision: 15330
* atheros: add default uci configuration for ICPlus IP175CFelix Fietkau2009-04-211-1/+19
| | | | SVN-Revision: 15329
* automatically configure switches when swconfig is installedFelix Fietkau2009-04-212-1/+13
| | | | SVN-Revision: 15328
* kernel: make sure all patches are applied before running menuconfig or oldconfigFelix Fietkau2009-04-211-1/+1
| | | | SVN-Revision: 15325
* add an explicit 'sysinit' tag for logging initscripts output, instead of '' ↵Nicolas Thill2009-04-211-1/+1
| | | | | | that was logged as is SVN-Revision: 15323
* fix initscripts activation (closes: #4037, #4745)Nicolas Thill2009-04-211-2/+2
| | | | SVN-Revision: 15320
* fix nvram_get checking on non-WGT634U (#4975)Florian Fainelli2009-04-211-1/+2
| | | | SVN-Revision: 15319