summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkos <kos@dev3>2013-10-31 02:33:34 (GMT)
committerkos <kos@dev3>2013-10-31 03:09:25 (GMT)
commit229a94a6507196a45823b8f0d7b03784e158d9b2 (patch)
tree8e5da574ed36c4c991fe9b91a9a2814e8c93ac14
parentc5a2712d854645622d378c3689eda92d76b5162d (diff)
modified OE_TOP path.
-rw-r--r--src/.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.config b/src/.config
index 1251fac..d1cac9d 100644
--- a/src/.config
+++ b/src/.config
@@ -14,5 +14,5 @@ SILENT_BUILD_MODE=y
ifeq ($(BUILD_CROSS),y)
ARCH=mipsel
FLATFORM=mipsel-oe-linux
-OE_TOP=/media/840EVO/vuplus/16/vuduo2/build/tmp
+OE_TOP=/home/kos/works/projects/vuplus-1.6/vuduo2/build/tmp
endif