summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-30 02:53:54 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-30 02:53:54 (EDT)
commitf5c0de103d288beb8d4ae4c38ac6cc9acce82e0c (patch)
tree1206b015df7ee7b7c87dfe4434c4f717295253da
parent6ea4c7bc5efe84e3534e50f3c8908678e067595b (diff)
build: Add menuconfig target
And B-D on libncurses.6-dev.
-rwxr-xr-xbuild3
-rw-r--r--changelog2
-rw-r--r--control3
3 files changed, 7 insertions, 1 deletions
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 <patrick.mcdermott@libiquity.com> 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 <patrick.mcdermott@libiquity.com>
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/