diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-06 01:48:24 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-06 01:49:29 -0600 |
commit | 319ac4b072b54f347a3518289b55f81e3090a250 (patch) | |
tree | 2884beeca9007d1964f228dfb2b3453e88f080fc /target/mips/systems/mikrotik-rb4xx | |
parent | ac0122005e1a0b8f86b3ae60dbdec77f40cdd45d (diff) |
rework CMDLINE generation regarding serial/vga
Use one place and not hard coded for each device.
There exist use cases where on a specific device
like raspberry pi, not the default 115200 baud rate
is used.
Diffstat (limited to 'target/mips/systems/mikrotik-rb4xx')
-rw-r--r-- | target/mips/systems/mikrotik-rb4xx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/mips/systems/mikrotik-rb4xx b/target/mips/systems/mikrotik-rb4xx index 41a901bb4..acb427c1b 100644 --- a/target/mips/systems/mikrotik-rb4xx +++ b/target/mips/systems/mikrotik-rb4xx @@ -5,6 +5,7 @@ config ADK_TARGET_SYSTEM_MIKROTIK_RB4XX select ADK_mikrotik_rb4xx select ADK_CPU_MIPS32 select ADK_TARGET_WITH_MINIPCI + select ADK_TARGET_WITH_SERIAL select ADK_TARGET_WITH_WATCHDOG select ADK_TARGET_WITH_NAND select ADK_TARGET_WITH_LEDS |