Include device rt in RT305X config.

Approved by: adrian (mentor)
This commit is contained in:
Aleksandr Rybalko 2011-07-14 11:53:23 +00:00
parent b3964335a1
commit 861a327be9
2 changed files with 9 additions and 8 deletions

View File

@ -92,9 +92,9 @@ options IPFIREWALL_DEFAULT_TO_ACCEPT
device random device random
device loop device loop
# RT3050F, RT3052F have only pseudo PHYs # RT3050F, RT3052F have only pseudo PHYs, so mii not required
#device mii device rt
#device miibus
device pty # Pseudo-ttys (telnet etc) device pty # Pseudo-ttys (telnet etc)
device ether device ether
device bpf # Berkeley packet filter device bpf # Berkeley packet filter

View File

@ -14,11 +14,12 @@ hint.nvram.1.maxsize=0x4000
hint.nvram.1.flags=3 # 1 = No check, 2 = Format Generic hint.nvram.1.flags=3 # 1 = No check, 2 = Format Generic
# on-board Ralink Frame Engine # on-board Ralink Frame Engine
#hint.rt.0.at="nexus0" hint.rt.0.at="nexus0"
#hint.rt.0.maddr=0x12000000 hint.rt.0.maddr=0x10100000
#hint.rt.0.msize=0x200000 hint.rt.0.msize=0x10000
#hint.rt.0.irq=9 hint.rt.0.irq=3
hint.rt.0.macaddr="00:18:e7:d5:83:90" # macaddr can be statically set
#hint.rt.0.macaddr="xx:xx:xx:xx:xx:xx"
# on-board Ralink 2872 802.11n core # on-board Ralink 2872 802.11n core
hint.rt2860.0.at="nexus0" hint.rt2860.0.at="nexus0"