summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/base-files.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-09-19 19:51:11 +0000
committerJohn Crispin <john@openwrt.org>2007-09-19 19:51:11 +0000
commit0a08fde2dc6eae2c603a2e87a16a84309415b4ba (patch)
treeaa0e339df3575ab71ac8ab4146848f4c70179703 /target/linux/x86/base-files.mk
parentce63393e3663a28c8a875c16793f177c62e8d2b7 (diff)
downloadmaster-31e0f0ae-0a08fde2dc6eae2c603a2e87a16a84309415b4ba.tar.gz
master-31e0f0ae-0a08fde2dc6eae2c603a2e87a16a84309415b4ba.tar.bz2
master-31e0f0ae-0a08fde2dc6eae2c603a2e87a16a84309415b4ba.zip
root users folder is now in the fs and no longer /tmp
SVN-Revision: 8844
Diffstat (limited to 'target/linux/x86/base-files.mk')
-rw-r--r--target/linux/x86/base-files.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/x86/base-files.mk b/target/linux/x86/base-files.mk
new file mode 100644
index 0000000000..d77ab55b8e
--- /dev/null
+++ b/target/linux/x86/base-files.mk
@@ -0,0 +1,5 @@
+define Package/base-files/install-target
+ mkdir -p $(1)/root
+endef
+
+