1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-17 07:20:59 +03:00
openwrt-packages/nanonote-files/script-files/etc/uci-defaults/01-optimization-for-ben-nanonote
kyak bb20bc3a75 generate fontconfig cache from uci-defaults
don't generate pango.modules as it is handled by
/etc/init.d/pango-querymodules
2011-02-27 00:15:34 +03:00

15 lines
233 B
Bash

#!/bin/sh
# no need in NanoNote
/etc/init.d/atd disable
/etc/init.d/led disable
/etc/init.d/telnet disable
# write default u-boot env to nand
/usr/bin/mtd.nn fw_setenv_default
# generate fontconfig cache
/usr/bin/fc-cache
exit 0