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.
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.
Page 1 of 1
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.
Page 1 of 1