bad commit, too many typos
This commit is contained in:
parent
4fef1165e1
commit
7b796794f6
2 changed files with 4 additions and 4 deletions
|
@ -11,10 +11,10 @@
|
|||
# it can even be made smaller.
|
||||
#
|
||||
|
||||
PKG="DROPBEAR
|
||||
PKG="DROPBEAR"
|
||||
PKG_VERSION="0.48.1"
|
||||
PKG_FILE="${PKG}-${PKG_VERSION}.tar.gz
|
||||
URL="http://matt.ucc.asn.au/dropbear/releases/${PKG_FILE}
|
||||
PKG_FILE="${PKG}-${PKG_VERSION}.tar.gz"
|
||||
URL="http://matt.ucc.asn.au/dropbear/releases/${PKG_FILE}"
|
||||
MD5="ca8e53a766faec831882831364568421"
|
||||
for i in PATCH{1..10}; do
|
||||
unset $i
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
PKG="iptables"
|
||||
PKG_VERSION="1.3.7"
|
||||
PKG_FILE="${PKG}-${PKG_VERSION}.tar.bz2
|
||||
PKG_FILE="${PKG}-${PKG_VERSION}.tar.bz2"
|
||||
URL=" http://www.netfilter.org/projects/iptables/files/iptables-1.3.7.tar.bz2"
|
||||
MD5="077e886a9c90a11bb47f3d7a4fc4a689"
|
||||
for i in PATCH{1..10}; do
|
||||
|
|
Reference in a new issue