summaryrefslogtreecommitdiff
path: root/package/mtd
AgeCommit message (Collapse)Author
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-08mtd: mark 20050122 snapshot as deprecatedPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-11-11Fix the mtd package with regard to external toolchain use.Thomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-09-04Remove lzo patches which aren't required with latest liblzo package updatesHamish Moffatt
2008-08-26Update to work with recent lzo changesHamish Moffatt
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-06-17Remove patch which isn't required for the specified upstream versionHamish Moffatt
2008-04-24revert 21840John Voltz
2008-04-24add selectable commit id to mtd-utilsJohn Voltz
2008-04-08Remove configuration item for git commit ID, as our patches are ↵Hamish Moffatt
version-specific. Upgrade to a newer version than the previous default. Fix parallel compile issue. Fix issue with quoting of URL.
2008-03-26Remove old mtd snapshot option, as the source tarball is no longer availableHamish Moffatt
Add option to fetch a snapshot from the mtd-utils git (via gitweb) Snapshot version provides UBI tools also
2008-02-28Make sure 'linkage.h' headers are installed. Add hack to bootstrap newer "Steven J. Hill"
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.
2008-02-12Add support for summarising JFFS2 images. With support in the kernel this ↵Hamish Moffatt
improves mount time significantly.
2007-12-27Added BR2_DEBIAN_MIRRORThomas Lundquist
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-09-27Remove superfluose defaultsUlf Samuelsson
2007-09-27mtd-utils require lzoUlf Samuelsson
2007-09-27Fix some issues with mtdutilsUlf Samuelsson
2007-09-27Add mtd-utils-1.1.0 as mtd alternativeUlf Samuelsson
2007-09-25Don't limit 2006 version to Atmel targets (why?)Peter Korsgaard
2007-09-23Late mtd does not support linux-2.4Ulf Samuelsson
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-22- use the BZCAT/ZCAT as configured by the userBernhard Reutner-Fischer
2007-08-11Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson
2007-07-20Patch mtd from correct directoryUlf Samuelsson
2007-07-20Add optional mtd configuration (experimental - only available for Atmel targets)Ulf Samuelsson
2007-07-17We need LDFLAGS here."Steven J. Hill"
2007-07-11Define date of build as DATE, use in mtd/mtd.mkUlf Samuelsson
2007-07-09- the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).Bernhard Reutner-Fischer
Fixes build breakage as seen by Ulf et al.
2007-07-06Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵"Steven J. Hill"
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.
2007-02-16- fix build for the hostBernhard Reutner-Fischer
2007-02-09- swap order of include paths. Closes #1205 and #1182Bernhard Reutner-Fischer
2007-02-06Wrong sign dufus."Steven J. Hill"
2007-01-14Update patch."Steven J. Hill"
2007-01-14Correct spelling error and config option to create symlinks for old naming ↵"Steven J. Hill"
of MTD utilities. Also add in LDFLAGS and such to building with external toolchains.
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer
2006-10-07remove duplicate/invalid options in choiceMike Frysinger
2006-10-06- be gentle to vi syntax color modeBernhard Reutner-Fischer
2006-10-06- jffs2 requires the mtd package for the mtd-host tools.Bernhard Reutner-Fischer
2006-10-03- use the HOSTCC for building host-tools.Bernhard Reutner-Fischer
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-04-10per bug 0000786, strip quotesEric Andersen
2006-04-06patch from bjdooks:Eric Andersen
mtd.mk is ignoring the set ($DL_DIR), which means fit will fail when DL_DIR is set to something other than dl
2006-02-15touchup code and dont define a garbage rule if MTD_SOURCE is undefinedMike Frysinger
2006-01-27fix unzip method based on the difference between daily snapshots and stable ↵David Anders
release per case 0000662
2006-01-24add option to mtd to select daily snapshot or a default versionDavid Anders
2006-01-23minor syntax changes plus addition of stripping of binariesDavid Anders
2006-01-23fix mtd typos per case 0000475David Anders