X-Git-Url: https://git.decadent.org.uk/gitweb/?p=exar-uart-driver.git;a=blobdiff_plain;f=README.Debian;fp=README.Debian;h=f1c76a7c2e940a83d969aa1272702da660540ea8;hp=0000000000000000000000000000000000000000;hb=72ff64be57417d2cad4bdfbe83bf7feea5de4867;hpb=ca25c3d045fe70083dd54201fdbe373d93f5fc97 diff --git a/README.Debian b/README.Debian new file mode 100644 index 0000000..f1c76a7 --- /dev/null +++ b/README.Debian @@ -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 + +cd +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. + +