summaryrefslogtreecommitdiff
path: root/cleopatre/tools/flashfs
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/tools/flashfs')
-rw-r--r--cleopatre/tools/flashfs/.gitignore1
-rwxr-xr-xcleopatre/tools/flashfs/Makefile39
-rw-r--r--cleopatre/tools/flashfs/image/bin/NOPRUNE0
-rw-r--r--cleopatre/tools/flashfs/image/etc/NOPRUNE0
-rw-r--r--cleopatre/tools/flashfs/image/etc/init.d/NOPRUNE0
-rw-r--r--cleopatre/tools/flashfs/image/etc/network/NOPRUNE0
-rw-r--r--cleopatre/tools/flashfs/image/etc/plcdrv.conf14
-rw-r--r--cleopatre/tools/flashfs/image/lib/modules/NOPRUNE0
8 files changed, 0 insertions, 54 deletions
diff --git a/cleopatre/tools/flashfs/.gitignore b/cleopatre/tools/flashfs/.gitignore
deleted file mode 100644
index f1e12b42e5..0000000000
--- a/cleopatre/tools/flashfs/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/flashfs.jffs2
diff --git a/cleopatre/tools/flashfs/Makefile b/cleopatre/tools/flashfs/Makefile
deleted file mode 100755
index e101c3572e..0000000000
--- a/cleopatre/tools/flashfs/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# BLOCK_SIZE : Size of a block for your flash device
-BLOCK_SIZE= 65536 #for spansion S29GL064A10
-
-# FLASHDISK_SIZE : Size of your flash file system
-# it must be more than 512KB (524288B)
-# and at least 5 x (size of a block)
-#FLASHDISK_SIZE = 524288
-FLASHDISK_SIZE = 1048576
-
-
-
-DIR=$(CURDIR)
-IMAGE = $(DIR)/image
-TMP_IMAGE = /tmp/fimage
-FLASHDISK = $(DIR)/flashfs.jffs2
-
-all: buildjffs2
-
-clean:
- rm -rf $(FLASHDISK) $(TMP_IMAGE)
-
-$(FLASHDISK): buildjffs2
-
-buildjffs2:
- rm -rf $(TMP_IMAGE)
- cp -dpR $(IMAGE) $(TMP_IMAGE)
- /usr/bin/find $(TMP_IMAGE) -name NOPRUNE -exec echo {} > /tmp/list \;
- rm -f `cat /tmp/list`
- rm -f /tmp/list
- mkfs.jffs2 -l --pad=$(FLASHDISK_SIZE) -e $(BLOCK_SIZE) -d $(TMP_IMAGE) -o $(FLASHDISK)
- rm -rf $(TMP_IMAGE)
-
-.PHONY: buildjffs2
-
-
-
-
-
-
diff --git a/cleopatre/tools/flashfs/image/bin/NOPRUNE b/cleopatre/tools/flashfs/image/bin/NOPRUNE
deleted file mode 100644
index e69de29bb2..0000000000
--- a/cleopatre/tools/flashfs/image/bin/NOPRUNE
+++ /dev/null
diff --git a/cleopatre/tools/flashfs/image/etc/NOPRUNE b/cleopatre/tools/flashfs/image/etc/NOPRUNE
deleted file mode 100644
index e69de29bb2..0000000000
--- a/cleopatre/tools/flashfs/image/etc/NOPRUNE
+++ /dev/null
diff --git a/cleopatre/tools/flashfs/image/etc/init.d/NOPRUNE b/cleopatre/tools/flashfs/image/etc/init.d/NOPRUNE
deleted file mode 100644
index e69de29bb2..0000000000
--- a/cleopatre/tools/flashfs/image/etc/init.d/NOPRUNE
+++ /dev/null
diff --git a/cleopatre/tools/flashfs/image/etc/network/NOPRUNE b/cleopatre/tools/flashfs/image/etc/network/NOPRUNE
deleted file mode 100644
index e69de29bb2..0000000000
--- a/cleopatre/tools/flashfs/image/etc/network/NOPRUNE
+++ /dev/null
diff --git a/cleopatre/tools/flashfs/image/etc/plcdrv.conf b/cleopatre/tools/flashfs/image/etc/plcdrv.conf
deleted file mode 100644
index 6460ac5228..0000000000
--- a/cleopatre/tools/flashfs/image/etc/plcdrv.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-OPTIONS=""
-
-for i in $(cat /proc/cmdline)
-do
- if [[ "${i%%=*}" == "plcdrv" ]]
- then
- plcdrv=${i##plcdrv=}
- fi
- if [[ "${i%%=*}" == "plcfw" ]]
- then
- plcfw=${i##plcfw=}
- fi
-done
-
diff --git a/cleopatre/tools/flashfs/image/lib/modules/NOPRUNE b/cleopatre/tools/flashfs/image/lib/modules/NOPRUNE
deleted file mode 100644
index e69de29bb2..0000000000
--- a/cleopatre/tools/flashfs/image/lib/modules/NOPRUNE
+++ /dev/null