mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-05 07:37:29 +02:00
9 lines
103 B
Plaintext
9 lines
103 B
Plaintext
|
#!/bin/sh /etc/rc.common
|
||
|
# Copyright (C) 2008 OpenWrt.org
|
||
|
START=41
|
||
|
|
||
|
start() {
|
||
|
/usr/sbin/russian.sh
|
||
|
}
|
||
|
|