You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Richard Fuchs fe01189553 add ip6tables rule to init script 14 years ago
..
README.Debian Fix version number for dkms package in usage instructions. 15 years ago
changelog changelog/version 14 years ago
compat create tags and branches 15 years ago
control make the package depend on iptables 1.4+ 14 years ago
control.modules.in s/mediaproxy-ng/ngcp-mediaproxy-ng-kernel-modules/ in debian/control.modules.in as well 15 years ago
copyright Rework Debian packaging to fix build issue, fully rename to ngcp-* naming schema and get rid of kernel-module/debian/ 15 years ago
dirs create tags and branches 15 years ago
dkms.conf.in update for changed module/file names 14 years ago
ngcp-mediaproxy-ng-daemon.default add redis config to mediaproxy init scripts 15 years ago
ngcp-mediaproxy-ng-daemon.init add ip6tables rule to init script 14 years ago
ngcp-mediaproxy-ng-daemon.install Rework Debian packaging to fix build issue, fully rename to ngcp-* naming schema and get rid of kernel-module/debian/ 15 years ago
ngcp-mediaproxy-ng-daemon.postinst postinst: restart initscript instead of just start it 14 years ago
ngcp-mediaproxy-ng-iptables.install update for changed module/file names 14 years ago
ngcp-mediaproxy-ng-kernel-dkms.postinst dkms postinst: do not execute init script if it is not present yet. 15 years ago
ngcp-mediaproxy-ng-kernel-dkms.prerm Stop daemon when installing/removing the package. 15 years ago
ngcp-mediaproxy-ng-kernel-source.links Rework Debian packaging to fix build issue, fully rename to ngcp-* naming schema and get rid of kernel-module/debian/ 15 years ago
rules fix another filename 14 years ago
rules.modules update for changed module/file names 14 years ago

README.Debian

ngcp-mediaproxy-ng-kernel for Debian
------------------------------------

This package only works with kernels >= 2.6.32.

Instructions for usage
~~~~~~~~~~~~~~~~~~~~~~

1) module-assistant:

% sudo apt-get install linux-headers-$(uname -r)
% sudo apt-get install ngcp-mediaproxy-ng-kernel-source
% sudo m-a prepare
% sudo m-a -v -f -l $(uname -r) -k /usr/src/linux-headers-$(uname -r) a-b ngcp-mediaproxy-ng-kernel

How to debug build process:

% sudo m-a -d -v --text-mode -l $(uname -r) -k /usr/src/linux-headers-$(uname -r) a-i ngcp-mediaproxy-ng-kernel

2) DKMS:

% sudo apt-get install ngcp-mediaproxy-ng-kernel-dkms
% sudo dkms add -m ngcp-mediaproxy-ng -v 0.1
% sudo dkms build --kernelsourcedir /usr/src/linux-headers-$(uname -r) -m ngcp-mediaproxy-ng -v 0.1
% sudo dkms install -m ngcp-mediaproxy-ng -v 0.1