diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-07 14:14:52 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-07 14:14:52 +0000 |
commit | 8091b57cfc940d5baaca5c392ff5dd3e14e2b475 (patch) | |
tree | 27cd8a901c6e69d8080503680c39a79fea537a48 /target/linux/generic/config-3.1 | |
parent | b0e5329a47670356e19dad295de93bd948274ca2 (diff) | |
download | upstream-8091b57cfc940d5baaca5c392ff5dd3e14e2b475.tar.gz upstream-8091b57cfc940d5baaca5c392ff5dd3e14e2b475.tar.bz2 upstream-8091b57cfc940d5baaca5c392ff5dd3e14e2b475.zip |
[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
Diffstat (limited to 'target/linux/generic/config-3.1')
-rw-r--r-- | target/linux/generic/config-3.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.1 b/target/linux/generic/config-3.1 index 823881163d..6e61afad2e 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 |