summaryrefslogtreecommitdiff
path: root/target/linux/generic-2.6/patches-2.6.22/904-ls_time_locale.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-06-16 12:40:48 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-06-16 12:40:48 +0000
commit2f4fa6de7453790e0626da50078b2756dd747ca6 (patch)
treedb6af3bddf359b63b08b4ad6cd37535551613bec /target/linux/generic-2.6/patches-2.6.22/904-ls_time_locale.patch
parente147bf8fa3c6e9023fbda64bfeb95de2910ab656 (diff)
downloadmtk-20170518-2f4fa6de7453790e0626da50078b2756dd747ca6.zip
mtk-20170518-2f4fa6de7453790e0626da50078b2756dd747ca6.tar.gz
mtk-20170518-2f4fa6de7453790e0626da50078b2756dd747ca6.tar.bz2
refresh generic 2.6.22 patches
SVN-Revision: 11498
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.22/904-ls_time_locale.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.22/904-ls_time_locale.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.22/904-ls_time_locale.patch b/target/linux/generic-2.6/patches-2.6.22/904-ls_time_locale.patch
index 06f5c0f..401b151 100644
--- a/target/linux/generic-2.6/patches-2.6.22/904-ls_time_locale.patch
+++ b/target/linux/generic-2.6/patches-2.6.22/904-ls_time_locale.patch
@@ -1,8 +1,6 @@
-Index: linux-2.6.22.19/scripts/gen_initramfs_list.sh
-===================================================================
---- linux-2.6.22.19.orig/scripts/gen_initramfs_list.sh
-+++ linux-2.6.22.19/scripts/gen_initramfs_list.sh
-@@ -125,7 +125,7 @@ parse() {
+--- a/scripts/gen_initramfs_list.sh
++++ b/scripts/gen_initramfs_list.sh
+@@ -125,7 +125,7 @@
str="${ftype} ${name} ${location} ${str}"
;;
"nod")
@@ -11,7 +9,7 @@ Index: linux-2.6.22.19/scripts/gen_initramfs_list.sh
local maj=`field 5 ${dev}`
local min=`field 6 ${dev}`
maj=${maj%,}
-@@ -135,7 +135,7 @@ parse() {
+@@ -135,7 +135,7 @@
str="${ftype} ${name} ${str} ${dev} ${maj} ${min}"
;;
"slink")