summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 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 \