1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-22 14:21:39 +03:00
openwrt-xburst/target/linux/ramips/base-files/etc/uci-defaults/fixseama

21 lines
214 B
Plaintext
Raw Normal View History

#!/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