mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Typo fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6684 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
15faa4e3a6
commit
0489fc9b8d
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user