summaryrefslogtreecommitdiffstats
path: root/package/mtd
Commit message (Collapse)AuthorAgeFilesLines
...
* mtd-utils.git: revert r24869 (convert to DOWNLOAD helper) to fix downloadPeter Korsgaard2009-03-261-1/+1
| | | | | | | Reported by Thomas Petazzoni. The git download doesn't work nicely with DOWNLOAD, so revert to the direct WGET handling.
* package/mtd: remove unneeded 'depends on BR2_PACKAGE_MTD'Peter Korsgaard2009-03-261-22/+0
| | | | The entire mtd handling is within an if BR2_PACKAGE_MTD conditional
* mtd-utils: flashcp: handle non-power-of-2 erase size (E.G. for dataflash)Peter Korsgaard2009-02-171-0/+23
|
* mtd/mtd-utils: mkfs.jffs2: fix device_table handlingPeter Korsgaard2009-01-201-0/+23
|
* mtd/mtd-utils: sys/acl.h patch is needed for host-mkfs.jffs2 as wellPeter Korsgaard2009-01-201-0/+0
| | | | | The host stuff seems pretty broken though as we don't build a host version of liblzo.
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-164-4/+4
|
* mtd: mark 20050122 snapshot as deprecatedPeter Korsgaard2009-01-081-0/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-085-8/+8
|
* Fix the mtd package with regard to external toolchain use.Thomas Petazzoni2008-11-113-0/+3
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Remove lzo patches which aren't required with latest liblzo package updatesHamish Moffatt2008-09-042-24/+0
|
* Update to work with recent lzo changesHamish Moffatt2008-08-262-24/+0
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-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 versionHamish Moffatt2008-06-171-10/+0
|
* revert 21840John Voltz2008-04-242-16/+4
|
* add selectable commit id to mtd-utilsJohn Voltz2008-04-243-4/+26
|
* Remove configuration item for git commit ID, as our patches are ↵Hamish Moffatt2008-04-083-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 availableHamish Moffatt2008-03-2610-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-281-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 Moffatt2008-02-123-9/+26
| | | | improves mount time significantly.
* Added BR2_DEBIAN_MIRRORThomas Lundquist2007-12-272-2/+2
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-013-3/+3
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* Remove superfluose defaultsUlf Samuelsson2007-09-271-2/+0
|
* mtd-utils require lzoUlf Samuelsson2007-09-271-0/+1
|
* Fix some issues with mtdutilsUlf Samuelsson2007-09-275-5/+117
|
* Add mtd-utils-1.1.0 as mtd alternativeUlf Samuelsson2007-09-273-33/+150
|
* Don't limit 2006 version to Atmel targets (why?)Peter Korsgaard2007-09-251-1/+0
|
* Late mtd does not support linux-2.4Ulf Samuelsson2007-09-231-1/+1
|
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-222-41/+41
|
* - use the BZCAT/ZCAT as configured by the userBernhard Reutner-Fischer2007-08-221-3/+3
|
* Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson2007-08-111-1/+1
|
* Patch mtd from correct directoryUlf Samuelsson2007-07-201-1/+1
|
* Add optional mtd configuration (experimental - only available for Atmel targets)Ulf Samuelsson2007-07-208-164/+511
|
* We need LDFLAGS here."Steven J. Hill"2007-07-171-0/+1
|
* Define date of build as DATE, use in mtd/mtd.mkUlf Samuelsson2007-07-111-2/+2
|
* - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).Bernhard Reutner-Fischer2007-07-091-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-061-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 hostBernhard Reutner-Fischer2007-02-161-8/+7
|
* - swap order of include paths. Closes #1205 and #1182Bernhard Reutner-Fischer2007-02-091-1/+1
|
* Wrong sign dufus."Steven J. Hill"2007-02-061-1/+1
|
* Update patch."Steven J. Hill"2007-01-141-21/+42
|
* Correct spelling error and config option to create symlinks for old naming ↵"Steven J. Hill"2007-01-142-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-Fischer2006-11-171-5/+5
|
* remove duplicate/invalid options in choiceMike Frysinger2006-10-071-3/+0
|
* - be gentle to vi syntax color modeBernhard Reutner-Fischer2006-10-061-1/+1
|
* - jffs2 requires the mtd package for the mtd-host tools.Bernhard Reutner-Fischer2006-10-061-0/+1
|
* - use the HOSTCC for building host-tools.Bernhard Reutner-Fischer2006-10-031-1/+1
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-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 quotesEric Andersen2006-04-102-2/+3
|
* patch from bjdooks:Eric Andersen2006-04-061-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