diff options
Diffstat (limited to 'target/linux/ixp4xx/patches/997-fsg3_buttons.patch')
-rw-r--r-- | target/linux/ixp4xx/patches/997-fsg3_buttons.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ixp4xx/patches/997-fsg3_buttons.patch b/target/linux/ixp4xx/patches/997-fsg3_buttons.patch index b9f589d529..1b8d8cf5ff 100644 --- a/target/linux/ixp4xx/patches/997-fsg3_buttons.patch +++ b/target/linux/ixp4xx/patches/997-fsg3_buttons.patch @@ -3,10 +3,10 @@ arch/arm/mach-ixp4xx/fsg-power.c | 168 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 169 insertions(+), 1 deletion(-) -Index: linux-2.6.21.6-armeb/arch/arm/mach-ixp4xx/fsg-power.c +Index: linux-2.6.21.7/arch/arm/mach-ixp4xx/fsg-power.c =================================================================== --- /dev/null -+++ linux-2.6.21.6-armeb/arch/arm/mach-ixp4xx/fsg-power.c ++++ linux-2.6.21.7/arch/arm/mach-ixp4xx/fsg-power.c @@ -0,0 +1,168 @@ +/* + * arch/arm/mach-ixp4xx/fsg-power.c @@ -176,11 +176,11 @@ Index: linux-2.6.21.6-armeb/arch/arm/mach-ixp4xx/fsg-power.c +MODULE_AUTHOR("Zintis Petersons <Zintis.Petersons@e-mail.lv>"); +MODULE_DESCRIPTION("FSG buttons driver"); +MODULE_LICENSE("GPL"); -Index: linux-2.6.21.6-armeb/arch/arm/mach-ixp4xx/Makefile +Index: linux-2.6.21.7/arch/arm/mach-ixp4xx/Makefile =================================================================== ---- linux-2.6.21.6-armeb.orig/arch/arm/mach-ixp4xx/Makefile -+++ linux-2.6.21.6-armeb/arch/arm/mach-ixp4xx/Makefile -@@ -30,7 +30,7 @@ +--- linux-2.6.21.7.orig/arch/arm/mach-ixp4xx/Makefile ++++ linux-2.6.21.7/arch/arm/mach-ixp4xx/Makefile +@@ -30,7 +30,7 @@ obj-$(CONFIG_MACH_GTWX5715) += gtwx5715- obj-$(CONFIG_MACH_NSLU2) += nslu2-setup.o nslu2-power.o obj-$(CONFIG_MACH_NAS100D) += nas100d-setup.o nas100d-power.o obj-$(CONFIG_MACH_DSMG600) += dsmg600-setup.o dsmg600-power.o |