projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
when changing the mac address of a bridge interface, keep member interface addresses...
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.31
/
510-yaffs_support.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.31/510-yaffs_support.patch
b/target/linux/generic-2.6/patches-2.6.31/510-yaffs_support.patch
index
287f793
..
08a1efc
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.31/510-yaffs_support.patch
+++ b/
target/linux/generic-2.6/patches-2.6.31/510-yaffs_support.patch
@@
-1,6
+1,6
@@
--- a/fs/Kconfig
+++ b/fs/Kconfig
--- a/fs/Kconfig
+++ b/fs/Kconfig
-@@ -1
96,6 +196
,7 @@ source "fs/sysv/Kconfig"
+@@ -1
88,6 +188
,7 @@ source "fs/sysv/Kconfig"
source "fs/ufs/Kconfig"
source "fs/exofs/Kconfig"
source "fs/nilfs2/Kconfig"
source "fs/ufs/Kconfig"
source "fs/exofs/Kconfig"
source "fs/nilfs2/Kconfig"
@@
-10,7
+10,7
@@
--- a/fs/Makefile
+++ b/fs/Makefile
--- a/fs/Makefile
+++ b/fs/Makefile
-@@ -12
6,3 +126
,4 @@ obj-$(CONFIG_OCFS2_FS) += ocfs2/
+@@ -12
5,3 +125
,4 @@ obj-$(CONFIG_OCFS2_FS) += ocfs2/
obj-$(CONFIG_BTRFS_FS) += btrfs/
obj-$(CONFIG_GFS2_FS) += gfs2/
obj-$(CONFIG_EXOFS_FS) += exofs/
obj-$(CONFIG_BTRFS_FS) += btrfs/
obj-$(CONFIG_GFS2_FS) += gfs2/
obj-$(CONFIG_EXOFS_FS) += exofs/
This page took
0.027361 seconds
and
4
git commands to generate.