X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/55877ca580a76f5c3dc9c5c1d402cd69327089c2..e4eedbb9460a20f0d5d041472481141e85f31cec:/target/linux/brcm-2.4/patches/004-flash.patch diff --git a/target/linux/brcm-2.4/patches/004-flash.patch b/target/linux/brcm-2.4/patches/004-flash.patch index f34efb014..cbcf0da3b 100644 --- a/target/linux/brcm-2.4/patches/004-flash.patch +++ b/target/linux/brcm-2.4/patches/004-flash.patch @@ -1,3 +1,13 @@ +--- a/arch/mips/bcm947xx/Makefile ++++ b/arch/mips/bcm947xx/Makefile +@@ -11,6 +11,7 @@ export-objs := export.o + obj-y := prom.o setup.o time.o sbmips.o gpio.o + obj-y += nvram.o cfe_env.o hndpmu.o + obj-y += sbutils.o utils.o bcmsrom.o hndchipc.o ++obj-y += sflash.o + obj-$(CONFIG_PCI) += sbpci.o pcibios.o + obj-y += export.o + --- a/drivers/mtd/devices/Config.in +++ b/drivers/mtd/devices/Config.in @@ -5,6 +5,7 @@