summaryrefslogtreecommitdiffstats
path: root/package/customize
Commit message (Collapse)AuthorAgeFilesLines
* add .empty files for git-svnPeter Korsgaard2009-01-051-0/+0
| | | | | | | | git-svn (and git) doesn't handle empty directories, so add .empty files to those dirs like elsewhere in buildroot. Those empty directories are normally not a big deal, but the recent changes to u-boot broke the build.
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-2/+2
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-3/+3
|
* SED away some whitespaceUlf Samuelsson2007-08-201-1/+1
|
* Get rid of repeated copy of 'customize'Ulf Samuelsson2007-07-161-2/+17
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* merge help descriptions written by Tom CameronMike Frysinger2004-12-241-4/+3
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* facelift step number twoEric Andersen2004-10-091-3/+2
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+10
directory.