diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-05-26 15:55:48 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-05-26 15:55:48 +0000 |
commit | 9037e9943bb790218e8b22361ea31fda110834f1 (patch) | |
tree | 84c7e1ade0776c1bc3a4150c6c72fa00628f0c89 /target/linux | |
parent | 3237230249938eff87bc40954b754c89af0f0a3e (diff) | |
download | upstream-9037e9943bb790218e8b22361ea31fda110834f1.tar.gz upstream-9037e9943bb790218e8b22361ea31fda110834f1.tar.bz2 upstream-9037e9943bb790218e8b22361ea31fda110834f1.zip |
oops, one file got left out.. also add a profile for the WRTSL54GS - still from noz :)
SVN-Revision: 7338
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm47xx-2.6/patches/180-cpu_fixes2.patch | 30 | ||||
-rw-r--r-- | target/linux/brcm47xx-2.6/profiles/WRTSL54GS.mk | 17 |
2 files changed, 47 insertions, 0 deletions
diff --git a/target/linux/brcm47xx-2.6/patches/180-cpu_fixes2.patch b/target/linux/brcm47xx-2.6/patches/180-cpu_fixes2.patch new file mode 100644 index 0000000000..89254c0b33 --- /dev/null +++ b/target/linux/brcm47xx-2.6/patches/180-cpu_fixes2.patch @@ -0,0 +1,30 @@ +--- linux-2.6.21.1/arch/mips/bcm947xx/irq.c.orig 2007-05-18 21:27:17.000000000 +0100 ++++ linux-2.6.21.1/arch/mips/bcm947xx/irq.c 2007-05-24 23:25:38.000000000 +0100 +@@ -59,5 +59,5 @@ + + void __init arch_init_irq(void) + { +- mips_cpu_irq_init(0); ++ mips_cpu_irq_init(); + } +--- linux-2.6.21.1/arch/mips/bcm947xx/prom.c.orig 2007-05-18 21:27:17.000000000 +0100 ++++ linux-2.6.21.1/arch/mips/bcm947xx/prom.c 2007-05-24 23:46:06.000000000 +0100 +@@ -56,7 +56,6 @@ + add_memory_region(0, mem, BOOT_MEM_RAM); + } + +-unsigned long __init prom_free_prom_memory(void) ++void __init prom_free_prom_memory(void) + { +- return 0; + } +--- linux-2.6.21.1/drivers/mtd/maps/bcm47xx-flash.c.orig 2007-05-18 21:27:17.000000000 +0100 ++++ linux-2.6.21.1/drivers/mtd/maps/bcm47xx-flash.c 2007-05-25 00:22:18.000000000 +0100 +@@ -40,6 +40,7 @@ + #include <linux/module.h> + #include <linux/types.h> + #include <linux/kernel.h> ++#include <linux/sched.h> + #include <linux/wait.h> + #include <linux/mtd/mtd.h> + #include <linux/mtd/map.h> diff --git a/target/linux/brcm47xx-2.6/profiles/WRTSL54GS.mk b/target/linux/brcm47xx-2.6/profiles/WRTSL54GS.mk new file mode 100644 index 0000000000..969160c81d --- /dev/null +++ b/target/linux/brcm47xx-2.6/profiles/WRTSL54GS.mk @@ -0,0 +1,17 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/WRTSL54GS + NAME:=Linksys WRTSL54GS + PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-storage kmod-fs-ext3 e2fsprogs +endef + +define Profile/WRTSL54GS/Description + Package set compatible with the Linksys WRTSL54GS. Contains USB support +endef +$(eval $(call Profile,WRTSL54GS)) + |