diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-08 15:35:22 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-08 15:35:22 +0000 |
commit | 703fb5a7050c4de699431c224a0644ddbede1775 (patch) | |
tree | af4a2e394859f938a593e2ee807a4517319a8675 /target/linux | |
parent | 4c9eccf5a4dca4e6b282bc96131edb5bc5ac9e4e (diff) | |
download | upstream-703fb5a7050c4de699431c224a0644ddbede1775.tar.gz upstream-703fb5a7050c4de699431c224a0644ddbede1775.tar.bz2 upstream-703fb5a7050c4de699431c224a0644ddbede1775.zip |
Fix the bcm96358 PRID
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8381 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch b/target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch index 92fc2252ce..f85ceb9c8d 100644 --- a/target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch +++ b/target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch @@ -184,7 +184,7 @@ diff -urN linux-2.6.19/include/asm-mips/cpu.h linux-2.6.19.new/include/asm-mips/ +#define PRID_IMP_BCM6338 0x9000 +#define PRID_IMP_BCM6345 0x8000 +#define PRID_IMP_BCM6348 0x9100 -+#define PRID_IMP_BCM6358 0x9200 ++#define PRID_IMP_BCM6358 0xA000 + /* * Definitions for 7:0 on legacy processors |