summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/patches-2.6.23/120-cf.patch
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-23 10:46:19 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-23 10:46:19 +0000
commit3fb6c53e6d43887437a7dcbbb4f2da4fcf23967f (patch)
tree9e3f5f455303e0c3a08ed2a94776d28b00dd6904 /target/linux/adm5120/patches-2.6.23/120-cf.patch
parentcec0e612add24b1b571924cb847552634e27e3fc (diff)
The RB513 CF driver is now a module, enable it by default for the RB1xx profile.
Fix the membase of the CF driver. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9416 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/patches-2.6.23/120-cf.patch')
-rw-r--r--target/linux/adm5120/patches-2.6.23/120-cf.patch14
1 files changed, 13 insertions, 1 deletions
diff --git a/target/linux/adm5120/patches-2.6.23/120-cf.patch b/target/linux/adm5120/patches-2.6.23/120-cf.patch
index cbfe42d6c..6a4165130 100644
--- a/target/linux/adm5120/patches-2.6.23/120-cf.patch
+++ b/target/linux/adm5120/patches-2.6.23/120-cf.patch
@@ -7,7 +7,7 @@ Index: linux-2.6.23/drivers/block/Kconfig
module will be called z2ram.
+config BLK_DEV_CF_MIPS
-+ bool "CF slot of RB153 board"
++ tristate "CF slot of RB153 board"
+ depends on MIPS_ADM5120
+ default y
+ help
@@ -29,3 +29,15 @@ Index: linux-2.6.23/drivers/block/Makefile
obj-$(CONFIG_AMIGA_FLOPPY) += amiflop.o
obj-$(CONFIG_PS3_DISK) += ps3disk.o
obj-$(CONFIG_ATARI_FLOPPY) += ataflop.o
+diff --git a/fs/partitions/check.c b/fs/partitions/check.c
+index 722e12e..60af038 100644
+--- a/fs/partitions/check.c
++++ b/fs/partitions/check.c
+@@ -526,6 +526,7 @@ exit:
+ kobject_uevent(&p->kobj, KOBJ_ADD);
+ }
+ }
++EXPORT_SYMBOL(register_disk);
+
+ int rescan_partitions(struct gendisk *disk, struct block_device *bdev)
+ {