aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/uci-defaults/fixseama
blob: d8bed795144986f2c519e5a531fc3f1855f43828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh
#
# Copyright (C) 2012 OpenWrt.org
#

. /lib/ramips.sh

fix_seama_header() {
	local part=$1

	mtd fixseama $part
}

board=$(ramips_board_name)

case "$board" in
dir-645)
	fix_seama_header kernel
	;;
esac