summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/base-files.mk
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-19 19:51:11 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-19 19:51:11 +0000
commit2e0e79b882a5a526927852b73df9df92516443e3 (patch)
tree5f96e8b9ae9d10b196e057686818e1254eb9ebfc /target/linux/x86/base-files.mk
parent9c407b3b078189580e4be40d467898c9905a9ec5 (diff)
root users folder is now in the fs and no longer /tmp
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8844 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 000000000..d77ab55b8
--- /dev/null
+++ b/target/linux/x86/base-files.mk
@@ -0,0 +1,5 @@
+define Package/base-files/install-target
+ mkdir -p $(1)/root
+endef
+
+