Temat: OpenWrt-Nie instaluje pliku ipkg.
Hej, mam taki mały problem. Chcę doinstalować do OpenWrt inne biblioteki ale wyskakuje mi taki błąd:
root@OpenWrt:~# opkg install /tmp/kmod-usb2_3.3.8-1_brcm63xx.ipk
Installing kmod-usb2 (3.3.8-1) to root...
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-usb2:
* kernel (= 3.3.8-1-3e727c51e42e8034f8ada81e0e9fe681) *
* opkg_install_cmd: Cannot install package kmod-usb2.
root@OpenWrt:~# opkg -force-depends install /tmp/kmod-usb2_3.3.8-1_brcm63xx.ipk
Installing kmod-usb2 (3.3.8-1) to root...
Configuring kmod-usb2.
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-usb2:
* kernel (= 3.3.8-1-3e727c51e42e8034f8ada81e0e9fe681) *
root@OpenWrt:~#W czym ma problem? Stary kernel? Na drugim routerze mam tą samą wersję kernela i łyka wszystko bez problemu. Pliki były wrzucane na router do katalogu /tmp "opkg install /tmp/jakisplik.ipkg"
Próbowałem z opcją -force-dependencies ale też nie wgrywa. jak to rozwiązać?