X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/dddbe6f7ea0bbacddd6592d4e86df1ff0149d7a9..022fc98acc4114186fcd137e20b6732c7306f879:/obsolete-buildroot/make/dropbear.mk diff --git a/obsolete-buildroot/make/dropbear.mk b/obsolete-buildroot/make/dropbear.mk index 22336fce6..a848a5daf 100644 --- a/obsolete-buildroot/make/dropbear.mk +++ b/obsolete-buildroot/make/dropbear.mk @@ -10,14 +10,14 @@ # For this example we'll use a fairly simple package that compiles easily # and has sources available for download at sourceforge -DROPBEAR=dropbear-0.44test2 +DROPBEAR=dropbear-0.44 DROPBEAR_TARGET=.built -DROPBEAR_DIR=$(BUILD_DIR)/dropbear-0.44test2 -DROPBEAR_IPK=$(BUILD_DIR)/dropbear-0.44test2_mipsel.ipk -DROPBEAR_IPK_DIR=$(BUILD_DIR)/dropbear-0.44test2-ipk +DROPBEAR_DIR=$(BUILD_DIR)/$(DROPBEAR) +DROPBEAR_IPK=$(BUILD_DIR)/$(DROPBEAR)_mipsel.ipk +DROPBEAR_IPK_DIR=$(BUILD_DIR)/$(DROPBEAR)-ipk -DROPBEAR_SITE=http://matt.ucc.asn.au/dropbear/testing/ -DROPBEAR_SOURCE=dropbear-0.44test2.tar.bz2 +DROPBEAR_SITE=http://matt.ucc.asn.au/dropbear/ +DROPBEAR_SOURCE=$(DROPBEAR).tar.bz2 # We need to download sources if we dont have them