From e94efa5d8e3dd62e5ffed1f0f44460a62717208a Mon Sep 17 00:00:00 2001
From: jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Wed, 7 Mar 2012 14:14:52 +0000
Subject: [PATCH] [generic] enable EFI partition support by default, adds ca.
 8K uncompressed on ar71xx (#8672)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30835 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 target/linux/generic/config-2.6.30 | 2 +-
 target/linux/generic/config-2.6.31 | 2 +-
 target/linux/generic/config-2.6.32 | 2 +-
 target/linux/generic/config-2.6.36 | 2 +-
 target/linux/generic/config-2.6.37 | 2 +-
 target/linux/generic/config-2.6.38 | 2 +-
 target/linux/generic/config-2.6.39 | 2 +-
 target/linux/generic/config-3.0    | 2 +-
 target/linux/generic/config-3.1    | 2 +-
 target/linux/generic/config-3.2    | 2 +-
 target/linux/generic/config-3.3    | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/target/linux/generic/config-2.6.30 b/target/linux/generic/config-2.6.30
index d16ae3966..da7f981e7 100644
--- a/target/linux/generic/config-2.6.30
+++ b/target/linux/generic/config-2.6.30
@@ -500,7 +500,7 @@ CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
 # CONFIG_EEPROM_AT24 is not set
 # CONFIG_EEPROM_AT25 is not set
 # CONFIG_EEPROM_LEGACY is not set
-# CONFIG_EFI_PARTITION is not set
+CONFIG_EFI_PARTITION=y
 # CONFIG_EFS_FS is not set
 # CONFIG_ELF_CORE is not set
 CONFIG_EMBEDDED=y
diff --git a/target/linux/generic/config-2.6.31 b/target/linux/generic/config-2.6.31
index 243503598..ea5408751 100644
--- a/target/linux/generic/config-2.6.31
+++ b/target/linux/generic/config-2.6.31
@@ -485,7 +485,7 @@ CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
 # CONFIG_EEPROM_AT25 is not set
 # CONFIG_EEPROM_LEGACY is not set
 # CONFIG_EEPROM_MAX6875 is not set
-# CONFIG_EFI_PARTITION is not set
+CONFIG_EFI_PARTITION=y
 # CONFIG_EFS_FS is not set
 # CONFIG_ELF_CORE is not set
 CONFIG_EMBEDDED=y
diff --git a/target/linux/generic/config-2.6.32 b/target/linux/generic/config-2.6.32
index 59823c5d5..1316d15d0 100644
--- a/target/linux/generic/config-2.6.32
+++ b/target/linux/generic/config-2.6.32
@@ -532,7 +532,7 @@ CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
 # CONFIG_EEPROM_AT25 is not set
 # CONFIG_EEPROM_LEGACY is not set
 # CONFIG_EEPROM_MAX6875 is not set
-# CONFIG_EFI_PARTITION is not set
+CONFIG_EFI_PARTITION=y
 # CONFIG_EFS_FS is not set
 # CONFIG_ELF_CORE is not set
 CONFIG_EMBEDDED=y
diff --git a/target/linux/generic/config-2.6.36 b/target/linux/generic/config-2.6.36
index 5e3ddec9c..20b05a9c8 100644
--- a/target/linux/generic/config-2.6.36
+++ b/target/linux/generic/config-2.6.36
@@ -550,7 +550,7 @@ CONFIG_DEVPORT=y
 # CONFIG_EEPROM_AT25 is not set
 # CONFIG_EEPROM_LEGACY is not set
 # CONFIG_EEPROM_MAX6875 is not set
-# CONFIG_EFI_PARTITION is not set
+CONFIG_EFI_PARTITION=y
 # CONFIG_EFS_FS is not set
 # CONFIG_ELF_CORE is not set
 CONFIG_EMBEDDED=y
diff --git a/target/linux/generic/config-2.6.37 b/target/linux/generic/config-2.6.37
index 9baebc3ae..2eaa84727 100644
--- a/target/linux/generic/config-2.6.37
+++ b/target/linux/generic/config-2.6.37
@@ -561,7 +561,7 @@ CONFIG_DEVPORT=y
 # CONFIG_EEPROM_AT25 is not set
 # CONFIG_EEPROM_LEGACY is not set
 # CONFIG_EEPROM_MAX6875 is not set
-# CONFIG_EFI_PARTITION is not set
+CONFIG_EFI_PARTITION=y
 # CONFIG_EFS_FS is not set
 # CONFIG_ELF_CORE is not set
 CONFIG_EMBEDDED=y
diff --git a/target/linux/generic/config-2.6.38 b/target/linux/generic/config-2.6.38
index 2cb3fb2a4..7be010234 100644
--- a/target/linux/generic/config-2.6.38
+++ b/target/linux/generic/config-2.6.38
@@ -576,7 +576,7 @@ CONFIG_DEVPORT=y
 # CONFIG_EEPROM_AT25 is not set
 # CONFIG_EEPROM_LEGACY is not set
 # CONFIG_EEPROM_MAX6875 is not set
-# CONFIG_EFI_PARTITION is not set
+CONFIG_EFI_PARTITION=y
 # CONFIG_EFS_FS is not set
 # CONFIG_ELF_CORE is not set
 CONFIG_EMBEDDED=y
diff --git a/target/linux/generic/config-2.6.39 b/target/linux/generic/config-2.6.39
index d9a86ad4a..cf48f8c8f 100644
--- a/target/linux/generic/config-2.6.39
+++ b/target/linux/generic/config-2.6.39
@@ -583,7 +583,7 @@ CONFIG_DEVPORT=y
 # CONFIG_EEPROM_AT25 is not set
 # CONFIG_EEPROM_LEGACY is not set
 # CONFIG_EEPROM_MAX6875 is not set
-# CONFIG_EFI_PARTITION is not set
+CONFIG_EFI_PARTITION=y
 # CONFIG_EFS_FS is not set
 # CONFIG_ELF_CORE is not set
 CONFIG_EMBEDDED=y
diff --git a/target/linux/generic/config-3.0 b/target/linux/generic/config-3.0
index 744df00f0..82937b7b5 100644
--- a/target/linux/generic/config-3.0
+++ b/target/linux/generic/config-3.0
@@ -581,7 +581,7 @@ CONFIG_DEVPORT=y
 # CONFIG_EEPROM_AT25 is not set
 # CONFIG_EEPROM_LEGACY is not set
 # CONFIG_EEPROM_MAX6875 is not set
-# CONFIG_EFI_PARTITION is not set
+CONFIG_EFI_PARTITION=y
 # CONFIG_EFS_FS is not set
 # CONFIG_ELF_CORE is not set
 CONFIG_EMBEDDED=y
diff --git a/target/linux/generic/config-3.1 b/target/linux/generic/config-3.1
index 823881163..6e61afad2 100644
--- a/target/linux/generic/config-3.1
+++ b/target/linux/generic/config-3.1
@@ -586,7 +586,7 @@ CONFIG_DEVPORT=y
 # CONFIG_EEPROM_AT25 is not set
 # CONFIG_EEPROM_LEGACY is not set
 # CONFIG_EEPROM_MAX6875 is not set
-# CONFIG_EFI_PARTITION is not set
+CONFIG_EFI_PARTITION=y
 # CONFIG_EFS_FS is not set
 # CONFIG_ELF_CORE is not set
 CONFIG_EMBEDDED=y
diff --git a/target/linux/generic/config-3.2 b/target/linux/generic/config-3.2
index 3320775c9..59d34fdf5 100644
--- a/target/linux/generic/config-3.2
+++ b/target/linux/generic/config-3.2
@@ -595,7 +595,7 @@ CONFIG_DEVPORT=y
 # CONFIG_EEPROM_AT25 is not set
 # CONFIG_EEPROM_LEGACY is not set
 # CONFIG_EEPROM_MAX6875 is not set
-# CONFIG_EFI_PARTITION is not set
+CONFIG_EFI_PARTITION=y
 # CONFIG_EFS_FS is not set
 # CONFIG_ELF_CORE is not set
 CONFIG_EMBEDDED=y
diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3
index 939c21b45..416b38f1f 100644
--- a/target/linux/generic/config-3.3
+++ b/target/linux/generic/config-3.3
@@ -603,7 +603,7 @@ CONFIG_DQL=y
 # CONFIG_EEPROM_AT25 is not set
 # CONFIG_EEPROM_LEGACY is not set
 # CONFIG_EEPROM_MAX6875 is not set
-# CONFIG_EFI_PARTITION is not set
+CONFIG_EFI_PARTITION=y
 # CONFIG_EFS_FS is not set
 # CONFIG_ELF_CORE is not set
 CONFIG_EMBEDDED=y
-- 
2.20.1