Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
// Copyright (c) 2006 Damien Miller <[email protected]> | |
// | |
// Permission to use, copy, modify, and distribute this software for any | |
// purpose with or without fee is hereby granted, provided that the above | |
// copyright notice and this permission notice appear in all copies. | |
// | |
// THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | |
// WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | |
// MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | |
// ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
# modify Kconfig to change to tristate | |
# make driver | |
sudo make prepare | |
sudo make modules_prepare KERNELRELEASE=$(uname -r) | |
sudo make SUBDIRS=drivers/tty/serial modules | |
sudo make SUBDIRS=drivers/tty/serial modules_install | |
sudo mv /lib/modules/3.12.26/extra/* /lib/modules/3.12.26+/extra/ | |
sudo rm -r /lib/modules/3.12.26 | |
sudo depmod |