From 0dc52bb3874183ebf260aa981f7dc55baf036b95 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sun, 19 Mar 2017 08:53:40 +0000 Subject: [PATCH] kernel: Remove remaining AUFS bits Commit c3fc6faa35 removed AUFS support bit missed the kernel config and a mentioned in the main Makefile. This commit removes these also. Signed-off-by: Rolf Neugebauer --- Makefile | 2 +- kernel/kernel_config.aufs | 16 ---------------- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 kernel/kernel_config.aufs diff --git a/Makefile b/Makefile index 641732444..05682ba4e 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ test: test-initrd.img test-bzImage .PHONY: ebpf EBPF_TAG=ebpf/ebpf.tag -EBPF_IMAGE=mobylinux/ebpf:$(MEDIA_PREFIX)$(AUFS_PREFIX)$(TAG) +EBPF_IMAGE=mobylinux/ebpf:$(MEDIA_PREFIX)$(TAG) ebpf: alpine/initrd.img kernel/x86_64/vmlinuz64 ifeq ($(STATUS),) [ -f $(EBPF_TAG) ] diff --git a/kernel/kernel_config.aufs b/kernel/kernel_config.aufs deleted file mode 100644 index 3dbf17a99..000000000 --- a/kernel/kernel_config.aufs +++ /dev/null @@ -1,16 +0,0 @@ -CONFIG_AUFS_FS=y -# CONFIG_AUFS_BRANCH_MAX_127 is not set -# CONFIG_AUFS_BRANCH_MAX_511 is not set -# CONFIG_AUFS_BRANCH_MAX_1023 is not set -CONFIG_AUFS_BRANCH_MAX_32767=y -CONFIG_AUFS_SBILIST=y -# CONFIG_AUFS_HNOTIFY is not set -# CONFIG_AUFS_EXPORT is not set -CONFIG_AUFS_XATTR=y -# CONFIG_AUFS_FHSM is not set -# CONFIG_AUFS_RDU is not set -# CONFIG_AUFS_SHWH is not set -# CONFIG_AUFS_BR_RAMFS is not set -# CONFIG_AUFS_BR_FUSE is not set -CONFIG_AUFS_BDEV_LOOP=y -# CONFIG_AUFS_DEBUG is not set