From f5c0de103d288beb8d4ae4c38ac6cc9acce82e0c Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 30 Jun 2019 02:53:54 -0400 Subject: build: Add menuconfig target And B-D on libncurses.6-dev. --- diff --git a/build b/build index f14ee96..8e6d600 100755 --- a/build +++ b/build @@ -7,6 +7,9 @@ KBUILD_ARCH = $$(oh-architecture "$${OPK_HOST_ARCH}") nop: @: +menuconfig: + oh-autobuild -T menuconfig + build: set -e; \ if [ 'x$(OPK_HOST_PLAT)' != 'xdev' ]; then \ diff --git a/changelog b/changelog index 9775ac2..26db9bb 100644 --- a/changelog +++ b/changelog @@ -9,6 +9,8 @@ linux-libre-4.19 (4.19.56+gnu-1) trunk * Apply patch from Eric Wong to fix regression in Linux(-libre) >= 4.3 with older versions of libreboot and coreboot that didn't reserve the RTC century byte in NVRAM/CMOS. + * Add libncurses.6-dev to Build-Depends for convenience when building and + running upstream mconf (menuconfig). -- Patrick McDermott Fri, 28 Jun 2019 18:50:56 -0400 diff --git a/control b/control index 084303c..57b0e6c 100644 --- a/control +++ b/control @@ -1,4 +1,5 @@ Maintainer: Patrick McDermott Build-Depends: opkbuild (>= 4.0.0), opkhelper-3.0, gpg, dirmngr, - config-linux-libre-${Host-Plat}, bc, xz + config-linux-libre-${Host-Plat}, bc, xz, + libncurses.6-dev, Homepage: https://www.fsfla.org/ikiwiki/selibre/linux-libre/ -- cgit v0.9.1