D-Link DAP-1350 initial support

The initial support for the D-Link DAP-1350.
USB related functionality is not tested.

Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp>

SVN-Revision: 32821
This commit is contained in:
John Crispin
2012-07-24 20:38:43 +00:00
parent b891eec700
commit 799d6deab0
11 changed files with 136 additions and 0 deletions

View File

@@ -29,6 +29,10 @@ preinit_set_mac_address() {
mac=$(ramips_get_mac_binary devdata 16388)
ifconfig eth0 hw ether $mac 2>/dev/null
;;
dap-1350)
mac=$(ramips_get_mac_binary devdata 46)
ifconfig eth0 hw ether $mac 2>/dev/null
;;
all0256n |\
all5002 | \
fonera20n |\

View File

@@ -80,6 +80,9 @@ ramips_board_name() {
*"DIR-600 B2")
name="dir-600-b2"
;;
*"DAP-1350")
name="dap-1350"
;;
*"ESR-9753")
name="esr-9753"
;;

View File

@@ -21,6 +21,7 @@ platform_check_image() {
dir-300-b1 | \
dir-600-b1 | \
dir-600-b2 | \
dap-1350 | \
esr-9753 | \
fonera20n | \
freestation5 | \