mirror of https://github.com/hak5/openwrt-owl.git
parent
32b9e8c750
commit
323ece9474
|
@ -93,10 +93,8 @@ static struct mtd_partition wcr150gn_partitions[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct physmap_flash_data wcr150gn_flash_data = {
|
static struct physmap_flash_data wcr150gn_flash_data = {
|
||||||
#ifdef CONFIG_MTD_PARTITIONS
|
|
||||||
.nr_parts = ARRAY_SIZE(wcr150gn_partitions),
|
.nr_parts = ARRAY_SIZE(wcr150gn_partitions),
|
||||||
.parts = wcr150gn_partitions,
|
.parts = wcr150gn_partitions,
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static void __init wcr150gn_init(void)
|
static void __init wcr150gn_init(void)
|
||||||
|
|
Loading…
Reference in New Issue