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:
@@ -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
|
||||
Reference in New Issue
Block a user