OpenWrt Forum Archive

Topic: How to install the ipk made myself into the openwrt

The content of this topic has been archived on 30 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi,
     I have made an ipk using SDK , so it palces on my harddisk of the PC . The route has been running Openwrt, I don't know how to copy this ipk to my router and install it .
     
     Using command "ipkg install" can download the ipk automaticlly ,but now the ipk is in the PC, could anyone tell me how to do ?
     Thanks very much for your help.

In the future please do not post the same topic in multiple sections.

On computer: (192.168.2.1 is the ip of the router)

scp /path/to/package.ipk 192.168.2.1:/tmp/

On router:

ipkg install /tmp/package.ipk

O~~~  Thanks ,please forgive me this time .heihei

The discussion might have continued from here.