1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-26 03:56:43 +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
}