1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

nanonote-files: cleanup the file structure. move data/qi_lb60/files to package root

This commit is contained in:
Xiangfu
2012-04-09 14:40:05 +08:00
parent 625f215e83
commit f74c593b03
14 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#!/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