]> git.decadent.org.uk Git - exar-uart-driver.git/commitdiff
Move around README files some more
authorArd van Breemen <ard@kwaak.net>
Wed, 9 Jul 2014 16:47:45 +0000 (16:47 +0000)
committerArd van Breemen <ard@kwaak.net>
Wed, 9 Jul 2014 16:47:45 +0000 (16:47 +0000)
README
README.Debian [new file with mode: 0644]
debian/README.Debian [deleted file]

diff --git a/README b/README
index ef5f8bdb4a7fea601bd2ae48de8972009a5616ce..f7a3b43d7ae6d6795b69b83c61916418f6187b41 100644 (file)
--- a/README
+++ b/README
@@ -16,3 +16,5 @@ $ sudo make install
 
 You will need to complete the make && sudo make install step whenever your
 kernel is updated.
 
 You will need to complete the make && sudo make install step whenever your
 kernel is updated.
+
+If you need debian packages, refer to README.Debian
diff --git a/README.Debian b/README.Debian
new file mode 100644 (file)
index 0000000..f1c76a7
--- /dev/null
@@ -0,0 +1,27 @@
+Debianization of https://github.com/shenki/exar-uart-driver
+
+This is the Exar xr21v141x UART driver, originally downloaded from the exar
+website, and patched by shenki.
+The original exar drivers were made for kernel 3.6 and lower.
+This package is intended for 3.7 and higher.
+
+Usage:
+Build the package to create the module-source package:
+
+dpkg-buildpackage -rfakeroot
+
+Put that source package in your public repository.
+
+To build a debian module for your kernel:
+
+dpkg -i <the source pacackage>
+
+cd <kernel_dir>
+tar xvjf /usr/src/vizzini.tar.bz2 -C ..
+export MODULE_LOC=$PWD/../modules
+fakeroot make-kpkg modules_image
+
+This will create a suitable vizzini-module package to suit your debian kernel
+package.
+
+
diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644 (file)
index aea3ef1..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-This is the debian source module needed to get the exar vizzini usb bridge working.
-To get the source package:
-clone the repo, and:
-dpkg-buildpackage -rfakeroot
-
-This will give je a kernel module source package.
-
-Install it somewhere, untar the stuff and build the module package with:
-fakeroot make-kpkg modules-image