Browse Source

remove from TODO list, enable aufs2-util on bulk builds.

Waldemar Brodkorb 14 years ago
parent
commit
cbd0e559e6
2 changed files with 1 additions and 3 deletions
  1. 0 1
      TODO
  2. 1 2
      mk/build.mk

+ 0 - 1
TODO

@@ -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

+ 1 - 2
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