Skip to content

Instantly share code, notes, and snippets.

@upa
Created September 24, 2012 07:14
Show Gist options
  • Select an option

  • Save upa/3774724 to your computer and use it in GitHub Desktop.

Select an option

Save upa/3774724 to your computer and use it in GitHub Desktop.
How to compile kernel module on vyatta
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
@fahadysf
Copy link

Can you comment on how to proceed from this point. I just need to compile the cifs module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment