1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-22 13:41:53 +02:00

create pango.modules when system first boot

This commit is contained in:
Xiangfu Liu 2011-02-22 11:23:44 +08:00
parent 520487b3cf
commit a7d0746dc0

View File

@ -1,8 +1,14 @@
#!/bin/sh #!/bin/sh
# no need in NanoNote
/etc/init.d/atd disable /etc/init.d/atd disable
/etc/init.d/led disable /etc/init.d/led disable
/etc/init.d/telnet disable /etc/init.d/telnet disable
# write default u-boot env to nand # write default u-boot env to nand
/usr/bin/mtd.nn fw_setenv_default /usr/bin/mtd.nn fw_setenv_default
# generate pango.modules
pango-querymodules > '/etc/pango/pango.modules'
exit 0