summaryrefslogtreecommitdiff
path: root/media-plugins/vdr-graphtft/files/rc-addon.sh
blob: 03fa4efc55bea2b9ca4109573c8ca9011c8939f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# rc-addon-script for plugin graphtft & graphtft-fe
#
# Joerg Bornkessel <hd_brummy@g.o>

. /etc/conf.d/vdr.graphtft

plugin_pre_vdr_start() {

		: ${GRAPHTFT_DEVICE:=/dev/fb0}

		add_plugin_param "-d ${GRAPHTFT_DEVICE}"
}