2
0
forked from Ivasoft/openwrt

ar71xx: add userspace support for WD My Net N750

Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
[juhosg: remove the image generation part until the ethernet
         switch issue is resolved]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 39078
This commit is contained in:
Gabor Juhos
2013-12-16 07:16:43 +00:00
parent 3dc1cbb167
commit 7038fd9c52
5 changed files with 19 additions and 3 deletions

View File

@@ -14,7 +14,8 @@ fix_seama_header() {
board=$(ar71xx_board_name)
case "$board" in
mynet-n600)
mynet-n600 | \
mynet-n750)
fix_seama_header kernel
;;
esac