7 lines
420 B
Text
7 lines
420 B
Text
curl --silent http://www.alwaysinnovating.com/download/modules-omap3-touchbook.tgz | tar -xz -C $ROOTDIR
|
|
|
|
curl --silent http://www.alwaysinnovating.com/download/rt3070_2.1.2.0-r78.5_omap3-touchbook.ipk > /tmp/rt3070_2.1.2.0-r78.5_omap3-touchbook.ipk
|
|
dpkg-deb --fsys-tarfile /tmp/rt3070_2.1.2.0-r78.5_omap3-touchbook.ipk | tar -x -C $ROOTDIR
|
|
rm /tmp/rt3070_2.1.2.0-r78.5_omap3-touchbook.ipk
|
|
|
|
depmod -a -b $ROOTDIR 2.6.32
|