From 3ea05d7f5a9c6bed8a0bea129b477b65e38edf56 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Wed, 5 Jun 2013 09:48:24 +0300 Subject: Rename ubuntu-minimal.conf to distribution.conf: the config fragment is now used for booting various distributions like Fedora, OpenEmbedded, Ubuntu. It isn't specific to Ubuntu anymore. Remove ubuntu.conf: the config fragment is unused. Signed-off-by: Fathi Boudra --- linaro/configs/ubuntu-minimal.conf | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) mode change 100644 => 120000 linaro/configs/ubuntu-minimal.conf (limited to 'linaro/configs/ubuntu-minimal.conf') diff --git a/linaro/configs/ubuntu-minimal.conf b/linaro/configs/ubuntu-minimal.conf deleted file mode 100644 index cb77d3995eba..000000000000 --- a/linaro/configs/ubuntu-minimal.conf +++ /dev/null @@ -1,35 +0,0 @@ -# CONFIG_LOCALVERSION_AUTO is not set -CONFIG_CGROUPS=y -# CONFIG_COMPAT_BRK is not set -CONFIG_DEFAULT_MMAP_MIN_ADDR=32768 -CONFIG_SECCOMP=y -CONFIG_CC_STACKPROTECTOR=y -CONFIG_SYN_COOKIES=y -CONFIG_IPV6=y -CONFIG_NETLABEL=y -CONFIG_NF_CONNTRACK=m -CONFIG_NF_CONNTRACK_IPV4=m -CONFIG_NF_NAT_IPV4=m -CONFIG_IP_NF_IPTABLES=m -CONFIG_IP_NF_FILTER=m -CONFIG_NF_CONNTRACK_IPV6=m -CONFIG_NF_NAT_IPV6=m -CONFIG_IP6_NF_IPTABLES=m -CONFIG_IP6_NF_FILTER=m -CONFIG_DEVTMPFS=y -CONFIG_DEVTMPFS_MOUNT=y -CONFIG_BLK_DEV_RAM=y -CONFIG_BLK_DEV_RAM_SIZE=65536 -CONFIG_INPUT_MISC=y -CONFIG_INPUT_UINPUT=y -# CONFIG_DEVKMEM is not set -CONFIG_FRAMEBUFFER_CONSOLE=y -CONFIG_AUTOFS4_FS=y -CONFIG_TMPFS_POSIX_ACL=y -CONFIG_STRICT_DEVMEM=y -CONFIG_SECURITY=y -CONFIG_LSM_MMAP_MIN_ADDR=0 -CONFIG_SECURITY_SELINUX=y -CONFIG_SECURITY_SMACK=y -CONFIG_SECURITY_APPARMOR=y -CONFIG_DEFAULT_SECURITY_APPARMOR=y diff --git a/linaro/configs/ubuntu-minimal.conf b/linaro/configs/ubuntu-minimal.conf new file mode 120000 index 000000000000..794e82f3bc17 --- /dev/null +++ b/linaro/configs/ubuntu-minimal.conf @@ -0,0 +1 @@ +distribution.conf \ No newline at end of file -- cgit v1.2.3