1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 16:43:09 +02:00

[rdc] fix typo, load ip17xx switch module

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29039 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2011-11-13 18:41:26 +00:00
parent f0f8408f20
commit 209699c72b

View File

@ -6,7 +6,7 @@
r6040_module() { r6040_module() {
insmod libphy insmod libphy
insmod swconfig insmod swconfig
insmod ip175c insmod ip17xx
sleep 1 sleep 1
insmod r6040 insmod r6040
} }