Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2007-11-27 | Allow cross compile of wipe (courtesy Ivan Kuten) | Ulf Samuelsson | |
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |
2007-07-17 | Avoid repeated rebuilds of 'wipe' | Ulf Samuelsson | |
2007-07-11 | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | |
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-02-15 | WIPE_PATCH isnt defined so dont generate a garbage rule | Mike Frysinger | |
2006-01-24 | fix wipe package build per case 0000658 | David Anders | |
2006-01-23 | add wipe per case 0000140 | David Anders | |