summaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2011-08-05 14:58:40 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2011-08-05 18:20:29 +0200
commitccaeb1a00cb4725d8cfe13034f5274cfdefea619 (patch)
tree903c28bbbb8e5025a4193d2b5cfdcc76db7a31ae /arch/mips/Makefile
parentd507792a51882e9b299068414fb261266c9ab983 (diff)
downloadbarebox-ccaeb1a00cb4725d8cfe13034f5274cfdefea619.tar.gz
barebox-ccaeb1a00cb4725d8cfe13034f5274cfdefea619.tar.xz
MIPS: add initial D-Link DIR-320 wireless router support
Can be started from CFE using tftp, e.g.: CFE> ifconfig eth0 -addr=192.168.0.99 CFE> boot -tftp -addr=a0800000 -raw 192.168.0.1:barebox.bin Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 122181f4c1..43b8ae6638 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -64,6 +64,7 @@ machine-$(CONFIG_MACH_MIPS_MALTA) := malta
board-$(CONFIG_BOARD_QEMU_MALTA) := qemu-malta
machine-$(CONFIG_MACH_MIPS_BCM47XX) := bcm47xx
+board-$(CONFIG_BOARD_DLINK_DIR320) := dlink-dir-320
machdirs := $(patsubst %,arch/mips/mach-%/,$(machine-y))