summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-2217-26/+26
|
* - fix patch regexBernhard Reutner-Fischer2007-08-221-1/+1
|
* - improve the way host prerequisites for "dependencies" are establishedBernhard Reutner-Fischer2007-08-221-9/+1
|
* - fixup whitespace damage after ulfBernhard Reutner-Fischer2007-08-211-4/+4
|
* - add handling of lzma for the host (unconditionally for now)Bernhard Reutner-Fischer2007-08-211-1/+2
| | | | - remove non-working attempt to install an lzma to the host via sudo
* - start to use BR2_HAVE_MANPAGES and BR2_HAVE_INFOPAGESBernhard Reutner-Fischer2007-08-218-5/+37
| | | | - always error out if ldconfig for the target fails (was inconsistent..)
* - adjust configBernhard Reutner-Fischer2007-08-211-208/+173
|
* - propagate IPv6 setting down to the kernelBernhard Reutner-Fischer2007-08-211-0/+6
|
* - sed -i -e ↵Bernhard Reutner-Fischer2007-08-214-8/+8
| | | | | | "/\-[[: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
* - a few more cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-08-214-13/+12
|
* additional skeleton for AVR32Ulf Samuelsson2007-08-218-0/+140
|
* Ensure KERNEL_HEADER_PATCH_DIR is always defined + empty dir for x86Ulf Samuelsson2007-08-201-0/+2
|
* install uClibc libraries correctlyUlf Samuelsson2007-08-201-0/+13
|
* Add kernel patches, if at91 or avr32 is selectedUlf Samuelsson2007-08-191-4/+7
|
* Update linux-2.6.22.1 config for sam9261ek, sam9260pf and sam9260dfcUlf Samuelsson2007-08-193-6/+14
|
* Delete avr32 specific patch and introduced merged at91/avr32 patchUlf Samuelsson2007-08-193-7009/+16756
|
* Move at91 patches from 2.6.21.1 to 2.6.21.5Ulf Samuelsson2007-08-193-9720/+0
|
* Remove target specific things from Linux configUlf Samuelsson2007-08-191-8/+1
|
* Fix bad parameter list for patching linux kernelUlf Samuelsson2007-08-191-1/+1
|
* UPdate Soekris Linux config to 2.6.22.1Ulf Samuelsson2007-08-191-257/+201
|
* Update AVR32 tools download locationUlf Samuelsson2007-08-191-1/+1
|
* Move AVR32 kernel patches to target/device/Atmel/arch-avr32Ulf Samuelsson2007-08-189-3/+66127
| | | | | | | | | | | | Add linux-2.6.22.1-008-atmel-gpio_mouse-setup-for-atstk1000-board.patch Move AT91 kernel patches to target/device/Atmel/arch-arm Change name from "target/device/Atmel/Linux" to "target/device/Atmel/linux" "kernel-headers" will apply all patches in $(LINUX26_KERNEL_PATCH_DIR) if this is available. Define LINUX26_KERNEL_PATCH_DIR in target/device/Atmel/Makefile.in as above "arch-arm/kernel-patches-..." if an AT91 or as above "arch-avr32/kernel-patches-..." if an AVR32 target is selected Test build done for arm,avr32 and x86
* Add mplayer to atstk1002 target_skeletonUlf Samuelsson2007-08-171-0/+129
|
* Update atngw100 device tableUlf Samuelsson2007-08-171-18/+19
|
* Update atstk1002 device tableUlf Samuelsson2007-08-171-17/+18
|
* Update atstk1002 target skeletonUlf Samuelsson2007-08-1724-92/+93
|
* Update atngw100 target skeletonUlf Samuelsson2007-08-1720-71/+74
|
* Update x86 linux26.config to 2.6.22.1; (save 2.6.21.5 file renamed)Ulf Samuelsson2007-08-163-20/+3944
|
* Update at91sam9261ek linux support to 2.6.22.1Ulf Samuelsson2007-08-162-2/+1443
|
* Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIRUlf Samuelsson2007-08-168-72/+72
|
* Ensure lzma is built *before* linux, allow system installation in /usr/local/binUlf Samuelsson2007-08-161-1/+9
|
* Add programmable start adr/size to at91bootstrap + support for at91sam9260pfUlf Samuelsson2007-08-154-12/+805
|
* Add at91sam9260pf (AT91SAM9260 w Par Flash) targetUlf Samuelsson2007-08-158-0/+3182
|
* Workaround bug in TinyX makedepend by removing some whitespaceUlf Samuelsson2007-08-131-0/+86
|
* Update linux cfg for at91sam9260dfcUlf Samuelsson2007-08-121-5/+16
|
* Cleanup Atmel boardsUlf Samuelsson2007-08-116-17/+15
|
* Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson2007-08-114-19/+19
|
* Allow compression of cpio targetsUlf Samuelsson2007-08-112-10/+78
|
* Use cross ldconfig instead of host versionPeter Korsgaard2007-08-086-6/+6
|
* Update AVR32 kernel configurations to 2.6.22.1Ulf Samuelsson2007-08-012-2/+6
|
* Use PROJECT related kernel name for Atmel boardsUlf Samuelsson2007-08-011-1/+2
|
* Allow user configurable kernel nameUlf Samuelsson2007-08-011-0/+2
|
* Don't allow std sources for AVR32Ulf Samuelsson2007-08-011-0/+1
|
* Remove duplicate AVR kernel patches from BR2_BOARD_PATH/kernel_patchesUlf Samuelsson2007-08-012-29668/+0
|
* Hint taken, Help text includedUlf Samuelsson2007-07-311-1/+4
|
* - fixup whitespaceBernhard Reutner-Fischer2007-07-311-2/+2
|
* - FIXME: Bug Ulf to provide a helptextBernhard Reutner-Fischer2007-07-311-7/+9
| | | | - fixup erroneous whitespace that prevents this to fit into an 80x24 terminal
* Add support for prepatched toolchainsUlf Samuelsson2007-07-313-0/+95
|
* - remove stray ';'Bernhard Reutner-Fischer2007-07-301-2/+3
|
* - test if dir exists before trying to rmdir it.Bernhard Reutner-Fischer2007-07-301-1/+2
| | | | Fixes failure due to non-existing usr/share dir on the target.