diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-07 12:48:01 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-07 12:48:01 +0100 |
| commit | 3fe732e577313be28abbb99a636779a9debe400c (patch) | |
| tree | d37f3e105c10037db1cc82596462c85e0902ad12 /target/arm/Makefile | |
| parent | 0e8c55d0649610a3848bac209ac5054701869e52 (diff) | |
| parent | 5101b72fac2c9a6971a0c7d2fe6bbd318e9678ab (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/arm/Makefile')
| -rw-r--r-- | target/arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile index 4e07cd664..e2194f1d3 100644 --- a/target/arm/Makefile +++ b/target/arm/Makefile @@ -24,7 +24,7 @@ NET:=-net user -net nic,model=smc91c111 endif ifeq ($(ADK_TARGET_QEMU_ARM_MODEL_VEXPRESS_A9),y) MACH:=vexpress-a9 -NET:=-cpu cortex-a9 -device lan9118,netdev=adk0 -netdev user,id=adk0 +NET:=-cpu cortex-a9 -net user -net nic,model=lan9118 endif kernel-install: |
