Root/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
8fix_seama_header() {
9    local part=$1
10
11    mtd fixseama $part
12}
13
14board=$(ramips_board_name)
15
16case "$board" in
17dir-645)
18    fix_seama_header kernel
19    ;;
20esac
21

Archive Download this file



interactive