summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2007-09-23Remove useless target/arm directoryUlf Samuelsson
2007-09-23Update atstk1002 configUlf Samuelsson
2007-09-23Update SAM9261EK linux configUlf Samuelsson
2007-09-23Use correct path to vmlinux, Fix bad SED of configUlf Samuelsson
2007-09-22- update i386 sample config a little bitBernhard Reutner-Fischer
2007-09-22- put LZMA into generic flagsBernhard Reutner-Fischer
- some additional cleanups while at it
2007-09-22- add a more generic "Kernel" menu instead of "Linux Options"Bernhard Reutner-Fischer
2007-09-22- move project settings from toolchain to deviceBernhard Reutner-Fischer
2007-09-22- Subsume and collaps toolchain options in one menuBernhard Reutner-Fischer
This is ment to ease configuration by providing toolchain related options in one place No functional changes, just shuffling the menus around..
2007-09-20Add CONFIG_SEQ for atstk1002 busyboxUlf Samuelsson
2007-09-20Check if STK1002 init scripts are executable before runningUlf Samuelsson
2007-09-20Enable CONFIG_SEQ in busybox for ngw100Ulf Samuelsson
2007-09-20Use correct board name for ngw100Ulf Samuelsson
2007-09-19- add nullBernhard Reutner-Fischer
2007-09-18- patch the correct dirBernhard Reutner-Fischer
2007-09-17Revert bad patchUlf Samuelsson
2007-09-17- Atmel mirrors are only of interrest for atmelBernhard Reutner-Fischer
2007-09-12Update atngw100 board supportUlf Samuelsson
2007-09-12Unbreak multiple boards, add Ingo's rt patchUlf Samuelsson
2007-09-05Update defconfig for AT91SAM9260Ulf Samuelsson
2007-09-05Add defconfig for AT91SAM9261Ulf Samuelsson
2007-09-05Add unpacking + patching of linux source tree to simplify creating a new patchUlf Samuelsson
2007-09-04- remove initramfs related config settings and configure them back if neededBernhard Reutner-Fischer
2007-09-04Add include file to define at91 lcd structUlf Samuelsson
2007-09-04update sam9261 default linux configUlf Samuelsson
2007-09-04Use default LINUX26_BINLOC for at91Ulf Samuelsson
2007-09-04Update u-boot autoscriptUlf Samuelsson
2007-09-02- build and use the list of the small initramfsBernhard Reutner-Fischer
Overriding the use of the whole system (as does the initramfs target) is done on purpose.
2007-09-01- fix glitch introduced in my whitespace removal (brm)Bernhard Reutner-Fischer
2007-08-28Fix bug in avr32 uClibc patchUlf Samuelsson
2007-08-28Update avr32 uclibc patch nameUlf Samuelsson
2007-08-28- misc cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-08-28Fix bad regexp in u-boot.mkUlf Samuelsson
2007-08-25- adjust configBernhard Reutner-Fischer
2007-08-25- workaround for broken external toolchainsBernhard Reutner-Fischer
2007-08-24This patch allows each project to have a private linux build.Ulf Samuelsson
Split build of kernel headers and kernel image into two source trees. Kernel headers are built in $(TOOL_BUILD_DIR) Kernel build is in $(PROJECT_BUILD_DIR) Make sure that kernel patches are applied to the kernel tree in $(PROJECT_BUILD_DIR) Add board specific patches, if available.
2007-08-22bzcat => $(BZCAT) for u-boot and at91bootstrapUlf Samuelsson
2007-08-22Remove whitespace damageUlf Samuelsson
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-22- random whitespace cleanupBernhard Reutner-Fischer
2007-08-22- use the BZCAT/ZCAT as configured by the userBernhard Reutner-Fischer
2007-08-22- semicolon touchup. No other changesBernhard Reutner-Fischer
2007-08-22- fix patch regexBernhard Reutner-Fischer
2007-08-22- improve the way host prerequisites for "dependencies" are establishedBernhard Reutner-Fischer
2007-08-21- fixup whitespace damage after ulfBernhard Reutner-Fischer
2007-08-21- add handling of lzma for the host (unconditionally for now)Bernhard Reutner-Fischer
- remove non-working attempt to install an lzma to the host via sudo
2007-08-21- start to use BR2_HAVE_MANPAGES and BR2_HAVE_INFOPAGESBernhard Reutner-Fischer
- always error out if ldconfig for the target fails (was inconsistent..)
2007-08-21- adjust configBernhard Reutner-Fischer
2007-08-21- propagate IPv6 setting down to the kernelBernhard Reutner-Fischer
2007-08-21- sed -i -e ↵Bernhard Reutner-Fischer
"/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g" (want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out