aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-600-a1.c
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-06-02 14:43:35 +0000
committerJohn Crispin <blogic@openwrt.org>2014-06-02 14:43:35 +0000
commit7b35f478961c9b7ed4eececdebfaffd76f6b274c (patch)
treeb5710c0113021db4bb52bb66f3bc5ce71d5405be /target/linux/ar71xx/files/arch/mips/ath79/mach-dir-600-a1.c
parent1904d51b94fc1b7fbf8c0ff3ede95405b0e94d16 (diff)
downloadmaster-187ad058-7b35f478961c9b7ed4eececdebfaffd76f6b274c.tar.gz
master-187ad058-7b35f478961c9b7ed4eececdebfaffd76f6b274c.tar.bz2
master-187ad058-7b35f478961c9b7ed4eececdebfaffd76f6b274c.zip
ar71xx: add support for dlink dir-615-e1
Dlink dir-615-e1 can use dir-600-a1's image, but the image can't be uploaded through dlink's normal firmware update web page. Add profile for dir-615-e1 so the generated image can be uploaded through the firmware update web page. Signed-off-by: Zhao, Gang <gamerh2o@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40969 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-dir-600-a1.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-dir-600-a1.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-600-a1.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-600-a1.c
index c0fa9008c0..321fdce708 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-600-a1.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-600-a1.c
@@ -141,6 +141,14 @@ static void __init dir_600_a1_setup(void)
MIPS_MACHINE(ATH79_MACH_DIR_600_A1, "DIR-600-A1", "D-Link DIR-600 rev. A1",
dir_600_a1_setup);
+static void __init dir_615_e1_setup(void)
+{
+ dir_600_a1_setup();
+}
+
+MIPS_MACHINE(ATH79_MACH_DIR_615_E1, "DIR-615-E1", "D-Link DIR-615 rev. E1",
+ dir_615_e1_setup);
+
static void __init dir_615_e4_setup(void)
{
dir_600_a1_setup();