1. 8445501 *.mk: replace (TARGET|HOST)_PATH by BR_PATH by Samuel Martin · 10 years ago
  2. 4df9ecb rootfs-ext2: symlink with the compressed rootfs by Arnout Vandecappelle · 11 years ago
  3. 75b6303 rootfs-ext2: make the symlink as a _POST_TARGET by Arnout Vandecappelle · 11 years ago
  4. 086f333 Normalize separator size to 80 by Jerzy Grzegorek · 11 years ago
  5. 5fd27fc fs/ext2: add support for ext2 rev0 and rev1 by Yann E. MORIN · 11 years ago
  6. aaefab0 fs/ext2: add a symlink 'rootfs.ext#' -> 'rootfs.ext2' by Yann E. MORIN · 11 years ago
  7. 69036c2 fs/ext2: add ability to build ext3/4 too by Yann E. MORIN · 11 years ago
  8. 847895d fs/common.mk: delay evaluation of variables by Arnout Vandecappelle (Essensium/Mind) · 12 years ago
  9. acd0627 fs/ext2: remove redundant BR2_TARGET_ROOTFS_EXT2_SQUASH option by Peter Korsgaard · 14 years ago
  10. fb951b9 fs/ext2: fix blocks/inodes calculation by Peter Korsgaard · 14 years ago
  11. 7b7e1bc fs/ext2: fix typo by Peter Korsgaard · 14 years ago
  12. 3474716 Coherent naming for .mk files in fs/ by Thomas Petazzoni · 15 years ago[Renamed from fs/ext2/ext2root.mk]
  13. 0585241 Move all filesystem generation code to fs/ by Thomas Petazzoni · 15 years ago[Renamed from target/ext2/ext2root.mk]
  14. 208d06a ext2: convert to ROOTFS_TARGET infrastructure by Thomas Petazzoni · 15 years ago
  15. b605699 target/: remove the COPYTO mess by Thomas Petazzoni · 15 years ago
  16. 8e599f7 target/ext2: cleanup by Thomas Petazzoni · 15 years ago
  17. 3fdf0bf buildroot: silence ./configure step when building with 'make -s' by Peter Korsgaard · 15 years ago
  18. 397fe5c Remove the "project" feature by Thomas Petazzoni · 15 years ago
  19. 79c213f target: use qstrip by Thomas Petazzoni · 15 years ago
  20. 32faf35 Makefile: add target-finalize for common filesystem cleanup by Peter Korsgaard · 15 years ago
  21. d290eda fakeroot: install into HOST_DIR by Peter Korsgaard · 15 years ago
  22. 7737b36 makedevs: install into HOST_DIR by Peter Korsgaard · 15 years ago
  23. ed5f609 target/: convert to DOWNLOAD helper by Peter Korsgaard · 16 years ago
  24. 4b72854 target/: get rid of unneeded $(strip ..) by Peter Korsgaard · 16 years ago
  25. 14a7156 - just use the strip binary to avoid confusing libtool (quotes) by Bernhard Reutner-Fischer · 17 years ago
  26. 3649fd5 - workaround for broken external toolchains by Bernhard Reutner-Fischer · 17 years ago
  27. 6547bce - global whitespace trimming by Bernhard Reutner-Fischer · 17 years ago
  28. 956d3eb - semicolon touchup. No other changes by Bernhard Reutner-Fischer · 17 years ago
  29. 1afb822 - start to use BR2_HAVE_MANPAGES and BR2_HAVE_INFOPAGES by Bernhard Reutner-Fischer · 17 years ago
  30. f88b8e0 - a few more cleanups (Cristian Ionescu-Idbohrn) by Bernhard Reutner-Fischer · 17 years ago
  31. 5d2be04 Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIR by Ulf Samuelsson · 17 years ago
  32. 6c0c83f Use cross ldconfig instead of host version by Peter Korsgaard · 17 years ago
  33. 165a61d - remove stray ';' by Bernhard Reutner-Fischer · 17 years ago
  34. 59c8674 - test if dir exists before trying to rmdir it. by Bernhard Reutner-Fischer · 17 years ago
  35. d04f3b5 Get rid of extra directory entries. by "Steven J. Hill" · 17 years ago
  36. f94a44c - use numeric values for the superuser to be more portable. Closes #1250 by Bernhard Reutner-Fischer · 18 years ago
  37. 0e59ed0 - bump version. Closes #1225 by Bernhard Reutner-Fischer · 18 years ago
  38. 0091f18 - do not use TARGET_DEVICE_TABLE if is is empty by Bernhard Reutner-Fischer · 18 years ago
  39. edea878 - BR2_TARGET_ROOTFS_EXT2_RESBLKS is ignored if it is 0. It should be used if it is 0 (since 0 means something here--"do not reserve any blocks". by Bernhard Reutner-Fischer · 18 years ago
  40. af9f612 - Lars Munch noticed that i broke the ext2 compressor. Thanks! by Bernhard Reutner-Fischer · 18 years ago
  41. 7876356 - update the ext2 rootfs compression mechanism to allow for gzip, bzip2, lzma or none by Bernhard Reutner-Fischer · 18 years ago
  42. 6933e0a - use the HOSTCC as set by the user. by Bernhard Reutner-Fischer · 18 years ago
  43. d15b0f9 - Change LC_ALL=POSIX to LC_ALL=C and remove LANG=C as suggested by vapier. by Bernhard Reutner-Fischer · 18 years ago
  44. cbb32d1 - pass a LC_ALL to du to avoid i18n trouble when calculating the size. by Bernhard Reutner-Fischer · 18 years ago
  45. a44651d - Patch from Thomas Lundquist to support lzma compressed ext2 rootfs. by Bernhard Reutner-Fischer · 18 years ago
  46. 6342c83 - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971 by Bernhard Reutner-Fischer · 18 years ago
  47. b81bcbd Alessio Massaro writes: The syntax $VAR_NAME is used in several places. The correct syntax is actually $(VAR_NAME) by Mike Frysinger · 18 years ago
  48. 674d61d yet again... rework fakeroot handling to ensure fakeroot is invoked just once, by Eric Andersen · 18 years ago
  49. 8cfa7aa As noted by jacmet in bug 824: by Eric Andersen · 18 years ago
  50. 5418a92 make sure things still work even when fakeroot is not in active use by Eric Andersen · 18 years ago
  51. ee66f55 rework fakeroot handling to avoid races during parallel make causing several by Eric Andersen · 18 years ago
  52. d70e7f4 Prevent problems with fakeroot possibly trying to use stale host filesystem by Eric Andersen · 19 years ago
  53. 06c5ff4 minor cleanup for target handling by Eric Andersen · 19 years ago
  54. ab3bf08 also need to depend on makedevs as noted by emalkowski in Bug #366 by Mike Frysinger · 19 years ago
  55. 5bfaa0b make sure ext2 target depends on fakeroot by Mike Frysinger · 19 years ago
  56. d1345f0 Allow packages to use fakeroot. To accomodate this, convert all by Eric Andersen · 19 years ago
  57. 5ef0c31 Run ldconfig on the target rootfs to generate /etc/ld.so.cache by Eric Andersen · 19 years ago
  58. 369864c be a bit more consistant with naming, always escape wildcards by Eric Andersen · 19 years ago
  59. eb86ef2 Do not squash perms, just owner by Eric Andersen · 20 years ago
  60. bb15c22 more changes towards better board support by Eric Andersen · 20 years ago
  61. 66adf26 We need to calculate filesystem size right when we run genext2fs. by Eric Andersen · 20 years ago
  62. d06645d There is no need to have a separate 'Makefile.in' file in the by Eric Andersen · 20 years ago
  63. 0a87bc7 Patch from gtj -- http://bugs.uclibc.org/view.php?id=39 by Eric Andersen · 20 years ago
  64. c0ca7f4 Update to latest CVS version of genext2fs by Eric Andersen · 20 years ago
  65. aabea28 use fs type as file extension by Tim Riker · 20 years ago
  66. 6c2a7c0 Remove references to the obsolete SOURCE_DIR by Eric Andersen · 20 years ago
  67. 44eedc5 facelift step number two by Eric Andersen · 20 years ago[Renamed from package/ext2root/ext2root.mk]
  68. 73f7be8 Remove the old 'make' directory, and populate the new 'package' directory. by Eric Andersen · 20 years ago[Renamed from make/ext2root.mk]
  69. 3ad3d8a Update to what I'm currently using. Lots of changes... by Manuel Novoa III · 20 years ago
  70. 8b295a5 Automatically scale down the image padding size by Eric Andersen · 20 years ago
  71. 827f1fc Switch to the C locale before greping for an english text. by Robert Griebl · 21 years ago
  72. c0642e9 Add some extra slack space. mips rootfs generation was failing because by Manuel Novoa III · 21 years ago
  73. 9c63693 Do not blindly strip all symbols from from all libs. libpthread by Eric Andersen · 22 years ago
  74. b447635 Not 100MB by default by Eric Andersen · 22 years ago
  75. d322f37 Lots and lots of changes by Eric Andersen · 22 years ago
  76. 803b723 Don't make fs's be 100 MB by default by Eric Andersen · 22 years ago
  77. 1f4c1d8 It's just another brick in the wall. Except its supposed to be -Wall by Eric Andersen · 22 years ago
  78. 075633e A few cflags and comment fixups by Eric Andersen · 22 years ago
  79. 7129da0 Merge a bunch of stuff over from the tuxscreen buildroot, with by Eric Andersen · 22 years ago
  80. 2732cf9 Heh. Don't force everyone's fs to 100 mb. by Eric Andersen · 22 years ago
  81. ef7784a standardize handling of GNU configure scripts -Erik by Eric Andersen · 22 years ago
  82. 2fc6cd6 Cleanup the mess in the ext2 target by Eric Andersen · 22 years ago
  83. 3a70952 more build updates by Eric Andersen · 22 years ago
  84. 0a9fc7d Update genext2fs for filesystems greater than 8 MB. -Erik by Eric Andersen · 22 years ago
  85. 8a2597e Make use of wget consistant by using a WGET variable by Eric Andersen · 22 years ago
  86. 1800964 Update buildroot for uClibc 0.9.16 -Erik by Eric Andersen · 22 years ago
  87. e4dcb5e Cleanup by Eric Andersen · 22 years ago
  88. 6e3e669 A patch from Arne Jonsson to calculate fs size, with adjustments by me. by Eric Andersen · 22 years ago
  89. e15704c Remember to strip things by Eric Andersen · 22 years ago
  90. 95f81a5 A number of updates by Eric Andersen · 22 years ago
  91. 08782ae Major rework by Eric Andersen · 22 years ago