treewide: drop shebang from non-executable target files
[openwrt/openwrt.git] / target / linux / bcm63xx / base-files / etc / uci-defaults / 09_fix_crc
index 813b51fb52c79ec6fa84da8dfd230bd796312309..6c61f7d38cf4dfa47501ac0c357f11504fe0bacf 100644 (file)
@@ -1,8 +1,6 @@
-#!/bin/sh
 #
 # Copyright (C) 2007 OpenWrt.org
 #
-#
 
 . /lib/functions.sh
 
@@ -14,6 +12,7 @@ case "$(board_name)" in
        actiontec,r1000h|\
        adb,a4001n|\
        adb,a4001n1|\
+       adb,pdg-a4001n-a-000-1a1-ax|\
        brcm,bcm96328avng|\
        brcm,bcm963281tan|\
        bt,voyager-2110|\
@@ -40,7 +39,4 @@ case "$(board_name)" in
        zyxel,p870hw-51a-v2)
                do_fixcrc
                ;;
-       sercomm,ad1018)
-               mtd erase bootflag2
-               ;;
 esac