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
I figured it out.
You can extract the main package with the ar x command, then extract the control.tar.gz with the tar -zxf command.
ar x
tar -zxf