diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-17 01:28:15 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-17 01:28:48 +0200 |
commit | 8764579a867810dcee58c8ecde21bca852d4162c (patch) | |
tree | f67b0d27fc4591022ed356e85372cce3acf48bb9 /package | |
parent | 91718c8e02f593e647331db33b0fd24877342899 (diff) |
disable eject
Diffstat (limited to 'package')
-rw-r--r-- | package/util-linux/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index 957bc6468..01976cb6d 100644 --- a/package/util-linux/Makefile +++ b/package/util-linux/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= util-linux PKG_VERSION:= 2.24.2 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 3f191727a0d28f7204b755cf1b6ea0aa PKG_DESCR:= basic Linux utilities PKG_SECTION:= core @@ -63,6 +63,7 @@ CONFIGURE_ARGS+= --disable-use-tty-group \ --disable-schedutils \ --disable-cramfs \ --disable-login \ + --disable-eject \ --enable-su \ --enable-libuuid \ --enable-libblkid \ |