x86: remove old soekris config hacks, install a more appropriate default /etc/config...
[openwrt/svn-archive/archive.git] / target / linux / x86 / base-files / lib / soekris.sh
diff --git a/target/linux/x86/base-files/lib/soekris.sh b/target/linux/x86/base-files/lib/soekris.sh
deleted file mode 100755 (executable)
index e416ad3..0000000
+++ /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
-}