diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-02-03 11:21:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-02-03 11:21:42 +0100 |
commit | d52b56753fd291c95468958ca60362ed94c929d7 (patch) | |
tree | b69b801197e9add86b1181543f1dba43b123d97c /target/linux | |
parent | 5d4f6075503ea0f7bf3be9ae0b959c812b0b50c4 (diff) |
add debugtool, try to fix device-tree support and rpi-proto driver
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.ethernet | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet index a82396313..22f2d36c3 100644 --- a/target/linux/config/Config.in.ethernet +++ b/target/linux/config/Config.in.ethernet @@ -78,6 +78,7 @@ config ADK_KERNEL_KORINA config ADK_KERNEL_USB_NET_SMSC95XX tristate "SMSC95XX USB ethernet driver" + select ADK_KERNEL_USB_NET_DRIVERS select ADK_KERNEL_USB_USBNET depends on ADK_TARGET_SYSTEM_RASPBERRY_PI default y if ADK_TARGET_SYSTEM_RASPBERRY_PI |