summaryrefslogtreecommitdiffstats
path: root/target/initramfs
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* target/initramfs: actually build initramfs targetPeter Korsgaard2008-12-081-0/+2
| | | | | | | | | | | Currently, BR2_TARGET_ROOTFS_INITRAMFS doesn't actually do anything, as it doesn't alter $(TARGETS) This change hooks up the TARGETS variable to INITRAMFS_TARGET (which is only set if BR2_TARGET_ROOTFS_INITRAMFS=y), so that the initramfs list is built. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* target/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-2/+2
|
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-2/+2
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - workaround for broken external toolchainsBernhard Reutner-Fischer2007-08-251-1/+1
|
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-2/+2
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-1/+1
|
* - start to use BR2_HAVE_MANPAGES and BR2_HAVE_INFOPAGESBernhard Reutner-Fischer2007-08-211-1/+5
| | | | - always error out if ldconfig for the target fails (was inconsistent..)
* Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIRUlf Samuelsson2007-08-161-9/+9
|
* Fix INITRAMFS target that was broken. Get rid of config stuff out of the ↵"Steven J. Hill"2007-07-181-0/+2
| | | | top-level directory. Finally fix Linux kernel module building such that modules are built and installed first followed by rest of packages. This allows for packages to build external Linux kernel modules.
* - provide option to build an initramfs out of the current rootfs. Closes #881Bernhard Reutner-Fischer2007-07-083-0/+262