commit 36294e37cc43789b67a54cd8cdb1af1c49cb6ad3
Author: p4u <hakais@gmail.com>
Date:   Sat Jun 23 13:49:44 2012 +0200

    Added link to files

diff --git a/Makefile b/Makefile
index bb42a5d..8793902 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,7 @@ define checkout_src
 	mkdir -p dl
 	ln -fs ../../dl $(BUILD_DIR)/$(TARGET)/dl
 	ln -fs ../qmp/files $(BUILD_DIR)/$(TARGET)/files
+	ln -fs $(BUILD_DIR)/qmp/files files
 	rm -rf $(BUILD_DIR)/$(TARGET)/feeds/
 	cp -f $(BUILD_DIR)/qmp/feeds.conf $(BUILD_DIR)/$(TARGET)/
 	sed -i -e "s|PATH|`pwd`/$(BUILD_DIR)|" $(BUILD_DIR)/$(TARGET)/feeds.conf
diff --git a/README b/README
index d2de9f0..2e03b8d 100644
--- a/README
+++ b/README
@@ -118,5 +118,6 @@ There are several directories and files. This is the functionallity for each of
 
     - images: output directory for compiled images, each of them has a different timestamp, so you can have as many as you want
 
+    - files: directories and files inside will be directly copied to the root of the system image
 
 
