diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-16 11:18:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-16 11:18:55 +0100 |
commit | 1c2490cf2b6382a448c8b854a9040636e6c2d38b (patch) | |
tree | 7e9893a41e2780a9f552f8c3a0417f5af196ecc9 /scripts/ipkg-build | |
parent | 3d2baf48fa00f833a9e38b5722ce266d6b85704f (diff) |
add boot section
Diffstat (limited to 'scripts/ipkg-build')
-rw-r--r-- | scripts/ipkg-build | 2 |
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` |