1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-08 04:46:24 +03:00
openwrt-packages/nanonote-files/data/qi_lb60/files/etc/uci-defaults/01-optimization-for-ben-nanonote
2012-04-04 18:28:32 +08: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