diff options
Diffstat (limited to 'target/linux/generic/image/.svn/text-base')
-rw-r--r-- | target/linux/generic/image/.svn/text-base/Makefile.svn-base | 12 | ||||
-rw-r--r-- | target/linux/generic/image/.svn/text-base/initramfs-base-files.txt.svn-base | 9 |
2 files changed, 21 insertions, 0 deletions
diff --git a/target/linux/generic/image/.svn/text-base/Makefile.svn-base b/target/linux/generic/image/.svn/text-base/Makefile.svn-base new file mode 100644 index 0000000..e733e0a --- /dev/null +++ b/target/linux/generic/image/.svn/text-base/Makefile.svn-base @@ -0,0 +1,12 @@ +# +# Copyright (C) 2006-2010 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# +include $(TOPDIR)/rules.mk +include $(INCLUDE_DIR)/image.mk + +# use default targets for everything + +$(eval $(call BuildImage)) diff --git a/target/linux/generic/image/.svn/text-base/initramfs-base-files.txt.svn-base b/target/linux/generic/image/.svn/text-base/initramfs-base-files.txt.svn-base new file mode 100644 index 0000000..eda5d0d --- /dev/null +++ b/target/linux/generic/image/.svn/text-base/initramfs-base-files.txt.svn-base @@ -0,0 +1,9 @@ +nod /dev/console 600 0 0 c 5 1 +nod /dev/null 666 0 0 c 1 3 +nod /dev/zero 666 0 0 c 1 5 +nod /dev/tty 666 0 0 c 5 0 +nod /dev/tty0 660 0 0 c 4 0 +nod /dev/tty1 660 0 0 c 4 1 +nod /dev/random 666 0 0 c 1 8 +nod /dev/urandom 666 0 0 c 1 9 +dir /dev/pts 755 0 0 |