diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-11-23 19:41:36 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-11-23 19:41:36 +0000 |
commit | be4f27f38b4238088cfd9cecbdae1e462ef3005a (patch) | |
tree | 5a5c7c0d8dd58039280ab9f67013dd675c505d3a /package/busybox/Makefile | |
parent | e73515487465f48efffb4fc5c4d0d4d150953e96 (diff) | |
download | mtk-20170518-be4f27f38b4238088cfd9cecbdae1e462ef3005a.zip mtk-20170518-be4f27f38b4238088cfd9cecbdae1e462ef3005a.tar.gz mtk-20170518-be4f27f38b4238088cfd9cecbdae1e462ef3005a.tar.bz2 |
package/busybox: wget: URL-decode user:password before base64-encoding it into auth hdr (upstream fix)
SVN-Revision: 29299
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 2a92d57..528631a 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.19.3 -PKG_RELEASE:=8 +PKG_RELEASE:=9 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |