diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-30 07:30:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-30 07:30:54 +0200 |
commit | 451e85da10ceb1e05a609ef73b42d936c1b84c97 (patch) | |
tree | b7e545797c68b9218925b77c2b870ddf9d32cda4 /target/linux/config/Config.in.netdevice | |
parent | db16a43186aa78290e40c72c4673295ac7a9da9e (diff) | |
parent | 85dc11ff3697d2e6cc9fe70bcc0445fb4684840a (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config/Config.in.netdevice')
-rw-r--r-- | target/linux/config/Config.in.netdevice | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.netdevice b/target/linux/config/Config.in.netdevice index 23ffd314c..72442e57d 100644 --- a/target/linux/config/Config.in.netdevice +++ b/target/linux/config/Config.in.netdevice @@ -165,6 +165,8 @@ config ADK_KERNEL_R8169 select ADK_KERNEL_NETDEVICES select ADK_KERNEL_NET_ETHERNET select ADK_KERNEL_NETDEV_1000 + select ADK_KERNEL_MII + select ADK_KPACKAGE_KMOD_FW_LOADER default y if ADK_TARGET_SYSTEM_OVH_RPS default n help @@ -257,6 +259,8 @@ config ADK_KPACKAGE_KMOD_R8169 select ADK_KERNEL_NETDEVICES select ADK_KERNEL_NET_ETHERNET select ADK_KERNEL_NETDEV_1000 + select ADK_KERNEL_MII + select ADK_KPACKAGE_KMOD_FW_LOADER depends on !ADK_KERNEL_R8169 default n help |