summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/image
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: create separate 'factory' and 'sysupgrade' images for the Planex boardsGabor Juhos2010-04-261-4/+4
| | | | SVN-Revision: 21175
* ar71xx: build different firmware images for the DIR-825-Bx boardsGabor Juhos2010-04-261-7/+21
| | | | SVN-Revision: 21171
* ar71xx: create smaller sysupgrade images for the WRT400N boardGabor Juhos2010-04-261-4/+3
| | | | SVN-Revision: 21170
* ar71xx: create firmware images for the TL-WR941ND v3 boardsGabor Juhos2010-04-261-0/+5
| | | | SVN-Revision: 21169
* ar71xx: create separate 'factory' and 'sysupgrade' images for the WRT160NLGabor Juhos2010-04-261-1/+4
| | | | | | | The 'factory' image requires the garbage at the end of the image. Flashing from the original web interface does not work without that. SVN-Revision: 21168
* ar71xx: fix mtd_layout for the DIR-615-C1 and similar devicesGabor Juhos2010-04-201-1/+1
| | | | | | * Thanks to Yury Polyanskiy for the report SVN-Revision: 21036
* ar71xx: fix image builds (broken by r20834)Felix Fietkau2010-04-131-7/+7
| | | | SVN-Revision: 20840
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-16/+14
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* ar71xx: update image generation and trx header parsing for the WRT160NLGabor Juhos2010-03-271-9/+5
| | | | | | | * patch by Bernhard Loos * note: trailing whitespaces has been removed SVN-Revision: 20525
* ar71xx: add images for pb92 - no kernel size check yet, lzma images did not ↵Felix Fietkau2010-03-261-0/+26
| | | | | | yet work in my tests SVN-Revision: 20496
* ar71xx: create smaller initramfs images for the TP-Link boardsGabor Juhos2010-03-251-1/+1
| | | | SVN-Revision: 20414
* ar71xx: create separated and smaller sysupgrade files for the DIR-615 and ↵Gabor Juhos2010-03-151-2/+10
| | | | | | similar boards SVN-Revision: 20230
* ar71xx: build firmware image for the Fry's FR-54RTR boardGabor Juhos2010-03-151-0/+5
| | | | SVN-Revision: 20229
* ar71xx: change DIR-600-A1 image generation template, will be usable for ↵Gabor Juhos2010-03-151-22/+22
| | | | | | other boards SVN-Revision: 20227
* ar71xx: create smaller sysupgrade files for the TP-Link boardsGabor Juhos2010-03-101-1/+6
| | | | SVN-Revision: 20121
* ar71xx: simplify WP543 image generation, and fix rootfs offsetGabor Juhos2010-03-081-16/+7
| | | | SVN-Revision: 20063
* ar71xx: increase kernel partition size for the WP543 boardsGabor Juhos2010-03-081-4/+4
| | | | SVN-Revision: 20049
* ar71xx: create firmware images for the TL-WR941ND v4 boardGabor Juhos2010-02-191-0/+5
| | | | SVN-Revision: 19749
* ar71xx: create special initramfs images for the boards which does not accept ↵Gabor Juhos2010-01-201-29/+64
| | | | | | standard uImages SVN-Revision: 19245
* ar71xx: rename initramfs u-boot imagesGabor Juhos2010-01-201-2/+4
| | | | SVN-Revision: 19244
* ar71xx: fix image generation for TL-WR741ND/TL-WR841ND-v5Gabor Juhos2010-01-191-2/+6
| | | | SVN-Revision: 19230
* ar71xx: create rescue image for the WZR-HP-G300NHGabor Juhos2010-01-181-0/+4
| | | | SVN-Revision: 19223
* ar71xx: fix portability errors in dd commandsFelix Fietkau2010-01-181-2/+2
| | | | SVN-Revision: 19207
* ar71xx: create sysupgrade file for the WZR-HP-G300NHGabor Juhos2010-01-171-0/+23
| | | | SVN-Revision: 19193
* ar71xx: add support for the D-Link DIR-600 rev. A1 boardGabor Juhos2010-01-111-0/+25
| | | | SVN-Revision: 19100
* ar71xx: add missing flash partition for the DIR-825Gabor Juhos2010-01-081-1/+1
| | | | SVN-Revision: 19075
* ar71xx: fix ubntxm image buildsFelix Fietkau2010-01-051-8/+8
| | | | SVN-Revision: 19044
* ar71xx: clean up image fs selection templatesFelix Fietkau2010-01-041-99/+43
| | | | SVN-Revision: 19034
* ar71xx: add missing templates for PB4X image generationGabor Juhos2010-01-041-2/+10
| | | | SVN-Revision: 19033
* ar71xx: fix generating pb4x imagesFelix Fietkau2010-01-041-2/+2
| | | | SVN-Revision: 19029
* ar71xx: create firmware images for the AP81/PB42/PB44 boardsGabor Juhos2010-01-021-1/+28
| | | | SVN-Revision: 19011
* ar71xx: simplify image generation a bitGabor Juhos2010-01-021-68/+20
| | | | SVN-Revision: 19010
* ar71xx: change firmware image name for th TP-Link boardsGabor Juhos2009-12-221-5/+5
| | | | SVN-Revision: 18895
* ar71xx: add support for the TL-WR841N v1.5 boardGabor Juhos2009-12-221-0/+5
| | | | SVN-Revision: 18893
* ar71xx: fix WNDR3700 firmware imagesGabor Juhos2009-12-191-2/+2
| | | | | | | WNDR3700's U-Boot loads the kernel from a squashfs image, and it does not support squashfs 4.0. SVN-Revision: 18851
* ar71xx: fix WNDR3700 image generationNicolas Thill2009-12-191-4/+3
| | | | SVN-Revision: 18849
* ar71xx: separate DIR-615 rev. C1 support from the TEW-632 (based on the ↵Gabor Juhos2009-12-181-1/+1
| | | | | | patch from #6186) SVN-Revision: 18818
* ar71xx: preliminary support for the TL-WR1043NDGabor Juhos2009-12-081-0/+5
| | | | | | | | | | | | Adds board support for the TP-Link TL-WR1043ND Based on the Atheros AP81 platform. Presently the RTL8366RB switch support is missing due to no driver. The ethernet works with 5 ports@1Gbit but is missing vlan support. Hope Ive done this right, First time submiting a patch. Signed-off-by: Andrew Tarabaras <andrew@advancedtechnologies.com.au> SVN-Revision: 18696
* ar71xx: DIR-825 support cleanupGabor Juhos2009-12-031-1/+1
| | | | SVN-Revision: 18622
* ar71xx: add support for the D-Link DIR-825 rev. B1 board (thanks to ValXdater)Gabor Juhos2009-12-031-0/+34
| | | | SVN-Revision: 18621
* ar71xx: fix extension of the WNDR3700 firmware imageGabor Juhos2009-11-281-1/+1
| | | | SVN-Revision: 18579
* ar71xx: override mtd partitions for the TEW-632BRP familyGabor Juhos2009-11-281-5/+6
| | | | SVN-Revision: 18578
* ar71xx: create images for the WNDR3700, which can be flashed via the factory ↵Gabor Juhos2009-11-281-0/+4
| | | | | | web interface SVN-Revision: 18571
* ar71xx: create sysupgrade image for the WNDR3700Gabor Juhos2009-11-281-0/+45
| | | | SVN-Revision: 18570
* ar71xx: rename TL-WRx41 images, because newer factory web interface does not ↵Gabor Juhos2009-11-251-1/+1
| | | | | | accept files with '.uni' extension. SVN-Revision: 18535
* ar71xx: use MkImageLzma template for Ubiquiti XM devicesGabor Juhos2009-11-251-5/+1
| | | | SVN-Revision: 18534
* ar71xx: add sysupgrade support for Ubiquiti XM boardsGabor Juhos2009-11-251-2/+6
| | | | SVN-Revision: 18533
* ar71xx: create combined images for the RS, RS-PRO and LS-SR71 boards, and ↵Gabor Juhos2009-11-251-1/+10
| | | | | | add sysupgrade support for them SVN-Revision: 18531
* ar71xx: dont't build images for Ubiquiti XM devices with the Madwifi profileGabor Juhos2009-11-251-1/+3
| | | | SVN-Revision: 18530
* ar71xx: the squashfs-4k images are unreliable in some builds. add 4k, 8k ↵Felix Fietkau2009-11-241-4/+2
| | | | | | padding to the generic squashfs images and use them on 4k devices as well SVN-Revision: 18526