committing ipk sources

This commit is contained in:
Conor Horan-Kates
2016-11-23 15:42:51 -08:00
parent 38465f7280
commit b94553c2d8
624 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,22 @@
all: myipk.ipk
myipk.ipk:
rm -rf ipk
mkdir -p ipk/opt/myipk
#mkdir -p ipk/
#cp -r payload/* ipk/opt/myipk
cp -r payload/* ipk/
# sanity
echo 'bar' >> ipk/opt/myipk/foo
tar czvf control.tar.gz control
cd ipk; tar czvf ../data.tar.gz .; cd ..
echo 2.0 > debian-binary
ar r myipk.ipk control.tar.gz data.tar.gz debian-binary
clean: FORCE
rm -rf ipk
rm -f control.tar.gz
rm -f data.tar.gz
rm -f myipk.ipk
FORCE:

View File

@ -0,0 +1,12 @@
Package: myipk
Version: 1.0
Description: application to meddle with LG webOS TV
Section: extras
Priority: optional
Maintainer: conor
License: CLOSED
Architecture: all
OE: myipk
Homepage: unknown
#Depends: python python-distutils python-pyserial python-curses python-mmap python-ctypes
Source: N/A

View File

@ -0,0 +1,3 @@
#!/bin/ash
# ugh, not sure i should be specifying that
# nc -l -vvv localhost 1234 # open-wrt does not support -l