summaryrefslogtreecommitdiff
path: root/package/aboot/src/include/config.h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-12-31 18:47:16 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-12-31 18:47:25 +0100
commit3a96085b999220c4da0c5ef7d1f7ba26b9ddfb98 (patch)
tree77f1445aae2e6be5135594e95986b3278bbc061c /package/aboot/src/include/config.h
parentcc28479164b8dc8afd4310716da32f16022f5974 (diff)
dec-multia: make netboot possible, add aboot bootloader
Diffstat (limited to 'package/aboot/src/include/config.h')
-rw-r--r--package/aboot/src/include/config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/aboot/src/include/config.h b/package/aboot/src/include/config.h
new file mode 100644
index 000000000..28def9270
--- /dev/null
+++ b/package/aboot/src/include/config.h
@@ -0,0 +1,12 @@
+#ifndef config_h
+#define config_h
+
+#define ABOOT_MAJOR 0
+#define ABOOT_MINOR 9
+#define ABOOT_VERSION "1.0_pre20040408"
+#define ABOOT_MAGIC 0x30302d746f6f6261 /* "aboot-00" */
+
+#define CONFIG_FILE_PARTITION 1
+#define CONFIG_FILE "/etc/aboot.conf"
+
+#endif /* config_h */