kernel: update linux 3.7 to 3.7.3
[openwrt/svn-archive/archive.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