brcm47xx: add initial board detection code
[openwrt/openwrt.git] / target / linux / brcm47xx / patches-3.6 / 400-arch-bcm47xx.patch
index c8c3158c1004bc3c5c66a2ea38469738803d5efc..3f8b14dba41519ae2bdbd99565df7f246d4f7819 100644 (file)
 +EXPORT_SYMBOL(nvram_get);
 --- a/arch/mips/bcm47xx/Makefile
 +++ b/arch/mips/bcm47xx/Makefile
-@@ -4,4 +4,5 @@
- #
+@@ -5,4 +5,5 @@
  
  obj-y                                 += irq.o nvram.o prom.o serial.o setup.o time.o sprom.o
+ obj-y                         += board.o
 +obj-y                                 += gpio.o
  obj-$(CONFIG_BCM47XX_SSB)     += wgt634u.o
 --- /dev/null