1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-08-27 02:43:21 +03:00
openwrt-packages/nanonote-files/script-files/etc/uci-defaults/01-optimization-for-ben-nanonote

15 lines
233 B
Plaintext
Raw Normal View History

#!/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