diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-15 19:26:42 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-15 19:26:42 +0100 |
| commit | e7540c9fa814f9b41f80e72bc160ce504e26cda6 (patch) | |
| tree | 8c1e66138dd42c19d45cdff55a36d343e4c3a098 /target/config/Config.in.arch.default | |
| parent | 0975f98bebcefd325c641b202d715522f5710700 (diff) | |
startup fixes
- always use /sbin/init, even for initramfs
- mount devtmpfs for initramfs automatically in kernel space
- fix armhf for adk-test-framework
- remove mdev -s on boot, I think it is unneeded, takes very long on
Qemu systems
- add alias for ro/rw remounts of /
- remove old /init and rc.shutdown, both unused
Diffstat (limited to 'target/config/Config.in.arch.default')
| -rw-r--r-- | target/config/Config.in.arch.default | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/config/Config.in.arch.default b/target/config/Config.in.arch.default index 43d1e5399..90401de3d 100644 --- a/target/config/Config.in.arch.default +++ b/target/config/Config.in.arch.default @@ -1,7 +1,4 @@ # target architectures -config ADK_native - bool - config ADK_arm bool @@ -48,5 +45,4 @@ config ADK_TARGET_ARCH default "sh" if ADK_sh default "x86" if ADK_x86 default "x86_64" if ADK_x86_64 - default "native" if ADK_native |
