yet another workaround

git-svn-id: svn://svn.openwrt.org/openwrt/packages@13448 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2008-11-30 17:10:21 +00:00
parent 718d2364ff
commit 59fd287723

View File

@ -41,5 +41,5 @@ start() {
#config_foreach start_with_x start #config_foreach start_with_x start
X $ARGS & X $ARGS &
#eval $START # not used yet, because the buildroot lacks of the functionality of editing uci-values while building a package #eval $START # not used yet, because the buildroot lacks of the functionality of editing uci-values while building a package
DISPLAY=":0" WM & # workaround sleep 1 && DISPLAY=":0" WM & # workaround
} }