summaryrefslogtreecommitdiffstats
path: root/package/nozomi/patches/001-devfs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/nozomi/patches/001-devfs.patch')
-rw-r--r--package/nozomi/patches/001-devfs.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/package/nozomi/patches/001-devfs.patch b/package/nozomi/patches/001-devfs.patch
deleted file mode 100644
index 08cda0b57..000000000
--- a/package/nozomi/patches/001-devfs.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/nozomi.c
-+++ b/nozomi.c
-@@ -2093,11 +2093,15 @@ static int ntty_tty_init(dc_t *dc) {
-
- td->magic = TTY_DRIVER_MAGIC;
- td->driver_name = NOZOMI_NAME_TTY;
-+#ifndef CONFIG_DEVFS_FS
- td->name = "noz";
-+#else
-+ td->name = "noz%d";
-+#endif
- td->major = NTTY_TTY_MAJOR,
- td->type = TTY_DRIVER_TYPE_SERIAL,
- td->subtype = SERIAL_TYPE_NORMAL,
-- td->flags = TTY_DRIVER_REAL_RAW | TTY_DRIVER_NO_DEVFS,
-+ td->flags = TTY_DRIVER_REAL_RAW,
- td->init_termios = tty_std_termios;
- td->init_termios.c_cflag = B115200 | CS8 | CREAD | HUPCL | CLOCAL;
-