1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 19:20:45 +03:00

ramips: setup bc2 mac addresses from the generic network script

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29377 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2011-12-01 22:48:37 +00:00
parent f9f721e5ba
commit 1fe43c4a68
2 changed files with 1 additions and 36 deletions

View File

@ -1,36 +0,0 @@
#!/bin/sh
#
# Copyright (C) 2011 OpenWrt.org
#
bc2_set_macs() {
local part
local lan_mac
local wan_mac
[ -z $(which maccalc) ] && return
. /etc/functions.sh
part=$(find_mtd_part "factory")
[ -z $part ] && return
lan_mac=$(dd bs=1 skip=4 count=6 if=$part 2>/dev/null | maccalc bin2mac)
[ -z $lan_mac ] && return
wan_mac=$(maccalc add $lan_mac 1)
uci batch <<EOF
set network.lan.macaddr='$lan_mac'
set network.wan.macaddr='$wan_mac'
commit network
EOF
}
. /lib/ramips.sh
board=$(ramips_board_name)
if [ "${board}" == "bc2" ]; then
bc2_set_macs
fi

View File

@ -115,6 +115,7 @@ case $board in
set_macs_only_lan_from_mtd "u-boot" 262148
;;
argus-atp52b | \
b2c | \
nw718)
create_lan_wan
set_macs_only_lan_from_mtd "factory" 4