From d3bdf5684b1b0e9bc85f30bc349f48d02fcdb2bc Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Wed, 17 Oct 2012 13:36:51 +0800 Subject: [PATCH] Fix failed to launch at system boot up on x86 Fix TDIS-399 which causes sdbd start failed at system boot up. The root cause is it depends on connman to bring up NIC. Start sdbd at system boot up is a temporarily way, it will be obselete after usb mode setting from UI enabled for x86. Change-Id: If2b8f25a6c5b5bb6a7ddecdc77428d5b4acbf9f2 Signed-off-by: Chengwei Yang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efc0c6a..d44971c 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ ifeq ($(MODULE),sdbd) endif ifeq ($(TARGET_ARCH),x86) mkdir -p $(DESTDIR)/$(RCSCRIPTDIR) - install script/S06sdbd $(DESTDIR)/$(RCSCRIPTDIR)/S06sdbd + install script/S06sdbd $(DESTDIR)/$(RCSCRIPTDIR)/S85sdbd endif clean : -- 2.34.1