2
0
forked from Ivasoft/openwrt

ar71xx: add user-space support for the WD My Net N600 board

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 38074
This commit is contained in:
Gabor Juhos
2013-09-19 22:36:41 +00:00
parent 8b50ecc6ff
commit 7f9d2292fa
5 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
#!/bin/sh
#
# Copyright (C) 2013 OpenWrt.org
#
. /lib/ar71xx.sh
fix_seama_header() {
local part=$1
mtd fixseama $part
}
board=$(ar71xx_board_name)
case "$board" in
mynet-n600)
fix_seama_header kernel
;;
esac