summaryrefslogtreecommitdiff
path: root/scripts/ipkg-build
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-16 14:47:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-16 14:47:05 +0100
commitc062739e40050cc48de91fc4f7bf5c95d57e3963 (patch)
tree1c5a34b62e032e50658b5ce491ba05d99e1cc32c /scripts/ipkg-build
parentbb54dac334f360b33533d89af8b7823b83df39cf (diff)
parent6fccc935878c544f9b94ab234eb2dbe87c3c49df (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts/ipkg-build')
-rw-r--r--scripts/ipkg-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ipkg-build b/scripts/ipkg-build
index 47158c409..22600e8e0 100644
--- a/scripts/ipkg-build
+++ b/scripts/ipkg-build
@@ -82,7 +82,7 @@ You probably want to remove them: " >&2
[ "$?" -ne 0 ] && PKG_ERROR=1
if [ -z "$section" ]; then
echo "The Section field should have one of the following values:" >&2
- echo "admin, base, comm, editors, extras, games, graphics, kernel, lang, libs, misc, net, scm, text, web, x11" >&2
+ echo "admin, base, boot, comm, editors, extras, games, graphics, kernel, lang, libs, misc, net, scm, text, web, x11" >&2
fi
priority=`required_field Priority`