DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Oleksij Rempel <o.rempel@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Oleksij Rempel <o.rempel@pengutronix.de>
Subject: [DistroKit] [PATCH v1 2/3] MIPS: platform: make sure KERNEL_LZOP is enabled
Date: Tue, 28 Apr 2020 19:47:48 +0200	[thread overview]
Message-ID: <20200428174749.16079-2-o.rempel@pengutronix.de> (raw)
In-Reply-To: <20200428174749.16079-1-o.rempel@pengutronix.de>

Without prompt we can't enable it.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 configs/platform-mips/platformconfig      | 1 +
 configs/platform-mips/platforms/kernel.in | 1 +
 2 files changed, 2 insertions(+)

diff --git a/configs/platform-mips/platformconfig b/configs/platform-mips/platformconfig
index 6051159..bad7d52 100644
--- a/configs/platform-mips/platformconfig
+++ b/configs/platform-mips/platformconfig
@@ -105,6 +105,7 @@ PTXCONF_TARGET_EXTRA_LDFLAGS=""
 PTXCONF_KERNEL=y
 PTXCONF_KERNEL_VERSION="5.6.2"
 PTXCONF_KERNEL_MD5="8b96e9e8eff865ff84a23b4f858dafa1"
+PTXCONF_KERNEL_LZOP=y
 PTXCONF_DTC=y
 PTXCONF_DTC_INSTALL_OFTREE=y
 PTXCONF_DTC_OFTREE_DTS_PATH="${PTXDIST_PLATFORMCONFIGDIR}/dts:${KERNEL_DIR}/arch/${GENERIC_KERNEL_ARCH}/boot/dts"
diff --git a/configs/platform-mips/platforms/kernel.in b/configs/platform-mips/platforms/kernel.in
index e9cce24..1889211 100644
--- a/configs/platform-mips/platforms/kernel.in
+++ b/configs/platform-mips/platforms/kernel.in
@@ -20,6 +20,7 @@ config KERNEL_INSTALL
 	bool
 
 config KERNEL_LZOP
+	prompt "build lzop hosttool"
 	bool
 
 endif	# KERNEL
-- 
2.26.2


_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

  reply	other threads:[~2020-04-28 17:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-28 17:47 [DistroKit] [PATCH v1 1/3] MIPS: kernel: use LZO compression Oleksij Rempel
2020-04-28 17:47 ` Oleksij Rempel [this message]
2020-04-28 21:04   ` [DistroKit] [PATCH v1 2/3] MIPS: platform: make sure KERNEL_LZOP is enabled Robert Schwebel
2020-04-28 17:47 ` [DistroKit] [PATCH v1 3/3] MIPS: kernel: malta: remove flash partition table Oleksij Rempel
2020-04-28 21:04   ` Robert Schwebel
2020-05-15  7:42   ` Ahmad Fatoum
2020-05-15  7:58     ` Oleksij Rempel
2020-04-28 21:03 ` [DistroKit] [PATCH v1 1/3] MIPS: kernel: use LZO compression Robert Schwebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200428174749.16079-2-o.rempel@pengutronix.de \
    --to=o.rempel@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox