ar71xx: enable images for WD My Net N750
Now that the switch works correctly we can enable the images for this board. Flashing from the factory firmware, the factory failsafe loader and sysupgrade was tested successfully. Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> Patchwork: http://patchwork.openwrt.org/patch/4617/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39130
This commit is contained in:
parent
1ebf211340
commit
2318a46d84
2 changed files with 10 additions and 0 deletions
|
@ -15,6 +15,15 @@ define Profile/MYNETN600/Description
|
||||||
endef
|
endef
|
||||||
$(eval $(call Profile,MYNETN600))
|
$(eval $(call Profile,MYNETN600))
|
||||||
|
|
||||||
|
define Profile/MYNETN750
|
||||||
|
NAME:=WD My Net N750
|
||||||
|
PACKAGES:=kmod-usb-core kmod-usb2
|
||||||
|
endef
|
||||||
|
define Profile/MYNETN750/Description
|
||||||
|
Package set optimized for the WD My Net N750 device.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call Profile,MYNETN750))
|
||||||
|
|
||||||
define Profile/MYNETREXT
|
define Profile/MYNETREXT
|
||||||
NAME:=WD My Net Wi-Fi Range Extender
|
NAME:=WD My Net Wi-Fi Range Extender
|
||||||
|
|
|
@ -955,6 +955,7 @@ $(eval $(call SingleProfile,Planex,64kraw,MZKW04NU,mzk-w04nu,MZK-W04NU,ttyS0,115
|
||||||
$(eval $(call SingleProfile,Planex,64kraw,MZKW300NH,mzk-w300nh,MZK-W300NH,ttyS0,115200))
|
$(eval $(call SingleProfile,Planex,64kraw,MZKW300NH,mzk-w300nh,MZK-W300NH,ttyS0,115200))
|
||||||
|
|
||||||
$(eval $(call SingleProfile,Seama,64k,MYNETN600,mynet-n600,MYNET-N600,ttyS0,115200,$$(mynet_n600_mtdlayout),wrgnd16_wd_db600,1310720,16187392))
|
$(eval $(call SingleProfile,Seama,64k,MYNETN600,mynet-n600,MYNET-N600,ttyS0,115200,$$(mynet_n600_mtdlayout),wrgnd16_wd_db600,1310720,16187392))
|
||||||
|
$(eval $(call SingleProfile,Seama,64k,MYNETN750,mynet-n750,MYNET-N750,ttyS0,115200,$$(mynet_n600_mtdlayout),wrgnd13_wd_av,1310720,16187392))
|
||||||
|
|
||||||
$(eval $(call SingleProfile,TPLINKOLD,squashfs-only,TLWR841NV15,tl-wr841nd-v1.5,TL-WR841N-v1.5,ttyS0,115200,0x08410002,2,4M))
|
$(eval $(call SingleProfile,TPLINKOLD,squashfs-only,TLWR841NV15,tl-wr841nd-v1.5,TL-WR841N-v1.5,ttyS0,115200,0x08410002,2,4M))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue