summaryrefslogtreecommitdiff
path: root/target/linux/brcm-2.4/image
Commit message (Collapse)AuthorAgeFilesLines
* remove the brcm-2.4 target, it will no longer be supported in future ↵Felix Fietkau2010-06-2610-1414/+0
| | | | | | releases. please use brcm47xx with broadcom-wl instead SVN-Revision: 21946
* Rename .trx2 image to openwrt-wrt54g3gv2-vf-squashfs-sysupgrade.bin and ↵Jo-Philipp Wich2010-05-291-2/+2
| | | | | | openwrt-wrt54g3gv2-vf-squashfs.bin to openwrt-wrt54g3gv2-vf-squashfs-factory.bin SVN-Revision: 21616
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-9/+9
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* added support for wrt54g3gv2-vf and new trx header formatMarkus Wigge2010-03-251-3/+19
| | | | | | | | | | | | - hacked addpattern due to changes in header format - added "-5" to addpattern, some 0xFF are needed for trx2 header "-4" broke CRC checking in CFE - hacked trx.c due to new header format version - added target to create trx-V2 images the flashmap driver possibly needs to be customized. SVN-Revision: 20433
* add WRT300N v1.1 support (patch from #6379)Felix Fietkau2009-12-241-1/+2
| | | | SVN-Revision: 18921
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* Include missing part of r11275. Fix fw_argX from CFEPeter Denison2008-06-031-0/+5
| | | | SVN-Revision: 11340
* Don't nuke fw_argX from CFE - Thanks jhansenPeter Denison2008-05-271-2/+6
| | | | SVN-Revision: 11275
* add wrt350n image fileFelix Fietkau2008-01-161-0/+1
| | | | SVN-Revision: 10205
* bump version numbers of Linksys imagesImre Kaloz2008-01-031-3/+3
| | | | SVN-Revision: 10097
* create broadcom initramfs images and move the lzma decompressor area a bit ↵Felix Fietkau2007-11-162-1/+5
| | | | | | further SVN-Revision: 9556
* make the image filenames a bit shorterFelix Fietkau2007-11-101-6/+6
| | | | SVN-Revision: 9533
* update wrt54g3g pattern version, add wrt54g3g-em pattern (#2663)Felix Fietkau2007-11-101-1/+2
| | | | SVN-Revision: 9523
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-071-5/+5
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* make the broadcom firmware image code more sane and also fix jffs2-256k ↵Felix Fietkau2007-06-251-12/+21
| | | | | | related bugs (#1888) SVN-Revision: 7731
* enable image generation for the WRT150NImre Kaloz2007-06-041-0/+1
| | | | SVN-Revision: 7486
* Fix broadcom squashfs images:Felix Fietkau2007-05-151-9/+7
| | | | | | | | | | We switched over to appending the jffs2 eof mark to the squashfs images, but since the squashfs is not always aligned to eraseblocksize, the eof mark landed in the wrong place. This commit adds an extra flag to the trx utility that can append extra data to a partition with alignment. This is used to place the jffs2 eof mark at the right offset. SVN-Revision: 7253
* unified preinit environmentMike Baker2007-05-101-0/+5
| | | | SVN-Revision: 7173
* clean up a few things in image build makefiles and fix unnecessary grub rebuildsFelix Fietkau2007-02-251-9/+6
| | | | SVN-Revision: 6360
* bump version numbers of linksys images, because the linksys firmware often ↵Felix Fietkau2007-01-111-4/+4
| | | | | | refuses to downgrade SVN-Revision: 6074
* move brcm-2.6/image to brcm-2.4, to reduce the cross-dependencies between ↵Felix Fietkau2007-01-0711-1/+1373
| | | | | | those two. symlink will be added in the next commit (i don't think svn can do that change atomically) SVN-Revision: 6013
* move target/image/platform to target/linux/platform/image platform ↵Mike Baker2006-11-281-0/+1
directories are now self contained SVN-Revision: 5669