diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 18:12:01 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 18:12:01 +0000 |
commit | a4949c69ef3b4ac509d79a157bd39ec703827e80 (patch) | |
tree | 70c1771f6921d1c961f8998a998f9d7d6feb346c /openwrt/package/base-files/Makefile | |
parent | 3bb3991eea499050bd6cfd2fe7520c4947973b18 (diff) |
turn tcp vegas on by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2282 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/base-files/Makefile')
-rw-r--r-- | openwrt/package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/base-files/Makefile b/openwrt/package/base-files/Makefile index 869e3c67d..2c202325e 100644 --- a/openwrt/package/base-files/Makefile +++ b/openwrt/package/base-files/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=base-files -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_BUILD_DIR:=$(BUILD_DIR)/base-files REV:=${shell svn info | grep Revision | cut -d ' ' -f 2} |