OpenWrt – Diff between revs 2 and 3
?pathlinks?
Rev 2 | Rev 3 | |||
---|---|---|---|---|
Line 55... | Line 55... | |||
55 | source "drivers/mtd/spi-nor/Kconfig" |
55 | source "drivers/mtd/spi-nor/Kconfig" |
|
Line 56... | Line 56... | |||
56 | |
56 | |
|
57 | source "drivers/mtd/ubi/Kconfig" |
57 | source "drivers/mtd/ubi/Kconfig" |
|
58 | --- a/drivers/mtd/Makefile |
58 | --- a/drivers/mtd/Makefile |
|
59 | +++ b/drivers/mtd/Makefile |
59 | +++ b/drivers/mtd/Makefile |
|
Line 60... | Line 60... | |||
60 | @@ -37,6 +37,7 @@ inftl-objs := inftlcore.o inftlmount.o |
60 | @@ -37,5 +37,6 @@ inftl-objs := inftlcore.o inftlmount.o |
|
Line 61... | Line 61... | |||
61 | |
61 | |
|
62 | obj-y += chips/ lpddr/ maps/ devices/ nand/ onenand/ tests/ |
62 | obj-y += chips/ lpddr/ maps/ devices/ nand/ onenand/ tests/ |
|
63 | |
63 | |
|
64 | +obj-$(CONFIG_MTD_SPI_NAND) += spi-nand/ |
- | ||
65 | obj-$(CONFIG_MTD_SPI_NOR) += spi-nor/ |
64 | +obj-$(CONFIG_MTD_SPI_NAND) += spi-nand/ |
|
66 | obj-$(CONFIG_MTD_UBI) += ubi/ |
65 | obj-$(CONFIG_MTD_SPI_NOR) += spi-nor/ |
|
67 | |
66 | obj-$(CONFIG_MTD_UBI) += ubi/ |
|
68 | --- /dev/null |
67 | --- /dev/null |
|
69 | +++ b/drivers/mtd/spi-nand/Kconfig |
68 | +++ b/drivers/mtd/spi-nand/Kconfig |