diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-07-31 11:38:40 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-07-31 11:38:40 +0200 |
commit | d6b8a2832973d7bf767039a91905059bc7800452 (patch) | |
tree | 8619687adc86498cafeea97eb7d54b7b44fee7d8 /Make.config.template | |
parent | 44a4d1211783e8b0436ff988158a39ecab119524 (diff) | |
download | vdr-d6b8a2832973d7bf767039a91905059bc7800452.tar.gz vdr-d6b8a2832973d7bf767039a91905059bc7800452.tar.bz2 |
Added the command line options '--lirc', '--rcu' and '--no-kbd'
Diffstat (limited to 'Make.config.template')
-rw-r--r-- | Make.config.template | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Make.config.template b/Make.config.template index 3c429e77..149ce986 100644 --- a/Make.config.template +++ b/Make.config.template @@ -6,7 +6,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Make.config.template 1.4 2005/05/14 10:32:33 kls Exp $ +# $Id: Make.config.template 1.5 2005/07/31 11:35:28 kls Exp $ ### The C compiler and options: @@ -25,3 +25,8 @@ BINDIR = /usr/local/bin PLUGINDIR= ./PLUGINS PLUGINLIBDIR= $(PLUGINDIR)/lib VIDEODIR = /video + +### The remote control: + +LIRC_DEVICE = /dev/lircd +RCU_DEVICE = /dev/ttyS1 |