summaryrefslogtreecommitdiffstats
path: root/package/busybox/initramfs.mk
Commit message (Collapse)AuthorAgeFilesLines
* fakeroot: install into HOST_DIRPeter Korsgaard2009-04-011-1/+1
|
* makedevs: install into HOST_DIRPeter Korsgaard2009-04-011-1/+1
|
* buildroot: set SHELL instead of messing around with CONFIG_SHELLPeter Korsgaard2009-01-011-1/+1
| | | | | Simply set SHELL to bash instead of adding CONFIG_SHELL to all shell invocations. CONFIG_SHELL is still set, as it is used by kconfig.
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-3/+3
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-3/+3
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - add dummy -source targets.Bernhard Reutner-Fischer2007-09-251-0/+1
|
* - cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-09-171-2/+2
|
* - depends on host-fakerootBernhard Reutner-Fischer2007-09-151-1/+1
|
* - adjust list of needed appletsBernhard Reutner-Fischer2007-09-021-3/+6
|
* - build and use the list of the small initramfsBernhard Reutner-Fischer2007-09-021-4/+26
| | | | | Overriding the use of the whole system (as does the initramfs target) is done on purpose.
* - improve configuryBernhard Reutner-Fischer2007-09-021-15/+42
|
* - add my working draft for busybox-initramfs (not yet finished, so still ↵Bernhard Reutner-Fischer2007-09-011-0/+96
commented out in Config.in)