ipk packages are the intallation packages used by opkg.
I\'m trying to extract the contents of one of them and also create my own ipk.
I\'ve read that I should b
Extracting with these commands:
Extract the file by running the command:
ar -xv <.ipk file>
Extract the control.tar.gz file by running the command:
tar -zxvf control.tar.gz
data.tar.gz : untar by running the command:
tar –zxvf data.tar.gz