diff options
Diffstat (limited to 'packages/linux/linux-ezx-2.6.21/update_patches.sh')
-rw-r--r-- | packages/linux/linux-ezx-2.6.21/update_patches.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/linux/linux-ezx-2.6.21/update_patches.sh b/packages/linux/linux-ezx-2.6.21/update_patches.sh deleted file mode 100644 index d63a1e8e7d..0000000000 --- a/packages/linux/linux-ezx-2.6.21/update_patches.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -set -e - -# Helper script to update patches and speedup filling the SRC_URI section of our .bb -# Run it while in packages/linux/linux-ezx-2.6.x/ - -[ -d patches ] && mtn drop -R patches -rm -rf patches - -svn --quiet co http://svn.openezx.org/trunk/src/kernel-2.6/patches/ patches -find patches -type f -print0 -mtn add patches patches/* - -cat patches/series | grep ^[0-9A-Za-z] | sed -e 's/.*/\tfile:\/\/patches\/\0;patch=1 \\/' -ls -1 patches/defconfig-* | sed -e 's/.*/\tfile:\/\/\0 \\/' - |