summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-10-14 14:06:37 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2013-10-15 10:34:16 +0000
commit655dd910318f239f291302196296a5b9a4ab6081 (patch)
treef924f2bb62a37da0dec50753c23038eae9b73800
parent27f88ceffc134a190b2cd78978877da0369b21ba (diff)
downloadbusybox-baserock/richardmaw/S9245/init.tar.gz
busybox.morph: re-enable busybox initbaserock/richardmaw/S9245/init
This does not increase the size of the busybox binary by much and allows a bootable system to be created without including the foundation stratum.
-rw-r--r--busybox.morph5
1 files changed, 0 insertions, 5 deletions
diff --git a/busybox.morph b/busybox.morph
index f92f4ff0e..033e9ce90 100644
--- a/busybox.morph
+++ b/busybox.morph
@@ -37,18 +37,13 @@ configure-commands:
- sed -e 's/CONFIG_FEATURE_INIT_SCTTY=y.*/# CONFIG_FEATURE_INIT_SCTTY is not set/' -i .config
- sed -e 's/CONFIG_FEATURE_INIT_SYSLOG=y.*/# CONFIG_FEATURE_INIT_SYSLOG is not set/' -i .config
- sed -e 's/CONFIG_FEATURE_INITRD=y.*/# CONFIG_FEATURE_INITRD is not set/' -i .config
- - sed -e 's/CONFIG_FEATURE_USE_INITTAB=y.*/# CONFIG_FEATURE_USE_INITTAB is not set/' -i .config
- sed -e 's/CONFIG_FEATURE_MINIX2=y.*/# CONFIG_FEATURE_MINIX2 is not set/' -i .config
- sed -e 's/CONFIG_FSCK_MINIX=y.*/# CONFIG_FSCK_MINIX is not set/' -i .config
- - sed -e 's/CONFIG_HALT=y.*/# CONFIG_HALT is not set/' -i .config
- - sed -e 's/CONFIG_INIT=y.*/# CONFIG_INIT is not set/' -i .config
- - sed -e 's/CONFIG_INIT_TERMINAL_TYPE=y.*/CONFIG_INIT_TERMINAL_TYPE=""/' -i .config
- sed -e 's/CONFIG_LOSETUP=y.*/# CONFIG_LOSETUP is not set/' -i .config
- sed -e 's/CONFIG_LSUSB=y.*/# CONFIG_LSUSB is not set/' -i .config
- sed -e 's/CONFIG_LZMA=y.*/# CONFIG_LZMA is not set/' -i .config
- sed -e 's/CONFIG_MKFS_EXT2=y.*/# CONFIG_MKFS_EXT2 is not set/' -i .config
- sed -e 's/CONFIG_MKFS_MINIX=y.*/# CONFIG_MKFS_MINIX is not set/' -i .config
- - sed -e 's/CONFIG_RUNLEVEL=y.*/# CONFIG_RUNLEVEL is not set/' -i .config
- sed -e 's/CONFIG_STRINGS=y.*/# CONFIG_STRINGS is not set/' -i .config
- sed -e 's/CONFIG_UNLZMA=y.*/# CONFIG_UNLZMA is not set/' -i .config
- sed -e 's/CONFIG_UNXZ=y.*/# CONFIG_UNXZ is not set/' -i .config