diff options
-rwxr-xr-x | package/adktest/src/quit | 2 | ||||
-rw-r--r-- | target/linux/config/Config.in.ethernet | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/package/adktest/src/quit b/package/adktest/src/quit index 5a6576231..15cbc5515 100755 --- a/package/adktest/src/quit +++ b/package/adktest/src/quit @@ -1,7 +1,7 @@ #!/bin/sh arch=$(uname -m) case $arch in - arc|blackfin|m68k|metag|nios2|openrisc|s390x|sh4eb) + arc|blackfin|m68k|metag|openrisc|s390x|sh4eb) poweroff ;; *) diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet index b63ad6432..8dab17b3f 100644 --- a/target/linux/config/Config.in.ethernet +++ b/target/linux/config/Config.in.ethernet @@ -465,4 +465,13 @@ config ADK_KERNEL_SGI_O2MACE_ETH help This driver supports the SGI O2 ethernet card. +config ADK_KERNEL_ALTERA_TSE + tristate "Altera TSE ethernet driver" + select ADK_KERNEL_PHYLIB + depends on ADK_TARGET_SYSTEM_QEMU_NIOS2 + default y if ADK_TARGET_SYSTEM_QEMU_NIOS2 + default n + help + This driver supports the NIOS2 ethernet chips. + endmenu |