summaryrefslogtreecommitdiffstats
path: root/utils/lcd4linux-tew673gru/files/tew673gru-lcd
blob: 66890c9ecc47d80f213ba7a22e9a8c9f3a77e572 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
#
# Copyright (C) 2012 OpenWrt.org
#

. /lib/ar71xx.sh

board=$(ar71xx_board_name)

if [ "${board}" == "tew-673gru" ]; then
	cp -f /etc/lcd4linux_tew673gru.conf /etc/lcd4linux.conf
	chmod 600 /etc/lcd4linux.conf
	chown root:root /etc/lcd4linux.conf
fi