1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-29 00:15:08 +03:00
openwrt-packages/ben-cyrillic/files/ben-cyrillic.init

9 lines
103 B
Plaintext
Raw Normal View History

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