diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-11 18:12:29 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-11 18:12:29 +0100 |
commit | cbd0e559e6d11662e8cc685a53ff15a4ee2b1236 (patch) | |
tree | 86d6e2bead59d7fbdfc4357a75945a3dbcd6abf6 | |
parent | a154a18cf9fbaf3b50d21445700ff28d9f03d555 (diff) |
remove from TODO list, enable aufs2-util on bulk builds.
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | mk/build.mk | 3 |
2 files changed, 1 insertions, 3 deletions
@@ -7,7 +7,6 @@ - finish qemu package - fix autoreconf usage in opensc - fix timezone stuff in glibc -- add back aufs2 patches for kernel - openssl ocf support check - locales support - new package minidlna diff --git a/mk/build.mk b/mk/build.mk index 92a5e947a..1cd50ea9b 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -16,7 +16,6 @@ DEFCONFIG= ADK_DEBUG=n \ ADK_MAKE_JOBS=4 \ ADK_PACKAGE_BZR=n \ ADK_PACKAGE_GRUB=n \ - ADK_PACKAGE_AUFS2_UTIL=n \ ADK_PACKAGE_BASE_FILES=y \ ADK_PACKAGE_MGETTY=n \ ADK_COMPILE_HEIMDAL=n \ @@ -553,7 +552,7 @@ bulkallmod: done <${TOPDIR}/target/arch.lst ;\ done -${TOPDIR}/bin/tools/pkgmaker: +${TOPDIR}/bin/tools/pkgmaker: tools/adk/pkgmaker.c tools/adk/sortfile.c tools/adk/strmap.c @mkdir -p $(TOPDIR)/bin/tools @$(HOSTCC) -Wall -g -o $@ tools/adk/pkgmaker.c tools/adk/sortfile.c tools/adk/strmap.c |