diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-03-02 14:51:45 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-03-02 14:51:45 +0000 |
commit | 3c801b3dc0359aa8b2b8876503f03e4bdf89c649 (patch) | |
tree | a5b7ca5f37d31fd1c6a84ab516f4bc10d0bca46f /package/dropbear/Makefile | |
parent | 9f803ade18f20220084d59123ada97b94f5c4935 (diff) | |
download | upstream-3c801b3dc0359aa8b2b8876503f03e4bdf89c649.tar.gz upstream-3c801b3dc0359aa8b2b8876503f03e4bdf89c649.tar.bz2 upstream-3c801b3dc0359aa8b2b8876503f03e4bdf89c649.zip |
tune some more options by default to decrease size
SVN-Revision: 25831
Diffstat (limited to 'package/dropbear/Makefile')
-rw-r--r-- | package/dropbear/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile index 9c6a2a2f2e..736cf3945c 100644 --- a/package/dropbear/Makefile +++ b/package/dropbear/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dropbear PKG_VERSION:=0.53.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ |