NemoAlex / openwrt-wrt1900ac-docs

Linksys WRT1900ac(v1 & v2) / WRT1200ac OpenWrt 相关资源
148 stars 32 forks source link

Can't install mwlwifi #6

Closed noooonee closed 8 years ago

noooonee commented 8 years ago

Maybe something wrong with this prebuilt package?

[root@OpenWrt:~# opkg install kmod-mwlwifi_3.18.20+10.3.0.14-20151130-1_mvebu.ipk Not downgrading package kmod-mwlwifi on root from 3.18.20+10.3.0.141-20151125-1 to 3.18.20+10.3.0.14-20151130-1.

noooonee commented 8 years ago

I'm using 1900ac v2, thanks.

NemoAlex commented 8 years ago

Sorry this was my fault. In the last version I used version number "10.3.0.141", which is higher then 10.3.0.14. So you need to use opkg install --force-downgrade to install the package.

noooonee commented 8 years ago

It works, good job!