1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2012-02-08 16:39:21 +00:00

15 lines
262 B
Bash
Executable File

#!/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