diff options
author | John Crispin <blogic@openwrt.org> | 2007-09-19 19:51:11 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2007-09-19 19:51:11 +0000 |
commit | fa7c428bad3eee741b737a36dd47481c3ccdf5a2 (patch) | |
tree | 5f96e8b9ae9d10b196e057686818e1254eb9ebfc /target/linux/x86/base-files.mk | |
parent | 4e5964b095c091a2a5d784d1f4b1ef9a0f050c60 (diff) | |
download | upstream-fa7c428bad3eee741b737a36dd47481c3ccdf5a2.tar.gz upstream-fa7c428bad3eee741b737a36dd47481c3ccdf5a2.tar.bz2 upstream-fa7c428bad3eee741b737a36dd47481c3ccdf5a2.zip |
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.mk | 5 |
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 + + |