From e95b729c71e4fb845837dc615a7e8a0461c261d8 Mon Sep 17 00:00:00 2001 From: Soyoung Kim Date: Wed, 16 Jan 2013 16:50:16 +0900 Subject: [PATCH] preinstall plugin during booting time for window SDK [Issue#] TDIS-2320 [Problem] Takes up a lot of time when you first install the widget on window SDK [Cause] plugin installation takes lots of time. [Solution] plugin installation should be installed during booting time. [SCMRequest] N/A --- etc/wrt_preinstall_widgets.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/wrt_preinstall_widgets.sh b/etc/wrt_preinstall_widgets.sh index 9742d0d..2d7b9d5 100755 --- a/etc/wrt_preinstall_widgets.sh +++ b/etc/wrt_preinstall_widgets.sh @@ -75,4 +75,7 @@ if [ ! -d $_working_dir ]; then exit 1 fi +#Plugin installation is temporary code for window SDK +/usr/bin/wrt-installer -p + install_widgets -- 2.7.4