summaryrefslogtreecommitdiff
path: root/package/busybox/initramfs.mk
AgeCommit message (Collapse)Author
2009-04-01fakeroot: install into HOST_DIRPeter Korsgaard
2009-04-01makedevs: install into HOST_DIRPeter Korsgaard
2009-01-01buildroot: set SHELL instead of messing around with CONFIG_SHELLPeter Korsgaard
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.
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-09-25- add dummy -source targets.Bernhard Reutner-Fischer
2007-09-17- cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-09-15- depends on host-fakerootBernhard Reutner-Fischer
2007-09-02- adjust list of needed appletsBernhard Reutner-Fischer
2007-09-02- build and use the list of the small initramfsBernhard Reutner-Fischer
Overriding the use of the whole system (as does the initramfs target) is done on purpose.
2007-09-02- improve configuryBernhard Reutner-Fischer
2007-09-01- add my working draft for busybox-initramfs (not yet finished, so still ↵Bernhard Reutner-Fischer
commented out in Config.in)