diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-18 20:09:58 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-18 20:09:58 +0000 |
commit | a90eb5eeca6c0d4d71922f66d6e3ed41c1b5cf49 (patch) | |
tree | a9e7c7533f343c74677da49980ec7adcec465b92 /target | |
parent | 104fed09e4651f537d55aa97f2165f116916a12d (diff) |
generic: add missing symbols for 3.{6,7}
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34772 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-3.6 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-3.7 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6 index 99e5bdb014..3854c9d0c3 100644 --- a/target/linux/generic/config-3.6 +++ b/target/linux/generic/config-3.6 @@ -671,6 +671,7 @@ CONFIG_ENABLE_WARN_DEPRECATED=y # CONFIG_ENCLOSURE_SERVICES is not set # CONFIG_ENCRYPTED_KEYS is not set # CONFIG_ENIC is not set +# CONFIG_EPAPR_PARAVIRT is not set # CONFIG_EPIC100 is not set CONFIG_EPOLL=y # CONFIG_EQUALIZER is not set @@ -3580,6 +3581,7 @@ CONFIG_XFRM=y # CONFIG_XFS_POSIX_ACL is not set # CONFIG_XFS_QUOTA is not set # CONFIG_XFS_RT is not set +# CONFIG_XILINX_AXI_EMAC is not set # CONFIG_XILINX_EMACLITE is not set # CONFIG_XILINX_LL_TEMAC is not set # CONFIG_XIP_KERNEL is not set diff --git a/target/linux/generic/config-3.7 b/target/linux/generic/config-3.7 index fdbed4894e..f65bc2938a 100644 --- a/target/linux/generic/config-3.7 +++ b/target/linux/generic/config-3.7 @@ -681,6 +681,7 @@ CONFIG_ENABLE_WARN_DEPRECATED=y # CONFIG_ENCLOSURE_SERVICES is not set # CONFIG_ENCRYPTED_KEYS is not set # CONFIG_ENIC is not set +# CONFIG_EPAPR_PARAVIRT is not set # CONFIG_EPIC100 is not set CONFIG_EPOLL=y # CONFIG_EQUALIZER is not set @@ -3626,6 +3627,7 @@ CONFIG_XFRM=y # CONFIG_XFS_POSIX_ACL is not set # CONFIG_XFS_QUOTA is not set # CONFIG_XFS_RT is not set +# CONFIG_XILINX_AXI_EMAC is not set # CONFIG_XILINX_EMACLITE is not set # CONFIG_XILINX_LL_TEMAC is not set # CONFIG_XIP_KERNEL is not set |