summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-11-04 08:46:06 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-11-04 08:46:06 (EST)
commit6fa0850b1a52475740ce359f057e495d4f20646a (patch)
treebbba1fbf7f5dcc0d505b91baab77262bd84a5003
parent6671071996ba78b4757daca84ae7bda8e8dd45f3 (diff)
build: Add menuconfig and mrproper targets
-rwxr-xr-xbuild3
-rw-r--r--control1
2 files changed, 4 insertions, 0 deletions
diff --git a/build b/build
index 8afec09..afc12f5 100755
--- a/build
+++ b/build
@@ -24,6 +24,9 @@ install_init_script = \
nop:
@:
+menuconfig mrproper:
+ oh-autobuild -T $@
+
build:
oh-autobuild -- -j $${JOBS:-1}
touch $@
diff --git a/control b/control
index 27154ca..4c0aeed 100644
--- a/control
+++ b/control
@@ -2,4 +2,5 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com>
Build-Depends: opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2),
config-busybox-${Host-Plat},
gpg, dirmngr,
+ libncurses.6-dev, terminfo,
Homepage: http://www.busybox.net/