summaryrefslogtreecommitdiff
path: root/target/linux/adm5120-2.6
Commit message (Collapse)AuthorAgeFilesLines
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-0696-12973/+0
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653
* I have new e-mail address. Thanks to Kaloz ;)Gabor Juhos2007-08-2950-54/+54
| | | | SVN-Revision: 8538
* simplified image file generationGabor Juhos2007-08-291-23/+23
| | | | SVN-Revision: 8537
* make overriding of CPU features configurable, and enable it by defaultGabor Juhos2007-08-263-0/+10
| | | | SVN-Revision: 8493
* override CPU featuresGabor Juhos2007-08-241-0/+84
| | | | SVN-Revision: 8480
* disable VLANs for RB1xx boards (#2132)Gabor Juhos2007-08-221-0/+14
| | | | SVN-Revision: 8463
* Move to 2.6.22.4Florian Fainelli2007-08-211-1/+1
| | | | SVN-Revision: 8451
* fix ethernet port mapping of the RB133Gabor Juhos2007-08-191-1/+1
| | | | SVN-Revision: 8431
* cleanup patch of the USB driverGabor Juhos2007-08-131-166/+0
| | | | SVN-Revision: 8408
* Fix typo (#2210)Florian Fainelli2007-08-121-6/+3
| | | | SVN-Revision: 8402
* USB driver fixes * fix allocation of the ED/TD descriptors * remove some ↵Gabor Juhos2007-08-101-10/+8
| | | | | | unused fields from admhcd struct SVN-Revision: 8391
* minor usb driver cleanupGabor Juhos2007-08-101-137/+138
| | | | SVN-Revision: 8385
* LED driver fixes * add LED definitions for the BR-6104K boards from #2153 * ↵Gabor Juhos2007-08-071-56/+82
| | | | | | sort board definitions alphabetically SVN-Revision: 8377
* add support for special LED brightness valuesGabor Juhos2007-08-071-1/+4
| | | | SVN-Revision: 8376
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-071-6/+6
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* add special values for GPIO lines in switchGabor Juhos2007-08-062-22/+38
| | | | SVN-Revision: 8351
* fix reset function in USB driverGabor Juhos2007-08-031-7/+11
| | | | SVN-Revision: 8332
* USB driver fixes * fix compiler warning in adm5120-hcd.c * allocate ↵Gabor Juhos2007-08-032-11/+11
| | | | | | mem_resource with the correct size * fix driver name in the platform device structure SVN-Revision: 8331
* Some adm5120-hcd cleanupsFlorian Fainelli2007-08-021-59/+103
| | | | SVN-Revision: 8320
* add definitions for RouterBOARD 150, no NAND driver yetGabor Juhos2007-08-021-3/+19
| | | | SVN-Revision: 8314
* add support for board specific vlan matrix, should fix #2132Gabor Juhos2007-08-0112-53/+123
| | | | SVN-Revision: 8309
* add LED definitions for the RB133/133C boards, thanks to Christophe LucasGabor Juhos2007-07-271-0/+7
| | | | SVN-Revision: 8199
* rename patches to follow our naming conventionsGabor Juhos2007-07-277-0/+0
| | | | SVN-Revision: 8196
* protect the adm5120 pci ops with a spinlock - fixes race conditions that ↵Felix Fietkau2007-07-261-0/+9
| | | | | | happened in combination with madwifi and more than one card SVN-Revision: 8186
* uses AMBA PL010 driver for the serial ports from nowGabor Juhos2007-07-2510-5/+522
| | | | SVN-Revision: 8159
* reorder rootfstypes to allow both squashfs and jffs2 images to bootGabor Juhos2007-07-241-1/+1
| | | | SVN-Revision: 8144
* fix kernel command lineGabor Juhos2007-07-241-1/+1
| | | | SVN-Revision: 8143
* cosmetic changes in flash driverGabor Juhos2007-07-231-18/+18
| | | | SVN-Revision: 8135
* disable reserved blocks for checkpointing in yaffs2 on rb532 and adm5120Felix Fietkau2007-07-231-1/+1
| | | | SVN-Revision: 8131
* adm5120_mtd.c is no longer in useGabor Juhos2007-07-231-497/+0
| | | | SVN-Revision: 8129
* board specific fixes * fix detection of RB-133C, thanks to Christophe Lucas ↵Gabor Juhos2007-07-232-1/+11
| | | | | | * fix detection of RB-153 * add support for WP54G-WRT to the lzma-loader * fix adm5120_mtd.c for WP54G-WRT in 7.07 * now it's ready for the release of 7.07 SVN-Revision: 8128
* cleanup patches * nuke patches for 2.6.21 * refresh patches for 2.6.22Gabor Juhos2007-07-2313-572/+1
| | | | SVN-Revision: 8122
* simplify and fix adm5120 image building, fix broken FEATURES handlingFelix Fietkau2007-07-233-8/+10
| | | | SVN-Revision: 8113
* fix printk format arguments in memory detection codeGabor Juhos2007-07-221-6/+6
| | | | SVN-Revision: 8105
* flash driver fixesGabor Juhos2007-07-211-12/+14
| | | | SVN-Revision: 8091
* fix switch driver, force all packets from all the ports are low priorityGabor Juhos2007-07-202-0/+4
| | | | SVN-Revision: 8083
* 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
* 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-202-61/+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-191-2/+0
| | | | SVN-Revision: 8066
* really fix tgz imagesFelix Fietkau2007-07-191-2/+5
| | | | SVN-Revision: 8065
* Put the init flag in the structureFlorian Fainelli2007-07-191-3/+4
| | | | SVN-Revision: 8054
* clean of the rootfs_split patchGabor Juhos2007-07-191-1/+2
| | | | 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