1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-01 03:22:21 +03:00
openwrt-packages/ben-cyrillic/files/ben-cyrillic.init

9 lines
103 B
Bash
Executable File

#!/bin/sh /etc/rc.common
# Copyright (C) 2008 OpenWrt.org
START=41
start() {
/usr/sbin/russian.sh
}