x86: remove old soekris config hacks, install a more appropriate default /etc/config/network with lan+wan
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42888
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user