summaryrefslogtreecommitdiff
path: root/netlink/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'netlink/init.c')
-rw-r--r--netlink/init.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/netlink/init.c b/netlink/init.c
index d1e941f..0397e08 100644
--- a/netlink/init.c
+++ b/netlink/init.c
@@ -64,9 +64,22 @@ struct rtems_ftpd_configuration rtems_ftpd_configuration = {
NULL /* List of hooks */
};
+/*
+ * Settings for the Application Profiles:
+ *
+ * Base Networking Profile - neither
+ * FTP Server Profile - include ftpd
+ * Web Server Profile -include httpd
+ */
+
#define INCLUDE_FTPD 0
#define INCLUDE_HTTPD 1
+/* XXX until binutils are rebuilt */
+
+int _binary_tarfile_start;
+int _binary_tarfile_size;
+
rtems_task Init(
rtems_task_argument argument
)