diff options
author | James <> | 2013-03-17 12:16:37 +0000 |
---|---|---|
committer | James <> | 2013-03-17 12:16:37 +0000 |
commit | 27b76ab0671089c47506615a796a261e993896a7 (patch) | |
tree | 61213d67e7fa87b20356b23798558e2c4212c42f /target/linux/generic/image/.svn | |
download | trunk-36060-master.tar.gz trunk-36060-master.tar.bz2 trunk-36060-master.zip |
Diffstat (limited to 'target/linux/generic/image/.svn')
4 files changed, 125 insertions, 0 deletions
diff --git a/target/linux/generic/image/.svn/entries b/target/linux/generic/image/.svn/entries new file mode 100644 index 0000000..ea4a4f2 --- /dev/null +++ b/target/linux/generic/image/.svn/entries @@ -0,0 +1,99 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/generic/image +svn://svn.openwrt.org/openwrt + + + +2010-06-26T20:42:58.993070Z +21952 +nbd + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +initramfs-base-files.txt +file + + + + +2013-03-17T12:13:04.000000Z +eb335d9266ebd0612dc845f99820ae88 +2010-06-26T20:42:58.993070Z +21952 +nbd + + + + + + + + + + + + + + + + + + + + + +252 + +lzma-loader +dir + +Makefile +file + + + + +2013-03-17T12:13:04.000000Z +b35e6c35eda3c9618e034c7b793fac1d +2010-06-26T20:42:58.993070Z +21952 +nbd +has-props + + + + + + + + + + + + + + + + + + + + +282 + diff --git a/target/linux/generic/image/.svn/prop-base/Makefile.svn-base b/target/linux/generic/image/.svn/prop-base/Makefile.svn-base new file mode 100644 index 0000000..bdbd305 --- /dev/null +++ b/target/linux/generic/image/.svn/prop-base/Makefile.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:eol-style +V 6 +native +END 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 |