Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 5 | -8/+8 |
| | |||||
* | Fix the mtd package with regard to external toolchain use. | Thomas Petazzoni | 2008-11-11 | 3 | -0/+3 |
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | Remove lzo patches which aren't required with latest liblzo package updates | Hamish Moffatt | 2008-09-04 | 2 | -24/+0 |
| | |||||
* | Update to work with recent lzo changes | Hamish Moffatt | 2008-08-26 | 2 | -24/+0 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 1 | -1/+1 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | Remove patch which isn't required for the specified upstream version | Hamish Moffatt | 2008-06-17 | 1 | -10/+0 |
| | |||||
* | revert 21840 | John Voltz | 2008-04-24 | 2 | -16/+4 |
| | |||||
* | add selectable commit id to mtd-utils | John Voltz | 2008-04-24 | 3 | -4/+26 |
| | |||||
* | Remove configuration item for git commit ID, as our patches are ↵ | Hamish Moffatt | 2008-04-08 | 3 | -26/+4 |
| | | | | | | | | | version-specific. Upgrade to a newer version than the previous default. Fix parallel compile issue. Fix issue with quoting of URL. | ||||
* | Remove old mtd snapshot option, as the source tarball is no longer available | Hamish Moffatt | 2008-03-26 | 10 | -130/+355 |
| | | | | | | Add option to fetch a snapshot from the mtd-utils git (via gitweb) Snapshot version provides UBI tools also | ||||
* | Make sure 'linkage.h' headers are installed. Add hack to bootstrap newer | "Steven J. Hill" | 2008-02-28 | 1 | -2/+2 |
| | | | | | | | | | versions of GCC. Filter out 'gnu99' from assembly flags. Use the 'headers' target instead of 'pregen' to prepare for more NPTL integration. Fix broken MTD package configuration....someone believes in the Klingon release process apparently. Fix build issues with netplug and libpng. Fix source path for microcom as original site no longer exists. | ||||
* | Add support for summarising JFFS2 images. With support in the kernel this ↵ | Hamish Moffatt | 2008-02-12 | 3 | -9/+26 |
| | | | | improves mount time significantly. | ||||
* | Added BR2_DEBIAN_MIRROR | Thomas Lundquist | 2007-12-27 | 2 | -2/+2 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 3 | -3/+3 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | Remove superfluose defaults | Ulf Samuelsson | 2007-09-27 | 1 | -2/+0 |
| | |||||
* | mtd-utils require lzo | Ulf Samuelsson | 2007-09-27 | 1 | -0/+1 |
| | |||||
* | Fix some issues with mtdutils | Ulf Samuelsson | 2007-09-27 | 5 | -5/+117 |
| | |||||
* | Add mtd-utils-1.1.0 as mtd alternative | Ulf Samuelsson | 2007-09-27 | 3 | -33/+150 |
| | |||||
* | Don't limit 2006 version to Atmel targets (why?) | Peter Korsgaard | 2007-09-25 | 1 | -1/+0 |
| | |||||
* | Late mtd does not support linux-2.4 | Ulf Samuelsson | 2007-09-23 | 1 | -1/+1 |
| | |||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 2 | -41/+41 |
| | |||||
* | - use the BZCAT/ZCAT as configured by the user | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -3/+3 |
| | |||||
* | Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib | Ulf Samuelsson | 2007-08-11 | 1 | -1/+1 |
| | |||||
* | Patch mtd from correct directory | Ulf Samuelsson | 2007-07-20 | 1 | -1/+1 |
| | |||||
* | Add optional mtd configuration (experimental - only available for Atmel targets) | Ulf Samuelsson | 2007-07-20 | 8 | -164/+511 |
| | |||||
* | We need LDFLAGS here. | "Steven J. Hill" | 2007-07-17 | 1 | -0/+1 |
| | |||||
* | Define date of build as DATE, use in mtd/mtd.mk | Ulf Samuelsson | 2007-07-11 | 1 | -2/+2 |
| | |||||
* | - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE). | Bernhard Reutner-Fischer | 2007-07-09 | 1 | -1/+4 |
| | | | | Fixes build breakage as seen by Ulf et al. | ||||
* | Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵ | "Steven J. Hill" | 2007-07-06 | 1 | -1/+1 |
| | | | | TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next. | ||||
* | - fix build for the host | Bernhard Reutner-Fischer | 2007-02-16 | 1 | -8/+7 |
| | |||||
* | - swap order of include paths. Closes #1205 and #1182 | Bernhard Reutner-Fischer | 2007-02-09 | 1 | -1/+1 |
| | |||||
* | Wrong sign dufus. | "Steven J. Hill" | 2007-02-06 | 1 | -1/+1 |
| | |||||
* | Update patch. | "Steven J. Hill" | 2007-01-14 | 1 | -21/+42 |
| | |||||
* | Correct spelling error and config option to create symlinks for old naming ↵ | "Steven J. Hill" | 2007-01-14 | 2 | -3/+22 |
| | | | | of MTD utilities. Also add in LDFLAGS and such to building with external toolchains. | ||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -5/+5 |
| | |||||
* | remove duplicate/invalid options in choice | Mike Frysinger | 2006-10-07 | 1 | -3/+0 |
| | |||||
* | - be gentle to vi syntax color mode | Bernhard Reutner-Fischer | 2006-10-06 | 1 | -1/+1 |
| | |||||
* | - jffs2 requires the mtd package for the mtd-host tools. | Bernhard Reutner-Fischer | 2006-10-06 | 1 | -0/+1 |
| | |||||
* | - use the HOSTCC for building host-tools. | Bernhard Reutner-Fischer | 2006-10-03 | 1 | -1/+1 |
| | |||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -1/+1 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | per bug 0000786, strip quotes | Eric Andersen | 2006-04-10 | 2 | -2/+3 |
| | |||||
* | patch from bjdooks: | Eric Andersen | 2006-04-06 | 1 | -4/+8 |
| | | | | | | mtd.mk is ignoring the set ($DL_DIR), which means fit will fail when DL_DIR is set to something other than dl | ||||
* | touchup code and dont define a garbage rule if MTD_SOURCE is undefined | Mike Frysinger | 2006-02-15 | 1 | -9/+10 |
| | |||||
* | fix unzip method based on the difference between daily snapshots and stable ↵ | David Anders | 2006-01-27 | 1 | -4/+4 |
| | | | | release per case 0000662 | ||||
* | add option to mtd to select daily snapshot or a default version | David Anders | 2006-01-24 | 2 | -7/+78 |
| | |||||
* | minor syntax changes plus addition of stripping of binaries | David Anders | 2006-01-23 | 1 | -6/+7 |
| | |||||
* | fix mtd typos per case 0000475 | David Anders | 2006-01-23 | 2 | -2/+8 |
| | |||||
* | Changes to allow compilation with GCC-4.1.0. | "Steven J. Hill" | 2005-08-18 | 2 | -0/+28 |
| | |||||
* | patch from pgrayson: | Eric Andersen | 2005-03-09 | 2 | -38/+41 |
| | | | | | | | | | | | | | | | This patch does a couple mtd related things: * Updates to the latest (2005/01/22) mtd from debian.org * Fixes weird behavior where mkfs.jffs2 built for target was put into the staging dir. * Shows the mtd package in the package selection menu. When mtd is enabled, the various mtd utilities appear and can be individually selected. * Added a config item for sumtool, which is part of the mtd-utils and helps manage the new summary feature in jffs2 images. * Fixed mtd build dependency problem. The mtd utils dynamically link with libz.so, therefore the zlib package is prerequisite for any of the mtd utilities. |