summaryrefslogtreecommitdiff
path: root/scripts/add_new_package.wizard
AgeCommit message (Collapse)Author
2008-10-22new package wizard: change bash-specific constructPeter Korsgaard
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.
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-03-06some buildroot helper scriptsJohn Voltz