1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-05 22:19:32 +01:00
SVN-Revision: 6684
This commit is contained in:
Florian Fainelli 2007-03-24 21:34:14 +00:00
parent 1f3c505ef6
commit 984bd80138

@ -392,7 +392,7 @@ static int __init adm5120_sw_init(void)
adm5120_nrdevs = 5;
/* CFE based devices only have two enet ports */
else if (boot_loader_type == CFE)
adm5120_nrdevs = 2
adm5120_nrdevs = 2;
else
adm5120_nrdevs = 6;