[packages] transmission: update to 2.10, start torrents as soon as they are added

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23352 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
obsy 2010-10-09 05:38:15 +00:00
parent 6dcea580a2
commit 1176f04e7c
2 changed files with 5 additions and 5 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=transmission PKG_NAME:=transmission
PKG_VERSION:=2.10b1 PKG_VERSION:=2.10
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://mirrors.m0k.org/transmission/files PKG_SOURCE_URL:=http://mirrors.m0k.org/transmission/files
PKG_MD5SUM:=6bf66d6b2690071459761eb6487d2a77 PKG_MD5SUM:=3b32d981d746abf8b0292c6ab01d10d4
PKG_FIXUP:=libtool PKG_FIXUP:=libtool
PKG_INSTALL:=1 PKG_INSTALL:=1

View File

@ -33,7 +33,7 @@ config transmission
option pex_enabled true option pex_enabled true
option port_forwarding_enabled true option port_forwarding_enabled true
option preallocation 1 option preallocation 1
option proxy "" option proxy ''
option proxy_auth_enabled false option proxy_auth_enabled false
option proxy_auth_password '' option proxy_auth_password ''
option proxy_auth_username '' option proxy_auth_username ''
@ -57,7 +57,7 @@ config transmission
option speed_limit_down_enabled false option speed_limit_down_enabled false
option speed_limit_up 20 option speed_limit_up 20
option speed_limit_up_enabled false option speed_limit_up_enabled false
option start_added_torrents false option start_added_torrents true
option trash_original_torrent_files false option trash_original_torrent_files false
option umask 18 option umask 18
option upload_slots_per_torrent 14 option upload_slots_per_torrent 14