summaryrefslogtreecommitdiffstats
path: root/package/mtd/mtd.mk
Commit message (Collapse)AuthorAgeFilesLines
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-4/+4
|
* Remove old mtd snapshot option, as the source tarball is no longer availableHamish Moffatt2008-03-261-2/+2
| | | | | | Add option to fetch a snapshot from the mtd-utils git (via gitweb) Snapshot version provides UBI tools also
* Add mtd-utils-1.1.0 as mtd alternativeUlf Samuelsson2007-09-271-2/+9
|
* Add optional mtd configuration (experimental - only available for Atmel targets)Ulf Samuelsson2007-07-201-161/+3
|
* 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
|
* Correct spelling error and config option to create symlinks for old naming ↵"Steven J. Hill"2007-01-141-2/+16
| | | | 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
|
* - be gentle to vi syntax color modeBernhard Reutner-Fischer2006-10-061-1/+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-101-1/+2
|
* 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
* touchup code and dont define a garbage rule if MTD_SOURCE is undefinedMike Frysinger2006-02-151-9/+10
|
* fix unzip method based on the difference between daily snapshots and stable ↵David Anders2006-01-271-4/+4
| | | | release per case 0000662
* add option to mtd to select daily snapshot or a default versionDavid Anders2006-01-241-7/+38
|
* minor syntax changes plus addition of stripping of binariesDavid Anders2006-01-231-6/+7
|
* fix mtd typos per case 0000475David Anders2006-01-231-1/+2
|
* Changes to allow compilation with GCC-4.1.0."Steven J. Hill"2005-08-181-0/+4
|
* patch from pgrayson:Eric Andersen2005-03-091-29/+26
| | | | | | | | | | | | | | | 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.
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-101-0/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* Patch from gtj: http://bugs.uclibc.org/view.php?id=40Eric Andersen2005-01-231-0/+98
0000040: Adds options to jffs2 filesystem creation Brings jffs2 up to the 20041007 build level so it will compile with both 2.4 and 2.6 kernels. Adds ability to specify eraseblock and pad sizes, permissions squash, big/little endian and device table in the configuration. Also adds capability to copy the resulting image to a secondary location like a tftp server's root directory. mtd.patch adds capabilities of the previously attached patch plus allows you to compile a version of the utilities to run on the target system. So now there's a set of config options under package to compile the utils for distribution to the target and a set of config options under target to create a jffs2 filesystem.