summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2016-07-09 20:16:00 +0800
committerJo-Philipp Wich <jo@mein.io>2016-07-11 13:26:36 +0200
commit09907170ddf8fc50ff14f8d8715c438f1721cc9c (patch)
treefbe73dc557cd4efbc48f776ca84df4b042bb35ba /target/linux/ar71xx
parent8d0ec3e67235fa980d8ae7754984e2e53d6254cf (diff)
downloadmaster-31e0f0ae-09907170ddf8fc50ff14f8d8715c438f1721cc9c.tar.gz
master-31e0f0ae-09907170ddf8fc50ff14f8d8715c438f1721cc9c.tar.bz2
master-31e0f0ae-09907170ddf8fc50ff14f8d8715c438f1721cc9c.zip
ar71xx: base-files: remove the now unneeded 09_fix-seama-header
It was intended as a workaround when jffs2 eof mark was included in the checksum calculation in seama header. When qihoo-c301 support was introduced the board name was not inserted into the case list (because I was not aware of it's existence), but the issue was fixed by excluding the jffs2 marker as part of the checksum data Now we are at it, drop it. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r--target/linux/ar71xx/base-files/etc/uci-defaults/09_fix-seama-header21
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/09_fix-seama-header b/target/linux/ar71xx/base-files/etc/uci-defaults/09_fix-seama-header
deleted file mode 100644
index 000b773ed7..0000000000
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/09_fix-seama-header
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-#
-# Copyright (C) 2013 OpenWrt.org
-#
-
-. /lib/ar71xx.sh
-
-fix_seama_header() {
- local part=$1
-
- mtd fixseama $part
-}
-
-board=$(ar71xx_board_name)
-
-case "$board" in
-mynet-n600 | \
-mynet-n750)
- fix_seama_header kernel
- ;;
-esac