branch Attitude Adjustment packages
[12.09/packages.git] / utils / lcd4linux-tew673gru / files / tew673gru-lcd
1 #!/bin/sh
2 #
3 # Copyright (C) 2012 OpenWrt.org
4 #
5
6 . /lib/ar71xx.sh
7
8 board=$(ar71xx_board_name)
9
10 if [ "${board}" == "tew-673gru" ]; then
11         cp -f /etc/lcd4linux_tew673gru.conf /etc/lcd4linux.conf
12         chmod 600 /etc/lcd4linux.conf
13         chown root:root /etc/lcd4linux.conf
14 fi