commit | 549ef5e54b706121d2b099100966c7226911c0eb | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Thu Jul 04 11:05:15 2019 +0930 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 17 16:00:17 2019 -0400 |
tree | ec3c5cc71fba2b3b0a3d7cccdd403200d3e8fb5f | |
parent | 136d3af66b1771d2302d4dbf07cf688100695c45 [diff] |
configs: aspeed: Add HUSH and random ethernet addr Tests in test/py/tests/test_env.py like this fail without CONFIG_HUSH_PARSER: => => printenv test_env_0 ## Error: "test_env_0" not defined => .=> setenv test_env_0 => => echo $test_env_0 $test_env_0 => F We also want a mac address so the ethernet device works in qemu. Signed-off-by: Joel Stanley <joel@jms.id.au>