1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 23:56:24 +03:00

cleanups to allow networking.sh to run on other hardware types (asus)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2004-04-14 05:23:42 +00:00
parent 40d208dcae
commit 78e8b29fb6

View File

@ -39,9 +39,9 @@ if_valid () {
wifi_init () {
echo "# --- wifi init ---"
hwaddr=$(nvram_get il0macaddr)
[ -z "$hwaddr" ] && hwaddr=$(nvram_get wl0_hwaddr)
if=$(mac2if $hwaddr)
# assume wifi is eth2, fall back to eth1
if="eth2"
if_valid $if || if="eth1"
$DEBUG wlconf $if up
}
@ -123,7 +123,8 @@ wifi_init
$DEBUG vconfig set_name_type VLAN_PLUS_VID_NO_PAD
# hacks for 1.x hardware
[ -z "$(nvram_get vlan0hwname)" ] && {
[ "$(nvram get boardnum)" = "42" ] && \
[ "$(nvram get boardtype)" = "bcm94710dev" ] && {
echo "# 1.x HACK"
vlan1hwname="et0"
vlan2hwname="et0"