summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBob Gilligan <gilligan@vyatta.com>2009-05-26 20:41:21 +0000
committerBob Gilligan <gilligan@vyatta.com>2009-05-26 20:41:21 +0000
commit2cdb1209b2a645481e2202079f139de8b7c0fd08 (patch)
tree86bc68056b51b444f3e71da1678879377ade48f5 /Makefile.am
parent4325b643a6ce14e328f319e5acc5a5d36519a2eb (diff)
downloadvyatta-cfg-2cdb1209b2a645481e2202079f139de8b7c0fd08.tar.gz
vyatta-cfg-2cdb1209b2a645481e2202079f139de8b7c0fd08.zip
Bugfix 4428: Disable copybreak in selected drivers to improve performance.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e3a4d06..f7096af 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,7 @@ share_perl5dir = /opt/vyatta/share/perl5/Vyatta
completiondir = /etc/bash_completion.d
initddir = /etc/init.d
defaultdir = /etc/default
+modprobedir = /etc/modprobe.d
etc_shell_leveldir = $(sysconfdir)/shell/level
dhcphookdir = /etc/dhcp3/dhclient-exit-hooks.d
@@ -13,6 +14,7 @@ AM_LFLAGS = --prefix=yy_`basename $* .l`_ -olex.yy.c
completion_SCRIPTS = etc/bash_completion.d/20vyatta-cfg
initd_SCRIPTS = etc/init.d/vyatta-ofr
dhcphook_SCRIPTS = scripts/vyatta-dhclient-hook
+modprobe_SCRIPTS = etc/modprobe.d/vyatta_nocopybreak
lib_LTLIBRARIES = src/libvyatta-cfg.la
src_libvyatta_cfg_la_LIBADD = /usr/lib/libglib-2.0.la