aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
* flash driver fixesGabor Juhos2007-07-211-12/+14
| | | | SVN-Revision: 8091
* fix yealink kmod compileFelix Fietkau2007-07-212-0/+14
| | | | SVN-Revision: 8089
* fix kmod-pwc compileFelix Fietkau2007-07-212-10/+83
| | | | SVN-Revision: 8088
* fix switch driver, force all packets from all the ports are low priorityGabor Juhos2007-07-202-0/+4
| | | | SVN-Revision: 8083
* rootfs_split: fix a typo, and fix compiler warningsGabor Juhos2007-07-202-3/+3
| | | | SVN-Revision: 8082
* fix rootfs split partition renaming (fix by Eric L. Chen)Felix Fietkau2007-07-202-2/+2
| | | | SVN-Revision: 8081
* Fixup the hcd driver, add a start/stop/reset/sw_reset functions, should ↵Florian Fainelli2007-07-201-42/+137
| | | | | | allow it to basically run SVN-Revision: 8078
* Fix wget2nand with the host's patch-cmdline and the new kernel filenameFlorian Fainelli2007-07-201-9/+1
| | | | SVN-Revision: 8076
* compress the kernel that resides on the nand memoryFlorian Fainelli2007-07-201-2/+12
| | | | SVN-Revision: 8073
* fix switch_driver to avoid segfaultsGabor Juhos2007-07-201-6/+6
| | | | SVN-Revision: 8071
* update trxsplit * use generic rootfs_split feature * resync kernel configGabor Juhos2007-07-203-63/+46
| | | | SVN-Revision: 8070
* Fix indentation for add_mtd_partitions (#2072)Florian Fainelli2007-07-191-1/+1
| | | | SVN-Revision: 8068
* Remove tgz hacksFlorian Fainelli2007-07-192-4/+0
| | | | SVN-Revision: 8066
* really fix tgz imagesFelix Fietkau2007-07-191-2/+5
| | | | SVN-Revision: 8065
* restore Kconfig options of rootfs_split for 2.6.21.5Gabor Juhos2007-07-191-3/+8
| | | | SVN-Revision: 8064
* Suppress promc.c.orig, fix the nand detection with newer boards (#2038)Florian Fainelli2007-07-192-164/+10
| | | | SVN-Revision: 8063
* revert 8059, via-rhine is built in the kernelFlorian Fainelli2007-07-191-1/+0
| | | | SVN-Revision: 8061
* rootfs_split fixes * avoid compiler warnings on 2.6.22.1 * applies cleanly ↵Gabor Juhos2007-07-192-16/+13
| | | | | | on 2.6.21.5 SVN-Revision: 8060
* Include kmod-via-rhine by default for rb532Florian Fainelli2007-07-191-0/+1
| | | | SVN-Revision: 8059
* Convert the NAND driver to platform_driver, allow tgz image to be built ↵Florian Fainelli2007-07-193-53/+137
| | | | | | correctly SVN-Revision: 8058
* Add wget2nand, this should allow netboot installation directly to nandFlorian Fainelli2007-07-191-0/+65
| | | | SVN-Revision: 8057
* Really add the LED driver :)Florian Fainelli2007-07-191-0/+29
| | | | SVN-Revision: 8056
* disable ipt_quota on linux 2.4 - iptables user space no longer compiles with itFelix Fietkau2007-07-191-1/+1
| | | | SVN-Revision: 8055
* Put the init flag in the structureFlorian Fainelli2007-07-191-3/+4
| | | | SVN-Revision: 8054
* rb532 has pci support and should build tgz images by defaultFlorian Fainelli2007-07-191-1/+1
| | | | SVN-Revision: 8052
* Allow the redboot supplied command line to be append (#2089)Florian Fainelli2007-07-191-0/+4
| | | | SVN-Revision: 8049
* clean of the rootfs_split patchGabor Juhos2007-07-1910-128/+288
| | | | SVN-Revision: 8047
* Replace hardcoded values with their correct definitionsFlorian Fainelli2007-07-182-2/+2
| | | | SVN-Revision: 8046
* Convert the nand driver to a platform_device, should only allow routerboards ↵Florian Fainelli2007-07-184-56/+162
| | | | | | to use it SVN-Revision: 8045
* Fix the tgz image buildFlorian Fainelli2007-07-181-0/+2
| | | | SVN-Revision: 8042
* The RB1xx profile should only provide tgz image and pci supportFlorian Fainelli2007-07-181-1/+1
| | | | SVN-Revision: 8041
* Add a USES_TGZ config.in variable, so that RB1xx profiles can use itFlorian Fainelli2007-07-181-0/+1
| | | | SVN-Revision: 8039
* Add an ar7 tnetd7200 fix by DerAgo, thanks !Florian Fainelli2007-07-182-36/+144
| | | | SVN-Revision: 8036
* add missing config symbolsFelix Fietkau2007-07-182-0/+4
| | | | SVN-Revision: 8035
* Resync x86_64 kernel config and make uml build ext2 images by defaultFlorian Fainelli2007-07-182-4/+4
| | | | SVN-Revision: 8034
* Upgrade uml to 2.6.22.1Florian Fainelli2007-07-181-1/+1
| | | | SVN-Revision: 8033
* Load the appropriate MTD driver if we were booted from NOR/NAND only, use ↵Florian Fainelli2007-07-182-5/+15
| | | | | | the TRX mapping by default if bootloader unknown SVN-Revision: 8032
* disable a few things that are not packaged yetFelix Fietkau2007-07-182-6/+6
| | | | SVN-Revision: 8030
* dynamically enable/disable kernel config options for kmod packages based on ↵Felix Fietkau2007-07-183-19/+18
| | | | | | build system config SVN-Revision: 8026
* restore support for Infineon's EASY 5120 boardsGabor Juhos2007-07-175-20/+94
| | | | SVN-Revision: 8021
* Preliminary support to bcm6358Florian Fainelli2007-07-171-9/+19
| | | | SVN-Revision: 8020
* bump brcm63xx to 2.6.22.1, tooImre Kaloz2007-07-174-20/+20
| | | | SVN-Revision: 8018
* Add diagnostic stuff to rb500Florian Fainelli2007-07-171-0/+19
| | | | SVN-Revision: 8016
* Upgrade rb500 to .22.1, add the LED driver from #986Florian Fainelli2007-07-174-20/+97
| | | | SVN-Revision: 8015
* Add ipt_random moduleFlorian Fainelli2007-07-171-0/+318
| | | | SVN-Revision: 8014
* Adm5120 NAPI polling support and fixes by Thomas Langer and Friedrich BeckmannFlorian Fainelli2007-07-172-126/+230
| | | | SVN-Revision: 8013
* Fix warningsFlorian Fainelli2007-07-172-6/+7
| | | | SVN-Revision: 8012
* better support for handling various jffs2 eraseblock sizesFelix Fietkau2007-07-161-0/+2
| | | | SVN-Revision: 8011
* Remove the bogus pciutils dependencyFlorian Fainelli2007-07-161-1/+0
| | | | SVN-Revision: 8007
* fix ipp2pFelix Fietkau2007-07-162-2/+4
| | | | SVN-Revision: 8005