2014-09-30 20:34:58 +08:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
2014-10-02 13:25:28 +08:00
|
|
|
VERSION=0.1.0-18
|
2014-09-30 20:34:58 +08:00
|
|
|
|
|
|
|
|
cd debian
|
|
|
|
|
./build.sh $VERSION > /dev/null
|
|
|
|
|
|
|
|
|
|
cd ../openwrt
|
|
|
|
|
./build.sh $VERSION > /dev/null
|
|
|
|
|
|
|
|
|
|
cd ..
|
|
|
|
|
find . -regextype posix-egrep -regex ".*\.(opk|deb)$"
|