aboutsummaryrefslogtreecommitdiffstats
path: root/target/image
Commit message (Collapse)AuthorAgeFilesLines
* fix ar7 image alignment for jffs2Felix Fietkau2006-10-091-7/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add reboot=bios to x86 grub images to fix reboot issue on wrapFelix Fietkau2006-10-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4979 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add grub based images for x86-2.6 - still a bit hackish, but works with ext2 ↵Felix Fietkau2006-10-085-1/+189
| | | | | | and jffs2 git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4962 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use -f option when calling trx (osx build works now)Felix Fietkau2006-09-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4871 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable squashfs in the magicbox kernel (not used yet), magicbox build now no ↵Felix Fietkau2006-09-051-4/+10
| | | | | | longer broken (images work well with jffs2) git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add basic support for the Magicbox boardsImre Kaloz2006-08-251-0/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4672 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Override kernel template and output bzImage, not the binary file, closes ↵Florian Fainelli2006-08-251-1/+1
| | | | | | #676 and #714 git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4658 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't pad aruba images - unnecessary with the jffs2 hackFelix Fietkau2006-08-191-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4610 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add XScale support to -ngImre Kaloz2006-08-061-4/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4475 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ccache related broadcom image compile errorFelix Fietkau2006-08-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* yet more cleanup (make sure to honor TARGET_CC and not just TARGET_CROSS)Mike Baker2006-08-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4433 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccacheMike Baker2006-08-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4429 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a few directories missed in [4176]'s source -> downloadMike Baker2006-07-212-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4198 3c298f89-4303-0410-b956-a3cf2f4a3e73
* UML target completed. Added ext2 target fs for use with uml imagesGerry Rozema2006-07-201-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4178 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable wgt634u images for linux 2.4 (only works with 2.6)Felix Fietkau2006-07-181-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4151 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Disable the use of lzma since the alchemy images are zlib compressed and ↵Florian Fainelli2006-07-021-15/+2
| | | | | | there is a lot of space. Fix makefile error when "touching" zImage.flash.srec git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4108 3c298f89-4303-0410-b956-a3cf2f4a3e73
* credit where credit is dueMike Baker2006-06-2712-0/+72
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Merge premilinary Broadcom 63xx support (Livebox, Siemens SE515...)Florian Fainelli2006-06-261-0/+27
| | | | | | | | Kernel compiles fine, does not include linux-2.6.8.1 linux-mips specific fixes and neither includes broadcom changes to netfiler Needs testing of course :) git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move target/linux/image to target/imageFelix Fietkau2006-06-2143-0/+4832
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4040 3c298f89-4303-0410-b956-a3cf2f4a3e73