From aa0eb23e870b2b4ff1735a67f54cdaefd218c59a Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Wed, 31 Dec 2008 07:19:35 -0600 Subject: [PATCH] Enable CONFIG_MKSWAP for netboot busybox --- ChangeLog | 3 +++ netboot/busy-config | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 695ca51..3375daf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney # Distributed under the GPL v2 + 31 Dec 2008; Andrew Gaffney netboot/busy-config: + Enable CONFIG_MKSWAP for netboot busybox + 26 Dec 2008; Andrew Gaffney gen_bootloader.sh: Modify grep regex to account for additional suffixes on old kernel names diff --git a/netboot/busy-config b/netboot/busy-config index 8e863ef..ba442a8 100644 --- a/netboot/busy-config +++ b/netboot/busy-config @@ -457,7 +457,7 @@ CONFIG_MDEV=y # CONFIG_FEATURE_MDEV_EXEC is not set CONFIG_FEATURE_MDEV_LOAD_FIRMWARE=y CONFIG_MDSTART=y -# CONFIG_MKSWAP is not set +CONFIG_MKSWAP=y # CONFIG_FEATURE_MKSWAP_V0 is not set CONFIG_MORE=y CONFIG_FEATURE_USE_TERMIOS=y -- 2.26.2