projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add bcm94710a0 cache workarounds to brcm47xx-2.6 (fix #1502)
[openwrt.git]
/
target
/
linux
/
brcm63xx-2.6
/
patches
/
001-bcm963xx.patch
diff --git
a/target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch
b/target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch
index
0af0a7e
..
35dfe51
100644
(file)
--- a/
target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch
+++ b/
target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch
@@
-52,7
+52,7
@@
diff -urN linux-2.6.19/arch/mips/bcm963xx/Kconfig linux-2.6.19.new/arch/mips/bcm
+choice
+ prompt "Broadcom Commengine ADSL board"
+ depends on BCM963XX
+choice
+ prompt "Broadcom Commengine ADSL board"
+ depends on BCM963XX
-+ default BCM9634
5
++ default BCM9634
8
+ help
+ Select different Broadcom ADSL board
+
+ help
+ Select different Broadcom ADSL board
+
@@
-9427,7
+9427,7
@@
diff -urN linux-2.6.19/drivers/serial/bcm63xx_cons.c linux-2.6.19.new/drivers/se
+ return -ENOMEM;
+
+ serial_driver->owner = THIS_MODULE;
+ return -ENOMEM;
+
+ serial_driver->owner = THIS_MODULE;
-+
serial_driver->devfs_name = "tts/";
++
//
serial_driver->devfs_name = "tts/";
+// serial_driver.magic = TTY_DRIVER_MAGIC;
+ serial_driver->name = "ttyS";
+ serial_driver->major = TTY_MAJOR;
+// serial_driver.magic = TTY_DRIVER_MAGIC;
+ serial_driver->name = "ttyS";
+ serial_driver->major = TTY_MAJOR;
This page took
0.03475 seconds
and
4
git commands to generate.