diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-07-31 17:41:52 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-07-31 17:41:52 +0000 |
commit | 7809178e44d981db36bdada8067f8ce358ca2ac9 (patch) | |
tree | 0f843e7ff325854939378dc68f139f3b77e6ace8 /target/linux/brcm47xx/base-files | |
parent | 7278ed62833dbcfd17a76dbfde3319d69c61048c (diff) | |
download | master-187ad058-7809178e44d981db36bdada8067f8ce358ca2ac9.tar.gz master-187ad058-7809178e44d981db36bdada8067f8ce358ca2ac9.tar.bz2 master-187ad058-7809178e44d981db36bdada8067f8ce358ca2ac9.zip |
brcm47xx: run mtd fixtrx linux every time
With this patch it is possible to boot a device with kernel 3.10 a second time.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37625 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/base-files')
-rw-r--r-- | target/linux/brcm47xx/base-files/etc/uci-defaults/09_fix_crc | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/target/linux/brcm47xx/base-files/etc/uci-defaults/09_fix_crc b/target/linux/brcm47xx/base-files/etc/uci-defaults/09_fix_crc index b411d8495f..598f45e81c 100644 --- a/target/linux/brcm47xx/base-files/etc/uci-defaults/09_fix_crc +++ b/target/linux/brcm47xx/base-files/etc/uci-defaults/09_fix_crc @@ -4,11 +4,4 @@ # # -do_fixcrc() { - mtd fixtrx linux -} - -case `uname -r` in - 3.8* | 3.9* ) do_fixcrc;; -esac - +mtd fixtrx linux |