summaryrefslogtreecommitdiffstats
path: root/scripts/add_new_package.wizard
Commit message (Collapse)AuthorAgeFilesLines
* scripts/package wizard: clarify the steps after the wizardMarkus Heidelberg2009-05-031-9/+21
| | | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* scripts/package wizard: add support for subdirsMarkus Heidelberg2009-05-031-5/+22
| | | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* scripts/package wizard: delete trailing whitespace and empty linesMarkus Heidelberg2009-05-031-3/+1
| | | | | | | | In this script and in the .mk output. Let's avoid unnecessary whitespace issues in new packages created with this wizard. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* scripts/package wizard: make workable from TOPDIRMarkus Heidelberg2009-05-031-3/+4
| | | | | | | | Before you to had to be in a subdirectory, for example package/ Now you can call it from anywhere. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* new package wizard: change bash-specific constructPeter Korsgaard2008-10-221-2/+1
| | | | | | | | Patch by Markus Heidelberg. ${VAR//-/_} which replaces - with _ aborts with "syntax error" on a system where /bin/sh points to dash. Use tr therefor as already done in the line above rather than changing the shebang to bash.
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* some buildroot helper scriptsJohn Voltz2008-03-061-0/+94