9
0
Fork 0

Net: Remove all hardcoded MAC addresses from default environments

While very convenient during debugging having MAC addresses in default
environments is a very bad idea. Stop it!

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2008-08-20 11:58:19 +02:00
parent 949649e3f1
commit d2b2dab075
8 changed files with 2 additions and 14 deletions

View File

@ -11,7 +11,6 @@ ip=dhcp
# setup default ethernet address
#
eth0.serverip=192.168.23.108
eth0.ethaddr=80:97:78:38:27:73
uimage=uImage-at91sam9260ek

View File

@ -11,7 +11,6 @@ eth0.ipaddr=192.168.23.164
eth0.netmask=255.255.255.0
eth0.gateway=192.168.23.2
eth0.serverip=192.168.23.2
eth0.ethaddr=00:50:c2:72:a7:4a
uimage=uImage-mx27ads
jffs2=root-mx27ads.jffs2

View File

@ -11,7 +11,6 @@ eth0.ipaddr=192.168.23.164
eth0.netmask=255.255.255.0
eth0.gateway=192.168.23.2
eth0.serverip=192.168.23.2
eth0.ethaddr=00:50:c2:72:a7:4a
uimage=uImage-bfin
jffs2=root-bfin.jffs2

View File

@ -14,7 +14,6 @@ eth0.ipaddr=192.168.0.99
eth0.netmask=255.255.255.0
eth0.gateway=192.168.0.110
eth0.serverip=192.168.0.110
eth0.ethaddr=00:50:c2:72:a7:4a
uimage=uImage-mcf5475
jffs2=root-mcf5475-ptx.jffs2
@ -23,7 +22,7 @@ autoboot_timeout=3
#nfsroot="/home/cschlote/src/bitshrine/ltib/rootfs"
nfsroot="/home/cschlote/src/pengutronics/ptxdist-project-KP-UKD/root-debug,v3"
bootargs="console=ttyS0 mac0=00:50:c2:72:a7:4a rw initcall_debug debug"
bootargs="console=ttyS0 rw initcall_debug debug"
#
# setup the partitions in the main flash

View File

@ -4,9 +4,4 @@
nor_parts="nor0:128k(uboot),128k(env),2M(kernel),-(jffs2)"
addpart $nor_parts
#
# setup default ethernet address
#
eth0.ethaddr=80:81:82:83:84:85
echo "System is up and running"

View File

@ -11,7 +11,6 @@ eth0.ipaddr=192.168.23.164
eth0.netmask=255.255.255.0
eth0.gateway=192.168.23.2
eth0.serverip=192.168.23.2
eth0.ethaddr=00:50:c2:72:a7:4a
uimage=uImage-pcm038
jffs2=root-pcm038.jffs2

View File

@ -14,7 +14,6 @@ eth0.ipaddr=192.168.0.99
eth0.netmask=255.255.255.0
eth0.gateway=192.168.0.110
eth0.serverip=192.168.0.110
eth0.ethaddr=00:50:c2:72:a7:4a
uimage=uImage-mcf5485
jffs2=root-mcf5485-ptx.jffs2
@ -23,7 +22,7 @@ autoboot_timeout=3
#nfsroot="/home/cschlote/src/bitshrine/ltib/rootfs"
nfsroot="/home/cschlote/src/pengutronics/ptxdist-project-KP-UKD/root-debug,v3"
bootargs="console=ttyS0 mac0=00:50:c2:72:a7:4a rw initcall_debug debug"
bootargs="console=ttyS0 rw initcall_debug debug"
#
# setup the partitions in the main flash

View File

@ -11,7 +11,6 @@ ip=dhcp
# setup default ethernet address
#
eth0.serverip=192.168.23.108
eth0.ethaddr=80:97:78:38:27:73
uimage=uImage-at91sam9260ek