d8bed795144986f2c519e5a531fc3f1855f43828
[openwrt.git] / target / linux / ramips / base-files / etc / uci-defaults / fixseama
1 #!/bin/sh
2 #
3 # Copyright (C) 2012 OpenWrt.org
4 #
5
6 . /lib/ramips.sh
7
8 fix_seama_header() {
9         local part=$1
10
11         mtd fixseama $part
12 }
13
14 board=$(ramips_board_name)
15
16 case "$board" in
17 dir-645)
18         fix_seama_header kernel
19         ;;
20 esac