summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* bootloaders: move bootloader build code to boot/Thomas Petazzoni2010-06-1029-3061/+0Star
* skeleton: remove loopback interface configuration from inittabBaruch Siach2010-06-095-10/+0Star
* Set correct GCC tune option for ARM926T(==ARM926EJ-S) coreJulien Boibessot2010-06-081-1/+1
* linux: zImage target no longer available on x86Peter Korsgaard2010-05-282-1/+11
* busybox skeleton: allow logins from ttymxc[0-2]Baruch Siach2010-05-261-0/+3
* Makefile: move filesystem stuff after u-boot build againPeter Korsgaard2010-05-211-0/+2
* target/linux: bump 2.6.32 and 2.6.33 versionsH Hartley Sweeten2010-05-162-6/+6
* target/generic: inittab: fix devpts mounts when devtmpfs is usedPeter Korsgaard2010-05-031-0/+1
* Remove last users of the ROOTFS_SUFFIX thingThomas Petazzoni2010-05-032-4/+2Star
* Get rid of KERNEL_CROSSThomas Petazzoni2010-05-032-2/+2
* linux-advanced: Fix Kernel EXTRAVERSION for BR2_LINUX26_CUSTOMserj.kalichev2010-05-011-1/+1
* Add support to linux 2.6.30 kernel patches for Atmel arm in menuconfig.Josh.Wu2010-04-211-0/+7
* target: really remove the target/*/*.mk includePeter Korsgaard2010-04-201-2/+0Star
* Repair initramfs dependancies after move to fsWill Wagner2010-04-202-2/+2
* makedevs: move to package/Thomas Petazzoni2010-04-192-565/+0Star
* Update defconfigs to include BR2_ROOTFS_DEVICE_TABLE definitionThomas Petazzoni2010-04-171-0/+1
* Remove all TARGET_DEVICE_TABLE definitionsThomas Petazzoni2010-04-1711-28/+189
* Get rid of all usages of BR2_RECENTThomas Petazzoni2010-04-121-2/+0Star
* Update defconfigs after BR2_UPDATE_CONFIG removalThomas Petazzoni2010-04-111-1/+0Star
* Merge branch 'fs-cleanup' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2010-04-0936-3514/+1Star
|\
| * Move all filesystem generation code to fs/Thomas Petazzoni2010-04-0927-1012/+1Star
| * Remove IMAGE and related configuration optionsThomas Petazzoni2010-04-091-12/+0Star
| * iso9660: rework in a similar way to ROOTFS_TARGETThomas Petazzoni2010-04-092-19/+16Star
| * target/common: do not use IMAGEThomas Petazzoni2010-04-091-4/+4
| * initramfs: convert to ROOTFS_TARGET infrastructureThomas Petazzoni2010-04-091-31/+6Star
| * ubifs: convert to ROOTFS_TARGET infrastructureThomas Petazzoni2010-04-092-63/+5Star
| * jffs2: convert to ROOTFS_TARGET infrastructureThomas Petazzoni2010-04-092-45/+16Star
| * ext2: convert to ROOTFS_TARGET infrastructureThomas Petazzoni2010-04-092-70/+11Star
| * squashfs: convert to ROOTFS_TARGET infrastructureThomas Petazzoni2010-04-091-29/+5Star
| * tar: convert to ROOTFS_TARGET infrastructureThomas Petazzoni2010-04-091-45/+4Star
| * romfs: convert to ROOTFS_TARGET infrastructureThomas Petazzoni2010-04-091-24/+6Star
| * cramfs: convert to ROOTFS_TARGET infrastructureThomas Petazzoni2010-04-091-26/+5Star
| * cpio: convert to ROOTFS_TARGET infrastructureThomas Petazzoni2010-04-091-55/+7Star
| * cloop: convert to ROOTFS_TARGET infrastructureThomas Petazzoni2010-04-091-21/+5Star
| * target: Add new infrastructure for filesystem generationThomas Petazzoni2010-04-092-0/+69
| * target/: remove the COPYTO messThomas Petazzoni2010-04-0910-72/+0Star
| * fakeroot: remove all references to BR2_HOST_FAKEROOTThomas Petazzoni2010-04-091-1/+0Star
| * target/ubifs: cleanup, unbrokenThomas Petazzoni2010-04-092-48/+4Star
| * target/tar: cleanupThomas Petazzoni2010-04-092-7/+0Star
| * target/squashfs: cleanup, remove support for 3.xThomas Petazzoni2010-04-094-171/+2Star
| * target/romfs: cleanupThomas Petazzoni2010-04-092-41/+2Star
| * target/jffs2: cleanupThomas Petazzoni2010-04-092-10/+1Star
| * target/iso9660: cleanupThomas Petazzoni2010-04-092-51/+2Star
| * target/ext2: cleanupThomas Petazzoni2010-04-092-52/+5Star
| * target/cramfs: cleanupThomas Petazzoni2010-04-095-1612/+2Star
| * target/cpio: cleanupThomas Petazzoni2010-04-092-15/+3Star
| * target/cloop: cleanupThomas Petazzoni2010-04-092-109/+27Star
| * squashfs: new packageThomas Petazzoni2010-04-091-41/+0Star
| * genext2fs: new packageThomas Petazzoni2010-04-092-35/+0Star
* | atmel: Add at91sam9g45ekes board supportJosh.Wu2010-04-092-0/+17
|/