diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-07-16 16:35:00 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-07-16 16:35:00 +0000 |
commit | e7d72108f9be5eb4e620cf2c5fd4031c1bc942fa (patch) | |
tree | 93d11fc7c14f051ea66f6f67edad69f15536f448 | |
parent | ebe49115b169690173a50446bcc9a9c050637d9c (diff) | |
download | upstream-e7d72108f9be5eb4e620cf2c5fd4031c1bc942fa.tar.gz upstream-e7d72108f9be5eb4e620cf2c5fd4031c1bc942fa.tar.bz2 upstream-e7d72108f9be5eb4e620cf2c5fd4031c1bc942fa.zip |
[kernel] add missing CONFIG_FIXED_PHY symbol to 2.6.25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16869 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic-2.6/config-2.6.25 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.25 b/target/linux/generic-2.6/config-2.6.25 index a2408fa888..8d92aba0df 100644 --- a/target/linux/generic-2.6/config-2.6.25 +++ b/target/linux/generic-2.6/config-2.6.25 @@ -397,6 +397,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FEALNX is not set CONFIG_FIB_RULES=y # CONFIG_FIREWIRE is not set +# CONFIG_FIXED_PHY is not set CONFIG_FLATMEM_MANUAL=y CONFIG_FLATMEM=y CONFIG_FLAT_NODE_MEM_MAP=y |