1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-16 11:34:12 +03:00
openwrt-packages/setfont2/files/setfont2.init
Xiangfu Liu 52eafe1ce5 [new package] [setfont2] Set 32-bit color fonts. by Neil
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-07-22 15:02:54 +08:00

12 lines
179 B
Bash
Executable File

#!/bin/sh /etc/rc.common
# Copyright (C) 2008 OpenWrt.org
START=40
FONT="un-fuzzy-6x10-font.pnm"
PATH_TO_FONT="/usr/share/setfont2/$FONT"
start() {
setfont2 "$PATH_TO_FONT"
}