diff options
Diffstat (limited to 'target/linux/x86/base-files/lib/soekris.sh')
-rwxr-xr-x | target/linux/x86/base-files/lib/soekris.sh | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/x86/base-files/lib/soekris.sh b/target/linux/x86/base-files/lib/soekris.sh deleted file mode 100755 index e416ad3..0000000 --- a/target/linux/x86/base-files/lib/soekris.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -net48xx_board_name () { - local name - local pci=`wc -l /proc/bus/pci/devices` - - case "$pci" in - *"8"*) - name="net4826" - ;; - *1[0-4]*) - name="net4801" - ;; - *) - name="net4826" - ;; - esac - echo $name -} |