Created
September 24, 2012 07:14
-
-
Save upa/3774724 to your computer and use it in GitHub Desktop.
How to compile kernel module on vyatta
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package { | |
| repository community { | |
| components main | |
| distribution stable | |
| url http://packages.vyatta.com/vyatta | |
| } | |
| repository jaist { | |
| components main | |
| distribution squeeze | |
| url http://ftp.jaist.ac.jp/pub/Linux/Debian | |
| } | |
| repository oxnard { | |
| components main | |
| distribution oxnard | |
| url http://packages.vyatta.com/vyatta-dev/oxnard/unstable | |
| } | |
| } | |
| sudo apt-get install linux-vyatta-kbuild linux-libc-dev libc6-dev make gcc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you comment on how to proceed from this point. I just need to compile the cifs module.