This is the last RFC before the real patch. Any suggestions, testing and bug reports are appreciated.
v2: http://lists.busybox.net/pipermail/busybox/2014-December/082086.html Bartosz Golaszewski (2): fdisk: move read_line() to libbb new applets: i2c-tools include/libbb.h | 2 + libbb/lineedit.c | 30 ++ miscutils/i2c_tools.c | 1052 +++++++++++++++++++++++++++++++++++++++++++++++++ util-linux/fdisk.c | 23 +- 4 files changed, 1086 insertions(+), 21 deletions(-) create mode 100644 miscutils/i2c_tools.c -- 2.1.3 _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
